blob: 85cfc84107983c5953b9c1669f2154017cba62a7 [file] [log] [blame]
Ludovic Barre40fed8d2018-02-26 14:39:52 +01001========================
2STM32 ARM Linux Overview
3========================
4
5Introduction
6------------
7
Ludovic Barre3ed71f82018-02-27 09:05:18 +01008The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and
9Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of
10ARM Linux.
Ludovic Barre40fed8d2018-02-26 14:39:52 +010011
12Configuration
13-------------
14
Ludovic Barre3ed71f82018-02-27 09:05:18 +010015For MCUs, use the provided default configuration:
Ludovic Barre40fed8d2018-02-26 14:39:52 +010016 make stm32_defconfig
Ludovic Barre3ed71f82018-02-27 09:05:18 +010017For MPUs, use multi_v7 configuration:
18 make multi_v7_defconfig
Ludovic Barre40fed8d2018-02-26 14:39:52 +010019
20Layout
21------
22
23All the files for multiple machine families are located in the platform code
24contained in arch/arm/mach-stm32
25
26There is a generic board board-dt.c in the mach folder which support
27Flattened Device Tree, which means, it works with any compatible board with
28Device Trees.
29
30:Authors:
31
Ludovic Barre3ed71f82018-02-27 09:05:18 +010032- Maxime Coquelin <mcoquelin.stm32@gmail.com>
33- Ludovic Barre <ludovic.barre@st.com>
34- Gerald Baeza <gerald.baeza@st.com>