nuttx-apps/interpreters/python
Tiago Medicci 5a7661a928 interpreters/python: add patch to set _PyRuntime section
By setting a specific region for the `_PyRuntime` structure, it is
possible to move it to the external memory, for instance, freeing
the internal memory (this structure occupies around 140KiB).
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: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
config.site interpreters/python: Enable Python's socket module 2025-01-07 05:51:02 +08: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: add patch to set _PyRuntime section 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 interpreters/python: Enable Python's socket module 2025-01-07 05:51:02 +08:00