nuttx/.github/workflows
Adwait Godbole 83c11b29a9 tools: fix make host_info flag parsing and config string escaping
Fix incorrect flag handling and string escaping in the `make host_info`
diagnostic target.

Previously, CFLAGS, CXXFLAGS, and LDFLAGS were passed in a form that caused
improper splitting and quoting, which resulted in malformed output and
incorrectly escaped configuration values such as CONFIG_APPS_DIR.

This change ensures that:
- Compilation flags are passed as proper shell strings
- Flags are split correctly using shlex
- Configuration values are escaped exactly once when generating sysinfo.h
- Parsed output matches the contents of the .config file

This change affects diagnostic output only and does not modify the NuttX
build process or generated binaries.

Signed-off-by: Adwait Godbole <adwaitngodbole@gmail.com>
2026-02-05 14:23:19 +01:00
..
arch.yml CI: Increase CI Jobs to 100% for Complex PRs 2025-01-08 15:05:18 +08:00
build.yml tools: fix make host_info flag parsing and config string escaping 2026-02-05 14:23:19 +01:00
check.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00
doc.yml build(deps): bump actions/upload-artifact from 5 to 6 2025-12-15 09:54:05 +01:00
docker_linux.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00
issue_labeler.yml build(deps): bump actions/github-script from 7 to 8 2025-09-08 21:48:03 +08:00
labeler.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00
lint.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00