8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516709b commit 1034b17Copy full SHA for 1034b17
tools/ci.sh
@@ -342,7 +342,8 @@ function ci_rp2_build {
342
make ${MAKEOPTS} -C ports/rp2 BOARD=RPI_PICO2 submodules
343
make ${MAKEOPTS} -C ports/rp2 BOARD=RPI_PICO2
344
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO submodules
345
- make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO
+ # This build doubles as a build test for disabling threads in the config
346
+ make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO CFLAGS_EXTRA=-DMICROPY_PY_THREAD=0
347
348
# Test building ninaw10 driver and NIC interface.
349
make ${MAKEOPTS} -C ports/rp2 BOARD=ARDUINO_NANO_RP2040_CONNECT submodules
0 commit comments