Skip to content

Commit 02c2550

Browse files
committed
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
1 parent b871f8f commit 02c2550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilation_on_nuttx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
run: |
112112
tools/configure.sh ${{ matrix.nuttx_board_config }}
113113
kconfig-tweak --disable CONFIG_RP2040_UF2_BINARY
114+
kconfig-tweak --disable CONFIG_RP23XX_UF2_BINARY
114115
kconfig-tweak --enable CONFIG_PSEUDOFS_SOFTLINKS
115116
kconfig-tweak --enable CONFIG_INTERPRETERS_WAMR
116117
kconfig-tweak --enable CONFIG_INTERPRETERS_IWASM_TASK

0 commit comments

Comments
 (0)