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 interpreters: add Lua support 2022-03-21 13:49:42 +08:00
.gitignore lua: download tarball from github release tag 2023-03-21 20:38:29 -03:00
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 interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Makefile !interpreters/lua: Align naming of configuration options 2026-02-18 11:01:02 +01:00
Module.mk interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
nuttx_linit.c !interpreters/lua: Align naming of configuration options 2026-02-18 11:01:02 +01:00