blob: 6be60592eaf72a8329d9706a82fb118d0e82662c [file] [log] [blame]
Ludovic Barre40fed8d2018-02-26 14:39:52 +01001========================
2STM32 ARM Linux Overview
3========================
4
5Introduction
6------------
7
8The STMicroelectronics family of Cortex-M based MCUs are supported by the
9'STM32' platform of ARM Linux. Currently only the STM32F429 (Cortex-M4)
10and STM32F746 (Cortex-M7) are supported.
11
12Configuration
13-------------
14
15A generic configuration is provided for STM32 family, and can be used as the
16default by
17 make stm32_defconfig
18
19Layout
20------
21
22All the files for multiple machine families are located in the platform code
23contained in arch/arm/mach-stm32
24
25There is a generic board board-dt.c in the mach folder which support
26Flattened Device Tree, which means, it works with any compatible board with
27Device Trees.
28
29:Authors:
30
31Maxime Coquelin <mcoquelin.stm32@gmail.com>