Skip to content

Commit 86c3bf7

Browse files
zapb-0erhankur
authored andcommitted
flash/nor/stm32l4x: Add revision 'Z' for STM32L552/562 devices
Change-Id: Icc6058ef1f43e969a2a9baadfaf382ac820a7b76 Signed-off-by: Marc Schink <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/7468 Tested-by: jenkins Reviewed-by: Antonio Borneo <[email protected]>
1 parent c1df8b9 commit 86c3bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flash/nor/stm32l4x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ static const struct stm32l4_rev stm32l4p_l4qxx_revs[] = {
318318
};
319319

320320
static const struct stm32l4_rev stm32l55_l56xx_revs[] = {
321-
{ 0x1000, "A" }, { 0x2000, "B" },
321+
{ 0x1000, "A" }, { 0x2000, "B" }, { 0x2001, "Z" },
322322
};
323323

324324
static const struct stm32l4_rev stm32g49_g4axx_revs[] = {

0 commit comments

Comments
 (0)