nuttx-apps/interpreters/python
Matteo Golin 3ce356378d !interpreters/python: 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_PYTHON_*`
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
..
patch interpreters/python: Fix symbol collision with list_length function 2025-07-22 14:18:23 +08:00
.gitignore interpreters/python: create Python's config files dynamically 2025-02-01 23:34:24 +01:00
config.site.in interpreters/python: create Python's config files dynamically 2025-02-01 23:34:24 +01:00
Kconfig !interpreters/python: Align naming of configuration options 2026-02-18 11:01:02 +01:00
Make.defs !interpreters/python: Align naming of configuration options 2026-02-18 11:01:02 +01:00
Makefile !interpreters/python: Align naming of configuration options 2026-02-18 11:01:02 +01:00
python_wrapper.c interpreters/python: add wrapper to initialize Python 2025-02-01 23:34:24 +01:00
Setup.local.in interpreters/python: create Python's config files dynamically 2025-02-01 23:34:24 +01:00