This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 758b9d98fc999398ef75668eaf06724e092b7e01 Author: Jorge Guzman <[email protected]> AuthorDate: Thu Jul 30 19:47:37 2026 -0300 boards/xtensa/esp32s3/esp32s3-m5-cardputer: follow the unified lvglterm input The terminal no longer has separate matrix and USB input sources: it reads any keyboard through one path. Left as it was, the unknown symbol would have been dropped and the configuration would have fallen back to the touch variant, which is the default. This board has no touchscreen, so the terminal would have had no input at all and the build would have said nothing. Signed-off-by: Jorge Guzman <[email protected]> --- boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig b/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig index 5bb9c031f09..349e37a7e95 100644 --- a/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig @@ -47,7 +47,7 @@ CONFIG_ESP32S3_USBSERIAL=y CONFIG_ESPRESSIF_WIFI=y CONFIG_EXAMPLES_LVGLTERM=y CONFIG_EXAMPLES_LVGLTERM_FONT_UNSCII_8=y -CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD_MATRIX=y +CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y CONFIG_FAT_LCNAMES=y CONFIG_FAT_LFN=y CONFIG_FS_FAT=y
