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 ae0210479d7 doc/nxdoom: Improve the nxdoom doc to let user play it
new 1953a7449d2 boards/esp32s3: esp32s3-m5-cardputer: add keyboard and
LVGL terminal
new 7a4f2704929 boards/arm/stm32h7: linum-stm32h753bi: add LVGL terminal
configuration
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:
.../applications/examples/lvglterm/index.rst | 78 +++-
.../examples/lvglterm/lvglterm-kbd.png | Bin 0 -> 220952 bytes
.../examples/lvglterm/lvglterm-touch.png | Bin 0 -> 214588 bytes
.../arm/stm32h7/boards/linum-stm32h753bi/index.rst | 14 +
.../esp32s3/boards/esp32s3-m5-cardputer/index.rst | 38 +-
.../configs/{lvgl => lvglterm}/defconfig | 7 +-
boards/xtensa/esp32s3/esp32s3-m5-cardputer/Kconfig | 29 ++
.../configs/{wifi => lvglterm}/defconfig | 50 ++-
.../esp32s3/esp32s3-m5-cardputer/src/Make.defs | 4 +
.../src/esp32s3-m5-cardputer.h | 20 ++
.../esp32s3-m5-cardputer/src/esp32s3_board_spi.c | 19 +
.../esp32s3-m5-cardputer/src/esp32s3_bringup.c | 10 +
.../esp32s3/esp32s3-m5-cardputer/src/esp32s3_kbd.c | 397 +++++++++++++++++++++
13 files changed, 649 insertions(+), 17 deletions(-)
create mode 100644
Documentation/applications/examples/lvglterm/lvglterm-kbd.png
create mode 100644
Documentation/applications/examples/lvglterm/lvglterm-touch.png
copy boards/arm/stm32h7/linum-stm32h753bi/configs/{lvgl => lvglterm}/defconfig
(95%)
copy boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/{wifi =>
lvglterm}/defconfig (61%)
create mode 100644 boards/xtensa/esp32s3/esp32s3-m5-cardputer/src/esp32s3_kbd.c