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 <moura.fmo@gmail.com>
Assisted-by: Claude:claude-sonnet-5
This commit is contained in:
Felipe Moura 2026-09-03 09:37:05 -03:00 committed by Alan C. Assis
parent 30503f8fdf
commit c8f1e093f5
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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