]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/stm32f2x.c
flash/stm32f2x: add stm32f7 revision Z identification
[openocd] / src / flash / nor / stm32f2x.c
index 413d04d771da1259cf424b03dc88d2c8f52ae138..b46fb07869f0fba8610e771bfba4a5774a730fc9 100644 (file)
@@ -1190,6 +1190,9 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
                case 0x1000:
                        rev_str = "A";
                        break;
+               case 0x1001:
+                       rev_str = "Z";
+                       break;
                }
                break;