mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
This PR fixes a typo at `--help--` that causes NuttX Builds to fail, it should have been `---help---`. This is a recurring problem, NuttX CI uses a different way of handling NuttX Configs (it doesn't use `tools/configure.sh`) https://github.com/lupyuen/nuttx-riscv64/actions/runs/22929878852/job/66548808341#step:5:161 ``` $ tools/configure.sh rv-virt:nsh arch/tricore/Kconfig:124: syntax error arch/tricore/Kconfig:123: unknown option "--help--" arch/tricore/Kconfig:124:warning: ignoring unsupported character ',' arch/tricore/Kconfig:124: unknown option "In" ``` Signed-off-by: Lup Yuen Lee <luppy@appkaki.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||