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 bf1ac68987a arch/arm/rtl8721f: add ADC driver support
new 8342c51d595 ioexpander/ch422g: add a driver for the WCH CH422G I/O
new 8c7a5701e30 esp32s3/lcd: Fix rolling issue on high resolution LCDs
new 5486ed1e9b2 boards/esp32s3-touch-lcd7: Add support to LCD
new 1267f78dcc5 doc/esp32s3: Update esp32s3-touch-lcd7 documentation
The 4 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/special/ioexpander.rst | 44 +-
.../esp32s3/boards/esp32s3-touch-lcd7/index.rst | 80 +++
arch/xtensa/src/esp32s3/Kconfig | 42 ++
arch/xtensa/src/esp32s3/esp32s3_lcd.c | 222 +++++-
boards/xtensa/esp32s3/esp32s3-touch-lcd7/Kconfig | 12 +
.../configs/lcd/defconfig | 47 +-
.../esp32s3/esp32s3-touch-lcd7/src/Make.defs | 8 +
.../esp32s3-touch-lcd7/src/esp32s3-touch-lcd7.h | 58 ++
.../src/esp32s3_board_ioexpander.c} | 67 +-
.../esp32s3-touch-lcd7/src/esp32s3_bringup.c | 10 +
.../esp32s3/esp32s3-touch-lcd7/src/esp32s3_lcd.c | 138 ++++
drivers/ioexpander/CMakeLists.txt | 4 +
drivers/ioexpander/Kconfig | 12 +
drivers/ioexpander/Make.defs | 4 +
drivers/ioexpander/ch422g.c | 750 +++++++++++++++++++++
.../nuttx/ioexpander/{pi4ioe5v6408.h => ch422g.h} | 82 +--
16 files changed, 1485 insertions(+), 95 deletions(-)
copy boards/xtensa/esp32s3/{esp32s3-lcd-ev =>
esp32s3-touch-lcd7}/configs/lcd/defconfig (55%)
copy boards/{arm/stm32f4/stm32f4discovery/src/stm32_st7032.c =>
xtensa/esp32s3/esp32s3-touch-lcd7/src/esp32s3_board_ioexpander.c} (58%)
create mode 100644 boards/xtensa/esp32s3/esp32s3-touch-lcd7/src/esp32s3_lcd.c
create mode 100644 drivers/ioexpander/ch422g.c
copy include/nuttx/ioexpander/{pi4ioe5v6408.h => ch422g.h} (55%)