mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
The xipfs configuration enabled CONFIG_NXFLAT and the nxflatxip example, whose build runs mknxflat to generate the module thunk. The NXFLAT tools are not installed in the CI container, so every CI build of this configuration failed with "mknxflat: command not found". * xipfs keeps the file system, the xipfs command and the test suite. It builds with a plain toolchain, so CI still covers the file system code. * xipfs-nxflat adds CONFIG_NXFLAT and CONFIG_EXAMPLES_NXFLATXIP and is excluded from the CI build list, the same treatment the other NXFLAT configurations already get (eagle100:nxflat, lm3s6965-ek:qemu-nxflat, olimex-lpc1766stk:thttpd-nxflat). Impact: CI and board configurations only. No source or runtime change. Assisted-by: Claude Code:claude-opus-5 Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore | ||
| x86/qemu/qemu-i486 | ||
| x86_64/qemu/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||