stm32f2x: added STM32F411xx series support.

Added STM32F411xx series to flash driver.

Tested on NUCLEO-F411RE board(STM32F411RET6).

Change-Id: Id7d1f2858c09815a013e0590e65ad193fb039157
Signed-off-by: Nemui Trinomius <nemuisan_kawausogasuki@live.jp>
Reviewed-on: http://openocd.zylin.com/2258
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Nemui Trinomius 2014-08-18 23:46:21 +09:00 committed by Andreas Fritiofson
parent 28b0019803
commit de16280e02
1 changed files with 2 additions and 0 deletions

View File

@ -779,6 +779,7 @@ static int stm32x_probe(struct flash_bank *bank)
case 0x423:
max_flash_size_in_kb = 256;
break;
case 0x431:
case 0x433:
max_flash_size_in_kb = 512;
break;
@ -930,6 +931,7 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
break;
case 0x423:
case 0x431:
case 0x433:
device_str = "STM32F4xx (Low Power)";