This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 02a99e33770 boards: xtensa: refresh cardputer lvglterm defconfig
02a99e33770 is described below
commit 02a99e33770f85529d3da749a95da395dd8fb59c
Author: Old-Ding <[email protected]>
AuthorDate: Wed Jul 8 15:33:12 2026 +0800
boards: xtensa: refresh cardputer lvglterm defconfig
The CI refresh step removes the explicit LVGL terminal keyboard input
selection from the esp32s3-m5-cardputer lvglterm defconfig.
Update the saved defconfig so unrelated pull requests do not fail the
normalize check on this board.
Signed-off-by: Old-Ding <[email protected]>
---
boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig | 1 -
1 file changed, 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 349e37a7e95..67bec4730d1 100644
--- a/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig
@@ -47,7 +47,6 @@ CONFIG_ESP32S3_USBSERIAL=y
CONFIG_ESPRESSIF_WIFI=y
CONFIG_EXAMPLES_LVGLTERM=y
CONFIG_EXAMPLES_LVGLTERM_FONT_UNSCII_8=y
-CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y
CONFIG_FAT_LCNAMES=y
CONFIG_FAT_LFN=y
CONFIG_FS_FAT=y