nuttx-apps/interpreters/python
Tiago Medicci 43439a6b16 interpreters/python: set ROMFS-generated data to const char
This allows the data to be placed in the .rodata section, which can
be allocated in the flash or other read-only storage, freeing the
internal memory.
2025-02-01 23:34:24 +01:00
..
patch interpreters/python: add wrapper to initialize Python 2025-02-01 23:34:24 +01: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: add wrapper to initialize Python 2025-02-01 23:34:24 +01:00
Make.defs interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Makefile interpreters/python: set ROMFS-generated data to const char 2025-02-01 23:34:24 +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