flash/nor/stm32lx: Add revision 'V' for STM32L1xx Cat.3 devices
Change-Id: Ic92b0fb5b738af3bec79ae335876aa9e26f5f4cd Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/4600 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
c4c14d614b
commit
e270127288
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue