mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
944ba20a69
- Added esptool for Windows Native - Added build for esp32-c3-zero Signed-off-by: simbit18 <simbit18@gmail.com>
33 lines
672 B
Plaintext
33 lines
672 B
Plaintext
# Choose a subset of board/configs due to Windows native builds
|
|
|
|
# ARM
|
|
|
|
/arm/stm32/nucleo-l152re/configs/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
|
|
|
|
/arm/stm32/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
|