mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 02:16:35 +00:00
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:
parent
30503f8fdf
commit
c8f1e093f5
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue