diff options
author | Maxime Coquelin <mcoquelin.stm32@gmail.com> | 2015-05-09 09:53:54 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-15 21:43:23 +0200 |
commit | 9b799b78372c925d3204567741e3ff8fe0cc1c7d (patch) | |
tree | e956041743bb2b3b39d6ff65cc1c684bf2883005 /Documentation/arm/stm32/overview.txt | |
parent | 7448adca9361b4ad97614a08c487e215f1990ad7 (diff) | |
download | talos-obmc-linux-9b799b78372c925d3204567741e3ff8fe0cc1c7d.tar.gz talos-obmc-linux-9b799b78372c925d3204567741e3ff8fe0cc1c7d.zip |
ARM: Add STM32 family machine
STMicrolectronics's STM32 series is a family of Cortex-M
microcontrollers. It is used in various applications, and
proposes a wide range of peripherals.
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/arm/stm32/overview.txt')
-rw-r--r-- | Documentation/arm/stm32/overview.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/arm/stm32/overview.txt b/Documentation/arm/stm32/overview.txt new file mode 100644 index 000000000000..09aed5588d7c --- /dev/null +++ b/Documentation/arm/stm32/overview.txt @@ -0,0 +1,32 @@ + STM32 ARM Linux Overview + ======================== + +Introduction +------------ + + The STMicroelectronics family of Cortex-M based MCUs are supported by the + 'STM32' platform of ARM Linux. Currently only the STM32F429 is supported. + + +Configuration +------------- + + A generic configuration is provided for STM32 family, and can be used as the + default by + make stm32_defconfig + +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. + + +Document Author +--------------- + + Maxime Coquelin <mcoquelin.stm32@gmail.com> |