tools/ci.sh: Build the W5100S_EVB_PICO board with no threads.

Serves as a build test for a config we don't otherwise support.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
Angus Gratton
2025-02-11 17:46:33 +11:00
committed by Damien George
parent 516709be88
commit 1034b17558

View File

@@ -342,7 +342,8 @@ function ci_rp2_build {
make ${MAKEOPTS} -C ports/rp2 BOARD=RPI_PICO2 submodules
make ${MAKEOPTS} -C ports/rp2 BOARD=RPI_PICO2
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO submodules
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO
# This build doubles as a build test for disabling threads in the config
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO CFLAGS_EXTRA=-DMICROPY_PY_THREAD=0
# Test building ninaw10 driver and NIC interface.
make ${MAKEOPTS} -C ports/rp2 BOARD=ARDUINO_NANO_RP2040_CONNECT submodules