flash/nor/stm32lx: Add revision 'X' for Cat.4/3 devices
authorMarc Schink <dev@zapb.de>
Thu, 15 Sep 2022 06:56:27 +0000 (08:56 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 17 Sep 2022 21:16:48 +0000 (21:16 +0000)
Change-Id: I18c62ddb3963c357c7ce5dfc067c8d63fbc82b99
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/7196
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/flash/nor/stm32lx.c

index d7a83efa6cd8d79c6d0f792fda35ed81e57886f5..64073c31ca11525a0a8fa3f88810313489314e29 100644 (file)
@@ -141,7 +141,7 @@ static const struct stm32lx_rev stm32_429_revs[] = {
        { 0x1000, "A" }, { 0x1018, "Z" },
 };
 static const struct stm32lx_rev stm32_436_revs[] = {
-       { 0x1000, "A" }, { 0x1008, "Z" }, { 0x1018, "Y" },
+       { 0x1000, "A" }, { 0x1008, "Z" }, { 0x1018, "Y" }, { 0x1038, "X" },
 };
 static const struct stm32lx_rev stm32_437_revs[] = {
        { 0x1000, "A" },