STM32 ARM Linux 概述¶
簡介¶
STMicroelectronics STM32 系列 Cortex-A 微處理器 (MPU) 和 Cortex-M 微控制器 (MCU) 由 ARM Linux 的“STM32”平臺支援。
配置¶
- 對於 MCU,請使用提供的預設配置
make stm32_defconfig
- 對於 MPU,請使用 multi_v7 配置
make multi_v7_defconfig
佈局¶
多個機器系列的所有檔案都位於 arch/arm/mach-stm32 中包含的平臺程式碼中
mach 資料夾中有一個通用板 board-dt.c,它支援扁平化裝置樹,這意味著它可以與任何相容的帶裝置樹的板一起使用。
- 作者:
Maxime Coquelin <mcoquelin.stm32@gmail.com>
Ludovic Barre <ludovic.barre@st.com>
Gerald Baeza <gerald.baeza@st.com>