anchao opened a new pull request, #15160: URL: https://github.com/apache/nuttx/pull/15160
## Summary xtensa/esp32s3: increased init stack size to 8k for all esp32s3 In the latest commit, binary_s increases the stack size by 56 bytes, but this change will overflow on some esp32s3 configurations, which means that the current configuration is very close to the limit. This commit increases the initialization stack size of esp32s3 to 8K to ensure boot safety. Reference: https://github.com/apache/nuttx/pull/15123 Signed-off-by: chao an <[email protected]> ## Impact esp32s3 ## Testing ci-check, since i do not have esp32s3 board, @fdcavalcanti could you please help to verify this PR? thank you! -- 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]
