mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +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>
32 lines
676 B
Text
32 lines
676 B
Text
# Choose a subset of board/configs due to Windows native builds
|
|
|
|
# ARM
|
|
|
|
/arm/stm32l1/nucleo-l152re/configs/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
|
|
|
|
/arm/stm32f4/nucleo-f411re/configs/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
|
|
|
|
/arm/rp2040/raspberrypi-pico/configs/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
|
|
|
|
# ARM64
|
|
|
|
# /arm64/qemu/qemu-armv8a/configs/nsh_smp
|
|
|
|
# RISC-V
|
|
|
|
/risc-v/qemu-rv/rv-virt/configs/nsh
|
|
|
|
/risc-v/esp32c3/esp32-c3-zero/configs/nsh
|
|
|
|
# The simulator currently builds only with Visual Studio 2022
|
|
|
|
/sim/sim/sim/configs/windows
|
|
|
|
# Boards build by CMake
|
|
|
|
CMake,nucleo-l152re:nsh
|
|
CMake,nucleo-f411re:nsh
|
|
CMake,raspberrypi-pico:nsh
|
|
CMake,rv-virt:nsh
|
|
CMake,esp32-c3-zero:nsh
|
|
CMake,sim:windows
|