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 282e44e system/ping: Don't include nuttx/lib/math.h new 87df63d interpreters: add Lua support new f1a7453 examples: add Lua module example 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: .gitignore | 1 + examples/README.md | 10 ++ .../uclibcxx_test => examples/lua_module}/Kconfig | 6 +- {canutils/canlib => examples/lua_module}/Make.defs | 6 +- examples/{dhcpd => lua_module}/Makefile | 17 ++- .../lua_module/luamod_hello.c | 51 +++++--- interpreters/README.md | 16 +++ interpreters/lua/.gitignore | 4 + interpreters/lua/Kconfig | 67 +++++++++++ {system/libuv => interpreters/lua}/Make.defs | 12 +- interpreters/lua/Makefile | 133 +++++++++++++++++++++ .../i2schar/Makefile => interpreters/lua/Module.mk | 32 +++-- .../lua/nuttx_linit.c | 72 +++++------ {builtin => interpreters/lua}/registry/.gitignore | 0 14 files changed, 329 insertions(+), 98 deletions(-) copy {testing/uclibcxx_test => examples/lua_module}/Kconfig (63%) copy {canutils/canlib => examples/lua_module}/Make.defs (88%) copy examples/{dhcpd => lua_module}/Makefile (75%) copy builtin/builtin_list.c => examples/lua_module/luamod_hello.c (81%) create mode 100644 interpreters/lua/.gitignore create mode 100644 interpreters/lua/Kconfig copy {system/libuv => interpreters/lua}/Make.defs (77%) create mode 100644 interpreters/lua/Makefile copy examples/i2schar/Makefile => interpreters/lua/Module.mk (61%) copy examples/serloop/serloop_main.c => interpreters/lua/nuttx_linit.c (73%) copy {builtin => interpreters/lua}/registry/.gitignore (100%)