This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b496611b7f3 arch/arm/nrf53: fix nxstyle errors in nrf53_gpiote.c
new e884b6c3c8b input/gt9xx: fix register write and no-contact read
new 89ac35cc550 boards/esp32p4-tab5: add the ILI9881C and GT911 hardware
variant
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:
.../risc-v/esp32p4/boards/esp32p4-tab5/index.rst | 47 +-
boards/risc-v/esp32p4/esp32p4-tab5/Kconfig | 42 +-
boards/risc-v/esp32p4/esp32p4-tab5/include/board.h | 27 +-
.../risc-v/esp32p4/esp32p4-tab5/src/CMakeLists.txt | 8 +-
boards/risc-v/esp32p4/esp32p4-tab5/src/Make.defs | 8 +-
.../esp32p4/esp32p4-tab5/src/esp32p4_display.c | 5 +-
.../esp32p4-tab5/src/esp32p4_lcd_ili9881c.c | 493 +++++++++++++++++++++
...esp32p4_lcd_st7121.h => esp32p4_lcd_ili9881c.h} | 28 +-
.../esp32p4/esp32p4-tab5/src/esp32p4_touch_gt911.c | 232 ++++++++++
.../{esp32p4_touch.c => esp32p4_touch_st7123.c} | 3 +-
drivers/input/gt9xx.c | 53 +--
11 files changed, 893 insertions(+), 53 deletions(-)
create mode 100644
boards/risc-v/esp32p4/esp32p4-tab5/src/esp32p4_lcd_ili9881c.c
copy boards/risc-v/esp32p4/esp32p4-tab5/src/{esp32p4_lcd_st7121.h =>
esp32p4_lcd_ili9881c.h} (70%)
create mode 100644 boards/risc-v/esp32p4/esp32p4-tab5/src/esp32p4_touch_gt911.c
rename boards/risc-v/esp32p4/esp32p4-tab5/src/{esp32p4_touch.c =>
esp32p4_touch_st7123.c} (98%)