1 STM32 ARM Linux Overview
2 ========================
7 The STMicroelectronics family of Cortex-M based MCUs are supported by the
8 'STM32' platform of ARM Linux. Currently only the STM32F429 (Cortex-M4)
9 and STM32F746 (Cortex-M7) are supported.
15 A generic configuration is provided for STM32 family, and can be used as the
22 All the files for multiple machine families are located in the platform code
23 contained in arch/arm/mach-stm32
25 There is a generic board board-dt.c in the mach folder which support
26 Flattened Device Tree, which means, it works with any compatible board with
33 Maxime Coquelin <mcoquelin.stm32@gmail.com>