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/nuttx-apps.git
from 38a190156 apps/system: add nxcamera app new 8175d89cd apps: add luamodules new 80ed2b96d luamodules/luv: add libuv lua binding luv. 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: {audioutils => interpreters/luamodules}/.gitignore | 0 {builtin => interpreters/luamodules}/Make.defs | 6 +- {boot => interpreters/luamodules}/Makefile | 4 +- .../luamodules/luv}/.gitignore | 2 +- .../luamodules/luv/0001-fix-compile-warnings.patch | 141 +++++++++++++++++++++ interpreters/luamodules/luv/Kconfig | 30 +++++ .../luamodules/luv/Make.defs | 9 +- .../luamodules/luv}/Makefile | 40 +++++- 8 files changed, 215 insertions(+), 17 deletions(-) copy {audioutils => interpreters/luamodules}/.gitignore (100%) copy {builtin => interpreters/luamodules}/Make.defs (89%) copy {boot => interpreters/luamodules}/Makefile (93%) copy {graphics/libyuv => interpreters/luamodules/luv}/.gitignore (56%) create mode 100644 interpreters/luamodules/luv/0001-fix-compile-warnings.patch create mode 100644 interpreters/luamodules/luv/Kconfig copy netutils/ftpd/Makefile => interpreters/luamodules/luv/Make.defs (87%) copy {examples/lua_module => interpreters/luamodules/luv}/Makefile (54%)