You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/17 17:47:09 UTC

[incubator-nuttx] branch master updated (5085f85 -> bfe29c8)

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 5085f85  esp32(s3)_start.c: In SMP mode, don't disable APP CPU at startup.  It starts in a disabled state and if OpenOCD is used this will clear OpenOCD configuration.
     add 0c2f86f  driver/touchscreen: Add multithreaded read support
     add eebd736  board/sim: update uinput init & Kconfig
     add c3c6b64  driver/uinput: Add cross core control function
     add 20c6d50  input/keyboard: export keyboard related macros
     add a0fa07c  driver/keyboard: add keyboard upperhalf driver
     add bfe29c8  driver/uinput: add uinput keyboard support

No new revisions were added by this update.

Summary of changes:
 boards/sim/sim/sim/src/sim_bringup.c               |  14 +-
 drivers/input/Kconfig                              |  52 ++-
 drivers/input/Make.defs                            |   4 +
 drivers/input/keyboard_upper.c                     | 444 +++++++++++++++++++++
 drivers/input/touchscreen_upper.c                  | 247 ++++++------
 drivers/input/uinput.c                             | 441 +++++++++++++++++---
 include/nuttx/input/kbd_codec.h                    |   4 +-
 .../src/mirtoo.h => include/nuttx/input/keyboard.h |  67 ++--
 include/nuttx/input/touchscreen.h                  |   4 +-
 include/nuttx/input/uinput.h                       |  23 ++
 10 files changed, 1069 insertions(+), 231 deletions(-)
 create mode 100644 drivers/input/keyboard_upper.c
 copy boards/mips/pic32mx/mirtoo/src/mirtoo.h => include/nuttx/input/keyboard.h (67%)