nuttx-apps/interpreters/python
Tiago Medicci 4c6a6c7b16 interpreters/python: create Python's config files dynamically
The `Setup.local` and the `config.site` files are used by Python's
build system to, respectively, enable or disable Python's modules
and set/unset available functions in the target system. These files
are now set according to NuttX's configs, enabling or disabling
Python's features according to the configs set on NuttX.
2025-02-01 23:34:24 +01:00
..
patch interpreters/python: add patch to set _PyRuntime section 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 Python's port to NuttX 2024-12-06 19:42:09 -03:00
Make.defs interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Makefile interpreters/python: create Python's config files dynamically 2025-02-01 23:34:24 +01:00
mount_modules.c interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Setup.local.in interpreters/python: create Python's config files dynamically 2025-02-01 23:34:24 +01:00