1661a66843
Currently concerns only arm. tools/ci/testlist/msys2.dat: At the moment I only added the board nucleo-l152re:nsh .github/workflows/build.yml: Enabled cmake for msys2
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
# Chose a minimalistic subset of board/configs due to MSYS2 builds
|
|
# being extremely slow on GitHub
|
|
|
|
# ARM
|
|
|
|
/arm/stm32/nucleo-l152re/configs/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
|
|
|
|
/arm/stm32/nucleo-f4x1re/configs/f411-nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
|
|
|
|
# ARM64
|
|
|
|
/arm64/qemu/qemu-armv8a/configs/nsh_smp
|
|
|
|
# Boards build by CMake
|
|
CMake,nucleo-l152re:nsh
|