Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/braun...
[sfrench/cifs-2.6.git] / Documentation / arm / stm32 / overview.rst
1 :orphan:
2
3 ========================
4 STM32 ARM Linux Overview
5 ========================
6
7 Introduction
8 ------------
9
10 The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and
11 Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of
12 ARM Linux.
13
14 Configuration
15 -------------
16
17 For MCUs, use the provided default configuration:
18         make stm32_defconfig
19 For MPUs, use multi_v7 configuration:
20         make multi_v7_defconfig
21
22 Layout
23 ------
24
25 All the files for multiple machine families are located in the platform code
26 contained in arch/arm/mach-stm32
27
28 There is a generic board board-dt.c in the mach folder which support
29 Flattened Device Tree, which means, it works with any compatible board with
30 Device Trees.
31
32 :Authors:
33
34 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
35 - Ludovic Barre <ludovic.barre@st.com>
36 - Gerald Baeza <gerald.baeza@st.com>