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

ESP32-S3: Fix alignment of FPU registers in exception context #6917

Merged
merged 1 commit into from Aug 25, 2022

Conversation

gustavonihei
Copy link
Contributor

Summary

This PR intends to fix the alignment of FPU registers in exception context for the ESP32-S3 chip.
ESP32-S3 requires a minimum alignment of 16 bytes for the total save area.

Impact

Fixes #6914.

Testing

Successful execution of ostest application on esp32s3-devkit:nsh with MM_UBSAN enabled.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 96f77cb into apache:master Aug 25, 2022
@gustavonihei gustavonihei deleted the bugfix/esp32s3_fpu_ctx branch August 26, 2022 01:49
@jerpelea jerpelea added this to To-Add in Release Notes - 12.0.0 Dec 29, 2022
@jerpelea jerpelea moved this from To-Add to Added in Release Notes - 12.0.0 Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Memory corruption on esp32s3
2 participants