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:
parent
bf2d34ba30
commit
3fdfcfc94f
4 changed files with 66 additions and 0 deletions
|
@ -15,4 +15,10 @@ config SOC_STM32F401XE
|
|||
config SOC_STM32F411XE
|
||||
bool "STM32F411XE"
|
||||
|
||||
config SOC_STM32F407XX
|
||||
bool "STM32F407XX"
|
||||
|
||||
config SOC_STM32F429XX
|
||||
bool "STM32F429XX"
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue