arm: Support for new STM32F4 socs (STM32F407 and STM32F429)

In order to support the discovery STM32F4 and STM32F429 boards,
it is necessary to make these socs available.

Change-Id: I351d294fb02c4385f291a6e258a3f7d81e85627e
Signed-off-by: Gustavo Denardin <gustavo.denardin@gmail.com>
This commit is contained in:
Gustavo Denardin 2017-02-13 21:38:52 -02:00 committed by Kumar Gala
commit 3fdfcfc94f
4 changed files with 66 additions and 0 deletions

View file

@ -15,4 +15,10 @@ config SOC_STM32F401XE
config SOC_STM32F411XE
bool "STM32F411XE"
config SOC_STM32F407XX
bool "STM32F407XX"
config SOC_STM32F429XX
bool "STM32F429XX"
endchoice