This is an automated email from Gerrit. Cody Schafer (open...@codyps.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4657
-- gerrit commit c217420648c28c7f91819c09ba9848e4d4d85ec1 Author: Cody Schafer <open...@codyps.com> Date: Tue Aug 21 10:46:40 2018 -0400 flash/stm32f2x: add stm32f7 revision Z identification Signed-off-by: Cody P Schafer <open...@codyps.com> Change-Id: Ia0169514d494bae2a98d92ebc97c8eccc10bc6c4 diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c index 413d04d..b46fb07 100644 --- a/src/flash/nor/stm32f2x.c +++ b/src/flash/nor/stm32f2x.c @@ -1190,6 +1190,9 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size) case 0x1000: rev_str = "A"; break; + case 0x1001: + rev_str = "Z"; + break; } break; -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel