This is an automated email from Gerrit. Anonymous Coward ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3042
-- gerrit commit 337ab7b51330c8399ea6132ba35ea4ebdc4e986a Author: Maxime Coquelin <[email protected]> Date: Sat Oct 24 00:03:54 2015 +0200 flash/nor/stm32f2x: Add STM32F469 part Change-Id: I4e13ceb0ba954dc2fea059ddeef10109be938c9c Signed-off-by: Maxime Coquelin <[email protected]> diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c index 8dea951..80ded7a 100644 --- a/src/flash/nor/stm32f2x.c +++ b/src/flash/nor/stm32f2x.c @@ -774,6 +774,7 @@ static int stm32x_probe(struct flash_bank *bank) max_flash_size_in_kb = 1024; break; case 0x419: + case 0x434: max_flash_size_in_kb = 2048; break; case 0x423: @@ -914,6 +915,7 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size) case 0x413: case 0x419: + case 0x434: device_str = "STM32F4xx"; switch (rev_id) { -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
