From 767f1e7b91c37aa9fbf3bfbb5428d95ac8de650a Mon Sep 17 00:00:00 2001 From: Felipe Moura Date: Thu, 3 Sep 2026 09:37:05 -0300 Subject: [PATCH] xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from defconfig nuttx-apps PR #3763 adds "default 4096 if LIBC_PRINT_EXTENSION" to CONFIG_UORB_STACKSIZE. Both lckfb-szpi-esp32s3/qmi8658 and esp32s3-ws-lcd128/imu-qmi8658 already set CONFIG_UORB_STACKSIZE=4096 explicitly, which now matches the new default and makes the line redundant, so savedefconfig drops it -- causing the CI defconfig-sync check (testbuild.sh -R) to flag these files as stale and fail the xtensa-03 job. Signed-off-by: Felipe Moura Assisted-by: Claude:claude-sonnet-5 --- .../esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig | 1 - .../xtensa/esp32s3/lckfb-szpi-esp32s3/configs/qmi8658/defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig index 567037f08562d..dc8f74180043d 100644 --- a/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig @@ -68,5 +68,4 @@ CONFIG_SYSTEM_NXINIT=y CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_UORB=y CONFIG_UORB_LISTENER=y -CONFIG_UORB_STACKSIZE=4096 CONFIG_USENSOR=y diff --git a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/qmi8658/defconfig b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/qmi8658/defconfig index cbdee5775a318..5ce791f79e431 100644 --- a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/qmi8658/defconfig +++ b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/qmi8658/defconfig @@ -64,5 +64,4 @@ CONFIG_SYSTEM_NXINIT=y CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_UORB=y CONFIG_UORB_LISTENER=y -CONFIG_UORB_STACKSIZE=4096 CONFIG_USENSOR=y