stm32f4: Add initial support for STM32F446 chip

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-07-23 23:51:31 -04:00
parent 5a02572001
commit d501ca6b0b
9 changed files with 384 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ choice
bool "STMicroelectronics STM32F042"
config MACH_STM32F1
bool "STMicroelectronics STM32F103"
config MACH_STM32F4
bool "STMicroelectronics STM32F446"
config MACH_PRU
bool "Beaglebone PRU"
config MACH_LINUX
@@ -37,6 +39,7 @@ source "src/atsamd/Kconfig"
source "src/lpc176x/Kconfig"
source "src/stm32f0/Kconfig"
source "src/stm32f1/Kconfig"
source "src/stm32f4/Kconfig"
source "src/pru/Kconfig"
source "src/linux/Kconfig"
source "src/simulator/Kconfig"