This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 636047a4e examples/fb: add SMPTE color bar example
new ae601e289 graphics/microwindows: introduce Microwindows graphics
support to NuttX
new ce49ac905 examples/microwindows: add mwdemo demo application
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:
examples/microwindows/Kconfig | 26 ++
.../lame => examples/microwindows}/Make.defs | 6 +-
.../kasantest => examples/microwindows}/Makefile | 38 ++-
examples/microwindows/mwdemo.c | 333 +++++++++++++++++++++
.../apds9960_main.c => microwindows/mwdemo_main.c} | 113 ++++---
graphics/microwindows/.gitignore | 2 +
graphics/microwindows/Kconfig | 131 ++++++++
.../controlse => graphics/microwindows}/Make.defs | 14 +-
graphics/microwindows/Makefile | 154 ++++++++++
9 files changed, 743 insertions(+), 74 deletions(-)
create mode 100644 examples/microwindows/Kconfig
copy {audioutils/lame => examples/microwindows}/Make.defs (88%)
copy {testing/mm/kasantest => examples/microwindows}/Makefile (55%)
create mode 100644 examples/microwindows/mwdemo.c
copy examples/{apds9960/apds9960_main.c => microwindows/mwdemo_main.c} (58%)
create mode 100644 graphics/microwindows/.gitignore
create mode 100644 graphics/microwindows/Kconfig
copy {crypto/controlse => graphics/microwindows}/Make.defs (74%)
create mode 100644 graphics/microwindows/Makefile