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 c8f1e093f5d xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from
defconfig
c8f1e093f5d is described below
commit c8f1e093f5d865262f4c1fdd55da16be8f52bc87
Author: Felipe Moura <[email protected]>
AuthorDate: Thu Sep 3 09:37:05 2026 -0300
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 <[email protected]>
Assisted-by: Claude:claude-sonnet-5
---
boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig | 1 -
boards/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 567037f0856..dc8f7418004 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 cbdee5775a3..5ce791f79e4 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