Skip to content

Commit

Permalink
flash/nor/stm32l4x: Add revision 'V' for STM32L4R/S devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zapb-0 authored and borneoa committed Jul 14, 2023
1 parent ddf5e3f commit 05da04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flash/nor/stm32l4x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 05da04a

Please sign in to comment.