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 2e313cb commit 04bb848Copy full SHA for 04bb848
tools/ci.sh
@@ -358,6 +358,7 @@ function ci_stm32_nucleo_build {
358
359
# Test building various MCU families, some with additional options.
360
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_F091RC
361
+ make ${MAKEOPTS} -C ports/stm32 BOARD=STM32H573I_DK
362
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_H743ZI COPT=-O2 CFLAGS_EXTRA='-DMICROPY_PY_THREAD=1'
363
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_L073RZ
364
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_L476RG DEBUG=1
0 commit comments