From 05da04acdaabad77cb0ec0caf1edafd516bb79fa Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Wed, 5 Jul 2023 15:25:12 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.openocd.org/c/openocd/+/7763 Tested-by: jenkins Reviewed-by: Antonio Borneo --- src/flash/nor/stm32l4x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flash/nor/stm32l4x.c b/src/flash/nor/stm32l4x.c index 934deec9f..77a89f53c 100644 --- a/src/flash/nor/stm32l4x.c +++ b/src/flash/nor/stm32l4x.c @@ -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[] = {