From 02c255015580675f0e0f13eb0e5402fc04f5adae Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Fri, 28 Nov 2025 11:26:04 +0800 Subject: [PATCH] build: disable CONFIG_RP23XX_UF2_BINARY in NuttX CI Disable UF2 binary support for RP23XX boards in the compilation workflow to resolve build issues and maintain consistency with RP2040 board configuration. * Added kconfig-tweak --disable CONFIG_RP23XX_UF2_BINARY * Follows existing pattern for RP2040 boards * Ensures successful compilation for rp23xx target --- .github/workflows/compilation_on_nuttx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compilation_on_nuttx.yml b/.github/workflows/compilation_on_nuttx.yml index 08dd4622c..7ef6f1de1 100644 --- a/.github/workflows/compilation_on_nuttx.yml +++ b/.github/workflows/compilation_on_nuttx.yml @@ -111,6 +111,7 @@ jobs: run: | tools/configure.sh ${{ matrix.nuttx_board_config }} kconfig-tweak --disable CONFIG_RP2040_UF2_BINARY + kconfig-tweak --disable CONFIG_RP23XX_UF2_BINARY kconfig-tweak --enable CONFIG_PSEUDOFS_SOFTLINKS kconfig-tweak --enable CONFIG_INTERPRETERS_WAMR kconfig-tweak --enable CONFIG_INTERPRETERS_IWASM_TASK