nuttx-apps/interpreters/python
Tiago Medicci c83e17c083 interpreters/python: Fix symbol collision with list_length function
NuttX implements a function with the same name which may end up
being included whenever `CONFIG_MM_KERNEL_HEAP` is set. To avoid
it, insert a prefix to it on Python's implementation.

Please note that the other patches had their metadata updated too.
2025-07-22 14:18:23 +08: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: 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: Fix symbol collision with list_length function 2025-07-22 14:18:23 +08: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