nuttx-apps/interpreters/lua
Matteo Golin 468ded86bb !interpreters/lua: Align naming of configuration options
Aligns `CONFIG_INTERPRETER_*` options to `CONFIG_INTERPRETERS_*` options
to be consistent with other interpreters.

BREAKING CHANGE: All configurations using `CONFIG_INTERPRETER_LUA_*`
options will no longer compile due to missing symbol errors. The fix is
very quick: any configurations using this options should add a trailing
S following INTERPRETER in the affected Kconfig variables. I believe
`./tools/refresh.sh` should also be capable of doing this automatically.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2026-02-18 11:01:02 +01:00
..
registry
.gitignore
CMakeLists.txt !interpreters/lua: Align naming of configuration options 2026-02-18 11:01:02 +01:00
Kconfig !interpreters/lua: Align naming of configuration options 2026-02-18 11:01:02 +01:00
Make.defs
Makefile !interpreters/lua: Align naming of configuration options 2026-02-18 11:01:02 +01:00
Module.mk
nuttx_linit.c !interpreters/lua: Align naming of configuration options 2026-02-18 11:01:02 +01:00