This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 23271fb5899 drivers/timers: Add a PCF8563 RTC driver.
new 35f93f4c57b boards/esp32s3: Add support to Waveshare
esp32s3-touch-lcd-7
new f27c01214bb docs/esp32s3: Add documentation to ESP32S3-Touch-LCD-7
board
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:
.../esp32s3/boards/esp32s3-touch-lcd7/index.rst | 115 +++++++++++++++++++++
.../esp32s3-touch-lcd7/touch-lcd7-botton.png | Bin 0 -> 522240 bytes
.../boards/esp32s3-touch-lcd7/touch-lcd7-top.png | Bin 0 -> 327316 bytes
boards/Kconfig | 14 +++
.../xtensa/esp32s3/esp32s3-touch-lcd7}/Kconfig | 5 +-
.../configs/usbnsh/defconfig | 4 +-
.../include/board.h | 8 +-
.../include/board_memorymap.h | 8 +-
.../scripts/Make.defs | 2 +-
.../src/Make.defs | 2 +-
.../src/esp32s3-touch-lcd7.h} | 8 +-
.../src/esp32s3_boot.c | 4 +-
.../src/esp32s3_bringup.c | 4 +-
.../src/esp32s3_reset.c | 2 +-
14 files changed, 152 insertions(+), 24 deletions(-)
create mode 100644
Documentation/platforms/xtensa/esp32s3/boards/esp32s3-touch-lcd7/index.rst
create mode 100644
Documentation/platforms/xtensa/esp32s3/boards/esp32s3-touch-lcd7/touch-lcd7-botton.png
create mode 100644
Documentation/platforms/xtensa/esp32s3/boards/esp32s3-touch-lcd7/touch-lcd7-top.png
copy {arch/x86/src/common => boards/xtensa/esp32s3/esp32s3-touch-lcd7}/Kconfig
(64%)
copy boards/xtensa/esp32s3/{esp32s3-lhcbit =>
esp32s3-touch-lcd7}/configs/usbnsh/defconfig (94%)
copy boards/xtensa/esp32s3/{esp32s3-lhcbit =>
esp32s3-touch-lcd7}/include/board.h (88%)
copy boards/xtensa/esp32s3/{lckfb-szpi-esp32s3 =>
esp32s3-touch-lcd7}/include/board_memorymap.h (93%)
copy boards/xtensa/esp32s3/{esp32s3-lhcbit =>
esp32s3-touch-lcd7}/scripts/Make.defs (97%)
copy boards/xtensa/esp32s3/{esp32s3-lhcbit =>
esp32s3-touch-lcd7}/src/Make.defs (95%)
copy boards/xtensa/esp32s3/{esp32s3-lhcbit/src/esp32s3-lhcbit.h =>
esp32s3-touch-lcd7/src/esp32s3-touch-lcd7.h} (88%)
copy boards/xtensa/esp32s3/{esp32s3-box =>
esp32s3-touch-lcd7}/src/esp32s3_boot.c (97%)
copy boards/xtensa/esp32s3/{esp32s3-lhcbit =>
esp32s3-touch-lcd7}/src/esp32s3_bringup.c (96%)
copy boards/xtensa/esp32s3/{esp32s3-8048S043 =>
esp32s3-touch-lcd7}/src/esp32s3_reset.c (97%)