FelipeMdeO opened a new pull request, #20052: URL: https://github.com/apache/nuttx/pull/20052
## 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 plan - [x] Confirmed the diff matches exactly what CI's `testbuild.sh -R` produced when normalizing these two configs - [x] `grep -r "CONFIG_UORB_STACKSIZE=4096" boards/` returns no other affected boards -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
