]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/stm32lx.c
flash: add stm32l Revision X support
[openocd] / src / flash / nor / stm32lx.c
index 3bc6eed97006fd484db77eabe6b27cd86def91ad..716517b14c6b8bd883b9499214d3c831fed4977a 100644 (file)
@@ -618,6 +618,10 @@ static int stm32lx_get_info(struct flash_bank *bank, char *buf, int buf_size)
                                snprintf(buf, buf_size, "Y");
                                break;
 
+                       case 0x1018:
+                               snprintf(buf, buf_size, "X");
+                               break;
+
                        case 0x1038:
                                snprintf(buf, buf_size, "W");
                                break;