flash/nor/stm32l4x: Add revision 'V' for STM32L4R/S devices
See section 57.6.1 in RM0432. Change-Id: Ic4977aee74d1838f420c1d9ff19925d09f8f6e2b Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/7763 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
ddf5e3f90d
commit
05da04acda
|
@ -326,6 +326,7 @@ static const struct stm32l4_rev stm32g47_g48xx_revs[] = {
|
|||
|
||||
static const struct stm32l4_rev stm32l4r_l4sxx_revs[] = {
|
||||
{ 0x1000, "A" }, { 0x1001, "Z" }, { 0x1003, "Y" }, { 0x100F, "W" },
|
||||
{ 0x101F, "V" },
|
||||
};
|
||||
|
||||
static const struct stm32l4_rev stm32l4p_l4qxx_revs[] = {
|
||||
|
|
Loading…
Reference in New Issue