mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
Move the stm32l1 sources, headers and boards into arch/arm/src/stm32l1, arch/arm/include/stm32l1 and boards/arm/stm32l1, then finalize the split: source each split family directly in arch/arm/Kconfig and boards/Kconfig and remove the now-empty combined arch/arm/src/stm32 and boards/arm/stm32 trees. BREAKING CHANGE: The legacy STM32 architecture and board paths were split into stm32f1, stm32l1, stm32f2, stm32f3, stm32f4, and stm32g4 directories. Out-of-tree boards must move from stm32 to the matching split family. Signed-off-by: raiden00pl <raiden00@railab.me>
71 lines
No EOL
1.8 KiB
Text
71 lines
No EOL
1.8 KiB
Text
/arm/stm32f1/stm32_tiny,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/stm32f1/stm32butterfly2,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/stm32f1/stm32f103-minimum,CONFIG_ARM_TOOLCHAIN_GNU_EABI
|
|
|
|
/arm/stm32f3/stm32f334-disco,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/stm32f3/stm32f3discovery,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/stm32f4/stm32f411-minimum,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/stm32f4/stm32f411e-disco,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/stm32f4/stm32f429i-disco,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
# Boards build by CMake
|
|
|
|
CMake,stm32_tiny:nsh
|
|
CMake,stm32_tiny:usbnsh
|
|
|
|
CMake,stm32butterfly2:nsh
|
|
CMake,stm32butterfly2:nshnet
|
|
CMake,stm32butterfly2:nshusbdev
|
|
CMake,stm32butterfly2:nshusbhost
|
|
|
|
# CMake,stm32f103-minimum:adb
|
|
CMake,stm32f103-minimum:apds9960
|
|
CMake,stm32f103-minimum:audio_tone
|
|
CMake,stm32f103-minimum:buttons
|
|
CMake,stm32f103-minimum:hello
|
|
# CMake,stm32f103-minimum:jlx12864g
|
|
CMake,stm32f103-minimum:lcd1602
|
|
CMake,stm32f103-minimum:mcp2515
|
|
CMake,stm32f103-minimum:nrf24
|
|
CMake,stm32f103-minimum:nsh
|
|
CMake,stm32f103-minimum:pwm
|
|
CMake,stm32f103-minimum:rfid-rc522
|
|
CMake,stm32f103-minimum:rgbled
|
|
# CMake,stm32f103-minimum:sensors
|
|
# CMake,stm32f103-minimum:ssd1306
|
|
CMake,stm32f103-minimum:usbnsh
|
|
CMake,stm32f103-minimum:userled
|
|
CMake,stm32f103-minimum:veml6070
|
|
|
|
CMake,stm32f334-disco:buckboost
|
|
CMake,stm32f334-disco:nsh
|
|
CMake,stm32f334-disco:powerled
|
|
|
|
CMake,stm32f3discovery:nsh
|
|
CMake,stm32f3discovery:usbnsh
|
|
|
|
CMake,stm32f411-minimum:composite
|
|
CMake,stm32f411-minimum:nsh
|
|
CMake,stm32f411-minimum:spifsnsh
|
|
CMake,stm32f411-minimum:usbmsc
|
|
|
|
CMake,stm32f411e-disco:nsh
|
|
|
|
CMake,stm32f429i-disco:adc
|
|
CMake,stm32f429i-disco:extflash
|
|
# CMake,stm32f429i-disco:fb
|
|
CMake,stm32f429i-disco:highpri
|
|
# CMake,stm32f429i-disco:lcd
|
|
# CMake,stm32f429i-disco:lvgl
|
|
CMake,stm32f429i-disco:nsh
|
|
# CMake,stm32f429i-disco:nxhello
|
|
# CMake,stm32f429i-disco:nxwm
|
|
# CMake,stm32f429i-disco:ofloader
|
|
CMake,stm32f429i-disco:usbmsc
|
|
CMake,stm32f429i-disco:usbnsh |