This is an automated email from the ASF dual-hosted git repository.

cederom pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from e1e28eb88 ostest: fix cmake build break
     new 5a7661a92 interpreters/python: add patch to set `_PyRuntime` section
     new 4c6a6c7b1 interpreters/python: create Python's config files dynamically
     new 87f4eb802 interpreters/python: add wrapper to initialize Python
     new 43439a6b1 interpreters/python: set ROMFS-generated data to const char

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 interpreters/python/.gitignore                     |  2 +
 interpreters/python/Kconfig                        | 20 +----
 interpreters/python/Makefile                       | 46 ++++++++---
 .../python/{Setup.local => Setup.local.in}         |  0
 .../python/{config.site => config.site.in}         |  4 +-
 ..._PyRuntime-structure-into-PSRAM-bss-regio.patch | 54 +++++++++++++
 ...form-functions-used-by-NuttX-to-lowercase.patch | 33 ++++++++
 .../python/{mount_modules.c => python_wrapper.c}   | 92 +++++++++++++++++++---
 8 files changed, 209 insertions(+), 42 deletions(-)
 rename interpreters/python/{Setup.local => Setup.local.in} (100%)
 rename interpreters/python/{config.site => config.site.in} (95%)
 create mode 100644 
interpreters/python/patch/0012-hack-place-_PyRuntime-structure-into-PSRAM-bss-regio.patch
 create mode 100644 
interpreters/python/patch/0013-transform-functions-used-by-NuttX-to-lowercase.patch
 rename interpreters/python/{mount_modules.c => python_wrapper.c} (72%)

Reply via email to