arch/arm/soc/stm32f4: Add STM32F412CG MCU support

Add STM32F412CG MCU support.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2018-03-05 16:30:42 +02:00 committed by Kumar Gala
commit efbb7c61a1
3 changed files with 42 additions and 1 deletions

View file

@ -21,6 +21,9 @@ config SOC_STM32F407XG
config SOC_STM32F411XE
bool "STM32F411XE"
config SOC_STM32F412CG
bool "STM32F412CG"
config SOC_STM32F412ZG
bool "STM32F412ZG"