cederom commented on PR #18730:
URL: https://github.com/apache/nuttx/pull/18730#issuecomment-4304612976
Thank you @fdcavalcanti again for your time and detailed verification!! :-)
```
% git diff
diff --git a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/nsh/defconfig
b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/nsh/defconfig
index 429cc0ed1a..f7c5c1a051 100644
--- a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/nsh/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/nsh/defconfig
@@ -23,7 +23,6 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_ARCH_XTENSA=y
CONFIG_BOARD_LOOPSPERMSEC=16717
CONFIG_BUILTIN=y
-CONFIG_DEBUG_FEATURES=y
CONFIG_DEBUG_FULLOPT=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_FS_PROCFS=y
diff --git
a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/ostest/defconfig
b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/ostest/defconfig
index a3fed03235..7be0c2a480 100644
--- a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/ostest/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/ostest/defconfig
@@ -23,7 +23,6 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_ARCH_XTENSA=y
CONFIG_BOARD_LOOPSPERMSEC=16717
CONFIG_BUILTIN=y
-CONFIG_DEBUG_FEATURES=y
CONFIG_DEBUG_FULLOPT=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_FS_PROCFS=y
diff --git
a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/touch-lvgl/defconfig
b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/touch-lvgl/defconfig
index 4dc861581f..a81c3338a5 100644
--- a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/touch-lvgl/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/touch-lvgl/defconfig
@@ -25,9 +25,6 @@ CONFIG_BOARD_INITTHREAD_STACKSIZE=8192
CONFIG_BOARD_LATE_INITIALIZE=y
CONFIG_BOARD_LOOPSPERMSEC=16717
CONFIG_BUILTIN=y
-CONFIG_DEBUG_ASSERTIONS=y
-CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
-CONFIG_DEBUG_FEATURES=y
CONFIG_DEBUG_FULLOPT=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_ESP32S3_DMA=y
@@ -59,7 +56,6 @@ CONFIG_LV_USE_LOG=y
CONFIG_LV_USE_NUTTX=y
CONFIG_LV_USE_NUTTX_LCD=y
CONFIG_MM_REGIONS=2
-CONFIG_NDEBUG=y
CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_FILEIOSIZE=512
```
Runtime verification:
* nsh
```
(..)
NuttShell (NSH) NuttX-12.13.0
nsh> uname -a
NuttX 12.13.0 72ee68504a-dirty Apr 23 2026 14:30:40 xtensa
esp32s3-ws-lcd128
nsh> ?
help usage: help [-v] [<cmd>]
. cp expr mount kill uname
[ cmp false mv pkill umount
? dirname fdinfo pidof sleep unset
alias df free printf usleep uptime
unalias dmesg help ps source watch
basename echo hexdump pwd test xd
break env ls rm time wait
cat exec mkdir rmdir true
cd exit mkrd set truncate
Builtin Apps:
dd nsh sh
```
* ostest
```
(..)
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5e400 5e400
ordblks 5 5
mxordblk 55358 55358
uordblks 47e8 47e8
fordblks 59c18 59c18
Final memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5e400 5e400
ordblks 1 5
mxordblk 59cb0 55358
uordblks 4750 47e8
fordblks 59cb0 59c18
user_main: Exiting
ostest_main: Exiting with status 0
```
* touch-lvgl
```
(..)
Connected
HC�SPI port 2 bound to LCD 0.
esp32s3_bringup(): end.
[LVGL] [User] (0.570, +570) check_stack_size: tid: 3, Stack size :
16320 lv_nuttx_entry.c:297
[LVGL] [User] (0.570, +0) lv_nuttx_lcd_create: lcd /dev/lcd0
opening lv_nuttx_lcd.c:77
[LVGL] [User] (0.580, +10) lv_nuttx_lcd_create: lcd /dev/lcd0
open success lv_nuttx_lcd.c:84
[LVGL] [Warn] (0.590, +10) lv_demo_widgets: LV_FONT_MONTSERRAT_18
is not enabled for the widgets demo. Using LV_FONT_DEFAULT instead.
lv_demo_widgets.c:156
[LVGL] [Warn] (0.600, +10) lv_demo_widgets: LV_FONT_MONTSERRAT_12
is not enabled for the widgets demo. Using LV_FONT_DEFAULT instead.
lv_demo_widgets.c:161
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]