This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from c9c5c75d0 examples/rust: Fix hello_rust_cargo CMake settings
new 965cddfa3 system/libffi: Add libffi package integration
new 58b780c28 interpreters/python: Add ctypes prototype patches for NuttX
The 2 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/Kconfig | 1 +
interpreters/python/Makefile | 6 +
interpreters/python/Setup.local.in | 1 -
interpreters/python/config.site.in | 4 +
...errno-set_errno-to-avoid-nuttx-macro-coll.patch | 17 +++
.../0020-ctypes-skip-pythonapi-on-nuttx.patch | 11 ++
...-posixmodule-ignore-utime-enosys-on-nuttx.patch | 16 +++
system/libffi/.gitignore | 4 +
system/libffi/Kconfig | 24 ++++
{boot/nxboot => system/libffi}/Make.defs | 10 +-
system/libffi/Makefile | 135 +++++++++++++++++++++
11 files changed, 223 insertions(+), 6 deletions(-)
create mode 100644
interpreters/python/patch/0019-undef-get_errno-set_errno-to-avoid-nuttx-macro-coll.patch
create mode 100644
interpreters/python/patch/0020-ctypes-skip-pythonapi-on-nuttx.patch
create mode 100644
interpreters/python/patch/0021-posixmodule-ignore-utime-enosys-on-nuttx.patch
create mode 100644 system/libffi/.gitignore
create mode 100644 system/libffi/Kconfig
copy {boot/nxboot => system/libffi}/Make.defs (84%)
create mode 100644 system/libffi/Makefile