This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 6cc1f18 examples/mtdpart: select CONFIG_BCH new 19b49ba interpreters/quickjs: Bump to latest release new 4439e0c interpreters/quickjs: Implement a minimal interpreter 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/quickjs/.gitignore | 1 - ...001-Disabled-unsupported-feature-on-NuttX.patch | 71 +++ interpreters/quickjs/Kconfig | 17 +- interpreters/quickjs/Makefile | 43 +- interpreters/quickjs/qjsmini.c | 676 +++++++++++++++++++++ interpreters/quickjs/quickjs.patch | 302 --------- 6 files changed, 794 insertions(+), 316 deletions(-) create mode 100644 interpreters/quickjs/0001-Disabled-unsupported-feature-on-NuttX.patch create mode 100644 interpreters/quickjs/qjsmini.c delete mode 100644 interpreters/quickjs/quickjs.patch