From 0cefefab1ed241a63ca976d3567e50a87c9ded90 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Mon, 24 Nov 2025 19:19:52 +0800 Subject: [PATCH] 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. --- .github/workflows/compilation_on_nuttx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compilation_on_nuttx.yml b/.github/workflows/compilation_on_nuttx.yml index 70b5c24bf..e0c69052d 100644 --- a/.github/workflows/compilation_on_nuttx.yml +++ b/.github/workflows/compilation_on_nuttx.yml @@ -64,6 +64,8 @@ jobs: "boards/arm/rp2040/raspberrypi-pico/configs/nsh", # cortex-m7 "boards/arm/stm32h7/nucleo-h743zi/configs/nsh", + # cortex-m33 + "boards/arm/rp23xx/raspberrypi-pico-2/configs/nsh", # riscv32gc "boards/risc-v/qemu-rv/rv-virt/configs/nsh", # riscv64gc