nuttx/tools/ci/testlist/macos.dat
raiden00pl 07c4bf0048 !arch/stm32: move stm32l1 and finalize the directory split
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>
2026-06-24 14:54:44 -03:00

42 lines
917 B
Text

# Chose a minimalistic subset of board/configs due to macOS builds
# being extremely slow on GitHub
# ARM
/arm/stm32f4/stm32f4discovery/configs/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
# ARM64
/arm64/qemu/qemu-armv8a/configs/nsh_smp
# AVR
#
# We do not have a toolchain for avr32 outside of Microchip login wall.
# The work was never upstreamed to GCC.
/avr/atmega/arduino-mega2560/configs/nsh
# MIPS
#
# PINGUINOL toolchain doesn't provide macOS binaries
# with the same name
#/mips/pic32mx/pic32mx-starterkit/configs/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL
# RISC-V
/risc-v/bl602/bl602evb/configs/wifi
/risc-v/esp32c3-legacy/esp32c3-devkit/configs/cxx
/risc-v/esp32c3-legacy/esp32c3-devkit/configs/wifi
# x86_64-elf-gcc from homebrew doesn't seem to
# provide __udivdi3 etc for -m32, so we do not build
# x86
# x86_64
/x86_64/intel64/qemu-intel64/configs/nsh
# XTENSA
/xtensa/esp32/esp32-devkitc/configs/wifi