Listing all CONFIG_ symbols defined inside the source code but without corresponding "config SYMBOL" in Kconfig
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
I decided to list all the symbols that are missing in our source code (thanks ChatGPT for help with the shell script added here).
Probably we will need a task force to look and fix these symbols, because they are more than 6K !!!!
[missing_symbols_in_kconfig.txt](https://github.com/apache/nuttx/files/14129608/missing_symbols_in_kconfig.txt)
[check_config_symbols.txt](https://github.com/apache/nuttx/files/14129616/check_config_symbols.txt)
Contributor guide
Assessment
This issue has not been assessed yet.