2018-02-26 13:39:52 +00:00
|
|
|
========================
|
|
|
|
STM32 ARM Linux Overview
|
|
|
|
========================
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
2018-02-27 08:05:18 +00:00
|
|
|
The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and
|
|
|
|
Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of
|
|
|
|
ARM Linux.
|
2018-02-26 13:39:52 +00:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
|
2018-02-27 08:05:18 +00:00
|
|
|
For MCUs, use the provided default configuration:
|
2018-02-26 13:39:52 +00:00
|
|
|
make stm32_defconfig
|
2018-02-27 08:05:18 +00:00
|
|
|
For MPUs, use multi_v7 configuration:
|
|
|
|
make multi_v7_defconfig
|
2018-02-26 13:39:52 +00:00
|
|
|
|
|
|
|
Layout
|
|
|
|
------
|
|
|
|
|
|
|
|
All the files for multiple machine families are located in the platform code
|
|
|
|
contained in arch/arm/mach-stm32
|
|
|
|
|
|
|
|
There is a generic board board-dt.c in the mach folder which support
|
|
|
|
Flattened Device Tree, which means, it works with any compatible board with
|
|
|
|
Device Trees.
|
|
|
|
|
|
|
|
:Authors:
|
|
|
|
|
2018-02-27 08:05:18 +00:00
|
|
|
- Maxime Coquelin <mcoquelin.stm32@gmail.com>
|
|
|
|
- Ludovic Barre <ludovic.barre@st.com>
|
|
|
|
- Gerald Baeza <gerald.baeza@st.com>
|