Skip to content

xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from defconfig - #20052

Open
FelipeMdeO wants to merge 1 commit into
apache:masterfrom
FelipeMdeO:fix/uorb-stacksize-defconfig-sync
Open

xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from defconfig#20052
FelipeMdeO wants to merge 1 commit into
apache:masterfrom
FelipeMdeO:fix/uorb-stacksize-defconfig-sync

Conversation

@FelipeMdeO

@FelipeMdeO FelipeMdeO commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

apache/nuttx-apps#3763 adds default 4096 if LIBC_PRINT_EXTENSION to CONFIG_UORB_STACKSIZE. Two boards already set CONFIG_UORB_STACKSIZE=4096 explicitly in their defconfig, which now matches the new default and makes the line redundant. savedefconfig drops it, so the CI defconfig-sync check fails on these two boards once nuttx-apps#3763 is applied.

This PR removes the now-redundant line from:

  • boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/qmi8658/defconfig
  • boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/imu-qmi8658/defconfig

Needed for apache/nuttx-apps#3763's CI (job Linux (xtensa-03)) to pass — please merge together / in coordination with that PR.

Test

Confirmed the diff matches exactly what CI's testbuild.sh -R produced when normalizing these two configs
grep -r "CONFIG_UORB_STACKSIZE=4096" boards/ returns no other affected boards

…onfig

nuttx-apps PR apache#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.
@FelipeMdeO FelipeMdeO changed the title boards/xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from defconfig xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from defconfig Sep 3, 2026
@github-actions github-actions Bot added Size: XS The size of the change in this PR is very small Board: xtensa labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

MemBrowse Memory Report

No memory changes detected for:

@xiaoxiang781216

Copy link
Copy Markdown
Contributor

fix style error:

6f2fa0b9aa Merge 734c06c4f3da922f34e950b3e7134624fc12906e into c351769725515cd6c6ca77f9a8a6195a96f1c39c
734c06c4f3 boards/xtensa/esp32s3: drop redundant CONFIG_UORB_STACKSIZE from defconfig
../nuttx/tools/checkpatch.sh -c -u -m -g  c351769725515cd6c6ca77f9a8a6195a96f1c39c..HEAD
❌ Missing Signed-off-by
Used config files:
    1: .codespellrc
Some checks failed. For contributing guidelines, see:
  https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Board: xtensa Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants