arm: stm32f446: Add support for stm32f446 SoC

Support for stm32f446xe SoC

Signed-off-by: Philémon Jaermann <p.jaermann@gmail.com>
This commit is contained in:
Philémon Jaermann 2018-03-05 17:45:09 +01:00 committed by Kumar Gala
commit 8834a8d47b
4 changed files with 42 additions and 0 deletions

View file

@ -39,6 +39,9 @@ config SOC_STM32F417XG
config SOC_STM32F429XI
bool "STM32F429XI"
config SOC_STM32F446XE
bool "STM32F446XE"
config SOC_STM32F469XI
bool "STM32F469XI"