This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from e21cf5c29 system/expat: add reusable XML parser package
new edb4d2666 graphics/microwindows: add Nano-X client library and
built-in server support for NuttX
new d79e50361 examples/nanoxcalc: add Nano-X calculator example
new 634d2dbde examples/nanoxterm: add Nano-X terminal emulator example
new 1080111f9 graphics/microwindows: add NONETWORK mode for linking Nano-X
apps with the server
new 564cabe9b build: introduce EXPORTED_INCLUDES machanism
new d7f64eca5 example/microwindows: exports microwindows/src/include
The 6 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:
Make.defs | 12 +
Makefile | 7 +
examples/nanoxcalc/Kconfig | 28 +
{audioutils/lame => examples/nanoxcalc}/Make.defs | 6 +-
{boot/nxboot => examples/nanoxcalc}/Makefile | 17 +-
examples/nanoxcalc/nxcalc.c | 510 ++++
examples/nanoxterm/Kconfig | 29 +
examples/{modbus => nanoxterm}/Make.defs | 6 +-
examples/{lely_master => nanoxterm}/Makefile | 28 +-
examples/nanoxterm/nxterm.c | 2595 +++++++++++++++++++++
graphics/microwindows/Kconfig | 30 +
graphics/microwindows/Make.defs | 3 +-
graphics/microwindows/Makefile | 70 +-
13 files changed, 3306 insertions(+), 35 deletions(-)
create mode 100644 examples/nanoxcalc/Kconfig
copy {audioutils/lame => examples/nanoxcalc}/Make.defs (88%)
copy {boot/nxboot => examples/nanoxcalc}/Makefile (76%)
create mode 100644 examples/nanoxcalc/nxcalc.c
create mode 100644 examples/nanoxterm/Kconfig
copy examples/{modbus => nanoxterm}/Make.defs (92%)
copy examples/{lely_master => nanoxterm}/Makefile (67%)
create mode 100644 examples/nanoxterm/nxterm.c