Skip to content

arch/tricore: Fix --help-- in Kconfig#18525

Merged
lupyuen merged 1 commit intoapache:masterfrom
lupyuen12:master
Mar 11, 2026
Merged

arch/tricore: Fix --help-- in Kconfig#18525
lupyuen merged 1 commit intoapache:masterfrom
lupyuen12:master

Conversation

@lupyuen
Copy link
Member

@lupyuen lupyuen commented Mar 11, 2026

Summary

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). The typo appears at #18391

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"

Impact

This PR fixes the NuttX Build across all targets.

Testing

NuttX now builds successfully:

$ tools/configure.sh rv-virt:nsh
# configuration written to .config

$ make
Create version.h
LN: platform/board to /Users/luppy/260311/apps/platform/dummy
Register: hello
Register: dd
Register: nsh
Register: sh
Register: ostest
Register: getprime
CPP:  /Users/luppy/260311/nuttx/boards/risc-v/qemu-rv/rv-virt/scripts/ld.script-LD: nuttx
riscv-none-elf-ld: warning: /Users/luppy/260311/nuttx/nuttx has a LOAD segment with RWX permissions
Memory region         Used Size  Region Size  %age Used

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>
@github-actions github-actions bot added Arch: tricore Issues related to the TriCore architecture from Infineon Size: XS The size of the change in this PR is very small labels Mar 11, 2026
@lupyuen lupyuen requested a review from xiaoxiang781216 March 11, 2026 01:37
@lupyuen lupyuen requested review from cederom and linguini1 March 11, 2026 01:38
Copy link
Contributor

@cederom cederom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @lupyuen :-)

@lupyuen lupyuen merged commit ebc75b0 into apache:master Mar 11, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: tricore Issues related to the TriCore architecture from Infineon Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants