overview.rst 862 B

12345678910111213141516171819202122232425262728293031323334
  1. ========================
  2. STM32 ARM Linux Overview
  3. ========================
  4. Introduction
  5. ------------
  6. The STMicroelectronics STM32 family of Cortex-A microprocessors (MPUs) and
  7. Cortex-M microcontrollers (MCUs) are supported by the 'STM32' platform of
  8. ARM Linux.
  9. Configuration
  10. -------------
  11. For MCUs, use the provided default configuration:
  12. make stm32_defconfig
  13. For MPUs, use multi_v7 configuration:
  14. make multi_v7_defconfig
  15. Layout
  16. ------
  17. All the files for multiple machine families are located in the platform code
  18. contained in arch/arm/mach-stm32
  19. There is a generic board board-dt.c in the mach folder which support
  20. Flattened Device Tree, which means, it works with any compatible board with
  21. Device Trees.
  22. :Authors:
  23. - Maxime Coquelin <[email protected]>
  24. - Ludovic Barre <[email protected]>
  25. - Gerald Baeza <[email protected]>