Back to home page

OSCL-LXR

 
 

    


0001 ========================
0002 STM32 ARM Linux Overview
0003 ========================
0004 
0005 Introduction
0006 ------------
0007 
0008 The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and
0009 Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of
0010 ARM Linux.
0011 
0012 Configuration
0013 -------------
0014 
0015 For MCUs, use the provided default configuration:
0016         make stm32_defconfig
0017 For MPUs, use multi_v7 configuration:
0018         make multi_v7_defconfig
0019 
0020 Layout
0021 ------
0022 
0023 All the files for multiple machine families are located in the platform code
0024 contained in arch/arm/mach-stm32
0025 
0026 There is a generic board board-dt.c in the mach folder which support
0027 Flattened Device Tree, which means, it works with any compatible board with
0028 Device Trees.
0029 
0030 :Authors:
0031 
0032 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
0033 - Ludovic Barre <ludovic.barre@st.com>
0034 - Gerald Baeza <gerald.baeza@st.com>