This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 37a1f0e06 audioutils/lame: pin the checkout and build its AVX-512
sources
new a8e6021c6 system/kbd: add a keyboard dump that reads any keyboard
new f52bc61ad games/NXDoom: handle the special key events
new 47b3f92f9 examples/lvglterm: read any keyboard through one input path
new b62cec9eb system/kbd: inject keys into a uinput keyboard
new ece6221ed examples/hidkbd: follow the byte stream option rename
new e59fee53a nshlib, graphics/microwindows: require the keyboard byte
stream
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:
examples/hidkbd/Kconfig | 2 +-
examples/hidkbd/hidkbd_main.c | 5 +-
examples/lvglterm/Kconfig | 32 +-
examples/lvglterm/lvglterm_kbd.c | 137 ++++---
games/NXDoom/src/i_input.c | 158 +++++++-
games/NXDoom/src/i_video.c | 16 +-
graphics/microwindows/Kconfig | 2 +-
nshlib/Kconfig | 4 +
system/{cpuload => kbd}/CMakeLists.txt | 14 +-
system/kbd/Kconfig | 38 ++
{games/cgol => system/kbd}/Make.defs | 6 +-
{audioutils/mml_parser => system/kbd}/Makefile | 9 +-
system/kbd/kbd_main.c | 476 +++++++++++++++++++++++++
13 files changed, 760 insertions(+), 139 deletions(-)
copy system/{cpuload => kbd}/CMakeLists.txt (84%)
create mode 100644 system/kbd/Kconfig
copy {games/cgol => system/kbd}/Make.defs (90%)
copy {audioutils/mml_parser => system/kbd}/Makefile (83%)
create mode 100644 system/kbd/kbd_main.c