Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xtensa/esp32s3: Update the reserved size for struct __lock #15143

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

tmedicci
Copy link
Contributor

Summary

  • xtensa/esp32s3: Update the reserved size for struct __lock

After #15075, the static assertion at nuttx/arch/xtensa/src/esp32s3/esp32s3_libc_stubs.c was being triggered when building any of the ESP32-S3's defconfigs. This PR updates the reserved size to reflect the changes recently introduced.

Impact

Fix building any of the ESP32-S3's defconfigs and closes #15137

Testing

Internal CI testing + NuttX's upstream CI.

After apache#15075, the static
assertion at `nuttx/arch/xtensa/src/esp32s3/esp32s3_libc_stubs.c`
was being triggered when building any of the ESP32-S3's defconfigs.
This commit updates the reserved size to reflect the changes
introduced by the related PR.
@github-actions github-actions bot added Arch: xtensa Issues related to the Xtensa architecture Size: XS The size of the change in this PR is very small labels Dec 11, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit f3ec1bd into apache:master Dec 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: xtensa Issues related to the Xtensa architecture 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.

[BUG] esp32s3 builds fail with "Invalid size of struct __lock"
3 participants