tools/ci.sh: Add a H5 board to stm32 CI build.

Signed-off-by: Damien George <damien@micropython.org>
pull/11138/head
Damien George 2023-06-14 14:43:35 +10:00
rodzic 6f74146bc1
commit 0908d00453
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -358,6 +358,7 @@ function ci_stm32_nucleo_build {
# Test building various MCU families, some with additional options.
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_F091RC
make ${MAKEOPTS} -C ports/stm32 BOARD=STM32H573I_DK
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_H743ZI COPT=-O2 CFLAGS_EXTRA='-DMICROPY_PY_THREAD=1'
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_L073RZ
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_L476RG DEBUG=1