35 lines · plain
1========================2STM32 ARM Linux Overview3========================4 5Introduction6------------7 8The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and9Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of10ARM Linux.11 12Configuration13-------------14 15For MCUs, use the provided default configuration:16 make stm32_defconfig17For MPUs, use multi_v7 configuration:18 make multi_v7_defconfig19 20Layout21------22 23All the files for multiple machine families are located in the platform code24contained in arch/arm/mach-stm3225 26There is a generic board board-dt.c in the mach folder which support27Flattened Device Tree, which means, it works with any compatible board with28Device Trees.29 30:Authors:31 32- Maxime Coquelin <mcoquelin.stm32@gmail.com>33- Ludovic Barre <ludovic.barre@st.com>34- Gerald Baeza <gerald.baeza@st.com>35