nuttx-apps/interpreters/python
Tiago Medicci efc1bf710c interpreters/python: Add Python's port to NuttX
This is the NuttX's port of Python (cpython)!

Initial support of Python includes building the Python's static
library and the `python` (Programs/python.c) application. Python's
modules are stored in `pyc` (byte-code file) and loaded as needed
from flash.
2024-12-06 19:42:09 -03:00
..
patch interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
.gitignore interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
config.site interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
Kconfig interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
Make.defs interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
Makefile interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
mount_modules.c interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00
Setup.local interpreters/python: Add Python's port to NuttX 2024-12-06 19:42:09 -03:00