overview.rst 862 字节
Newer Older
1 2 3 4 5 6 7
========================
STM32 ARM Linux Overview
========================

Introduction
------------

8 9 10
The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and
Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of
ARM Linux.
11 12 13 14

Configuration
-------------

15
For MCUs, use the provided default configuration:
16
        make stm32_defconfig
17 18
For MPUs, use multi_v7 configuration:
        make multi_v7_defconfig
19 20 21 22 23 24 25 26 27 28 29 30 31

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:

32 33 34
- Maxime Coquelin <mcoquelin.stm32@gmail.com>
- Ludovic Barre <ludovic.barre@st.com>
- Gerald Baeza <gerald.baeza@st.com>