Skip to content

Commit

Permalink
tools/ci.sh: Build the W5100S_EVB_PICO board with no threads.
Browse files Browse the repository at this point in the history
Serves as a build test for a config we don't otherwise support.

Signed-off-by: Angus Gratton <[email protected]>
  • Loading branch information
projectgus authored and dpgeorge committed Feb 19, 2025
1 parent 516709b commit 1034b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1034b17

Please sign in to comment.