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.git
from 88ecbc2682e drivers/eeprom: add 24CW160 support
new 1e06783d838 drivers/input: support ST7123 touchscreen controller
new 015020223ce Documentation: add ST7123 to input docs
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:
.../components/drivers/character/input/index.rst | 1 +
.../components/drivers/character/input/st7123.rst | 127 +++
.../components/drivers/character/touchscreen.rst | 11 +-
drivers/input/CMakeLists.txt | 4 +
drivers/input/Kconfig | 24 +
drivers/input/Make.defs | 4 +
drivers/input/st7123.c | 1002 ++++++++++++++++++++
include/nuttx/{audio/es7210.h => input/st7123.h} | 71 +-
8 files changed, 1212 insertions(+), 32 deletions(-)
create mode 100644 Documentation/components/drivers/character/input/st7123.rst
create mode 100644 drivers/input/st7123.c
copy include/nuttx/{audio/es7210.h => input/st7123.h} (52%)