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/esp32_spiflash.c: Fix the value of the page start address when invalidating the cache #2752

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

Ouss4
Copy link
Member

@Ouss4 Ouss4 commented Jan 26, 2021

Summary

Fix the value of the page start address when invalidating the cache. The value was incorrectly set to be the size instead of start.

Impact

Fix a bug that will make invalidating the cache happen more frequently.

Testing

esp32-devkitc:spiflash

Some NXStyle issues are expected due to the ROM functions usage.

address.
It was incorrectly taken from the size.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
@acassis acassis merged commit 6bf826a into apache:master Jan 26, 2021
@Ouss4 Ouss4 deleted the bugfix/spiflash branch January 26, 2021 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants