]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/stm32lx.c
flash/nor/stm32lx: Add revision 'V' for STM32L1xx Cat.3 devices
[openocd] / src / flash / nor / stm32lx.c
index c68d7c2439f5190faa1186585411c965267c54af..3251df3fcfe6f44abacba341ff6875f02d724e54 100644 (file)
@@ -146,7 +146,7 @@ static const struct stm32lx_rev stm32_425_revs[] = {
        { 0x1000, "A" }, { 0x2000, "B" }, { 0x2008, "Y" },
 };
 static const struct stm32lx_rev stm32_427_revs[] = {
-       { 0x1000, "A" }, { 0x1018, "Y" }, { 0x1038, "X" },
+       { 0x1000, "A" }, { 0x1018, "Y" }, { 0x1038, "X" }, { 0x10f8, "V" },
 };
 static const struct stm32lx_rev stm32_429_revs[] = {
        { 0x1000, "A" }, { 0x1018, "Z" },