Skip to content

Commit 0cefefa

Browse files
authored
ci: add raspberrypi-pico-2 to nuttx build matrix (#4721)
Add Raspberry Pi Pico 2 (Cortex-M33) board configuration to the NuttX CI build matrix to ensure WAMR compatibility testing covers the Cortex-M33 platform. The board configuration path "boards/arm/rp23xx/raspberrypi-pico-2/configs/nsh" is inserted after the cortex-m7 configuration to maintain logical architecture ordering.
1 parent 0af3af4 commit 0cefefa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compilation_on_nuttx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
"boards/arm/rp2040/raspberrypi-pico/configs/nsh",
6565
# cortex-m7
6666
"boards/arm/stm32h7/nucleo-h743zi/configs/nsh",
67+
# cortex-m33
68+
"boards/arm/rp23xx/raspberrypi-pico-2/configs/nsh",
6769
# riscv32gc
6870
"boards/risc-v/qemu-rv/rv-virt/configs/nsh",
6971
# riscv64gc

0 commit comments

Comments
 (0)