overview.txt 758 B

1234567891011121314151617181920212223242526272829303132
  1. STM32 ARM Linux Overview
  2. ========================
  3. Introduction
  4. ------------
  5. The STMicroelectronics family of Cortex-M based MCUs are supported by the
  6. 'STM32' platform of ARM Linux. Currently only the STM32F429 is supported.
  7. Configuration
  8. -------------
  9. A generic configuration is provided for STM32 family, and can be used as the
  10. default by
  11. make stm32_defconfig
  12. Layout
  13. ------
  14. All the files for multiple machine families are located in the platform code
  15. contained in arch/arm/mach-stm32
  16. There is a generic board board-dt.c in the mach folder which support
  17. Flattened Device Tree, which means, it works with any compatible board with
  18. Device Trees.
  19. Document Author
  20. ---------------
  21. Maxime Coquelin <mcoquelin.stm32@gmail.com>