Skip to content

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

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
tmedicci:bugfix/lock_size
Dec 11, 2024
Merged

xtensa/esp32s3: Update the reserved size for struct __lock#15143
xiaoxiang781216 merged 1 commit into
apache:masterfrom
tmedicci:bugfix/lock_size

Conversation

@tmedicci

Copy link
Copy Markdown
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
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