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 7fbadb5  fixed mpu9250 not work on i2c bus issue.
     new fd5fb26  input/uinput: Rename UINPUT_TOUCHSCREEN to UINPUT_TOUCH
     new d19aa5a  input: Move uinput initialization from boards/sim to drivers
     new 9b2c89f  input/uinput: Remove the argument from initialization function
     new 7de9b87  input/touchscreen: Change the type of touch_upperhalf_s::nums 
from uint32_t to uint8_t
     new 7ea14aa  input/keyboard: Make each instance could have a different 
buffer size
     new 2ccf549  drivers: Call uinput_keyboard_initialize in drivers_initialize
     new 85550ee  boards/sim: Enable uinput for rpproxy and rpserver

The 7 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:
 boards/sim/sim/sim/configs/rpproxy/defconfig  |  5 +++
 boards/sim/sim/sim/configs/rpserver/defconfig |  5 +++
 boards/sim/sim/sim/src/sim_bringup.c          | 17 --------
 drivers/drivers_initialize.c                  | 13 ++++++
 drivers/input/Kconfig                         | 36 ++++++++++------
 drivers/input/keyboard_upper.c                |  6 ++-
 drivers/input/touchscreen_upper.c             |  2 +-
 drivers/input/uinput.c                        | 60 +++++++++++++--------------
 include/nuttx/input/keyboard.h                |  2 +-
 include/nuttx/input/uinput.h                  | 17 ++++----
 10 files changed, 89 insertions(+), 74 deletions(-)

Reply via email to