This is an automated email from Gerrit.

Andreas Bolsch (hyphen0br...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5521

-- gerrit

commit 2cdf5f3378dd7eeec3274cb312e88e08517f589f
Author: Andreas Bolsch <hyphen0br...@gmail.com>
Date:   Sun Mar 15 12:21:37 2020 +0100

    revision id for STM32L4P5/Q5 corrected
    
    According to RM0432, only 0x1001 "Z" rev. applies for STM32L4P5/Q5.
    Verified on real device. Whether other revisions exist is unclear.
    
    Change-Id: I761ae077d089b06925fc0fe1ff2b1e478b8a66fa
    Signed-off-by: Andreas Bolsch <hyphen0br...@gmail.com>

diff --git a/src/flash/nor/stm32l4x.c b/src/flash/nor/stm32l4x.c
index abbb75b..469bdaf 100644
--- a/src/flash/nor/stm32l4x.c
+++ b/src/flash/nor/stm32l4x.c
@@ -175,7 +175,7 @@ static const struct stm32l4_rev stm32_470_revs[] = {
 };
 
 static const struct stm32l4_rev stm32_471_revs[] = {
-       { 0x1000, "1" },
+       { 0x1001, "Z" },
 };
 
 static const struct stm32l4_rev stm32_495_revs[] = {

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to