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/incubator-nuttx.git.
from ec54c4e tools/ci/testlist/sim-01.dat: Enable libcxxtest for macOS add 676b735 driver/touchscreen: Add support for write operations add 377c159 driver: add uinput support add 3bb4e05 driver/uinput: add uinput button support No new revisions were added by this update. Summary of changes: boards/sim/sim/sim/src/sim_bringup.c | 11 ++ drivers/input/Kconfig | 7 + drivers/input/Make.defs | 4 + drivers/input/button_upper.c | 69 ++++++- drivers/input/touchscreen_upper.c | 30 +++ drivers/input/uinput.c | 218 +++++++++++++++++++++ include/nuttx/input/buttons.h | 5 + include/nuttx/input/touchscreen.h | 19 ++ .../nuttx/{sensors/adt7320.h => input/uinput.h} | 72 +++---- 9 files changed, 393 insertions(+), 42 deletions(-) create mode 100644 drivers/input/uinput.c copy include/nuttx/{sensors/adt7320.h => input/uinput.h} (54%)