-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Update mmu_get... and mmu_set... #8290
Merged
mcspr
merged 10 commits into
esp8266:master
from
mhightower83:pr-mmu-inline-strict-aliasing
Oct 13, 2021
Merged
Update mmu_get... and mmu_set... #8290
mcspr
merged 10 commits into
esp8266:master
from
mhightower83:pr-mmu-inline-strict-aliasing
Oct 13, 2021
Commits on Aug 24, 2021
-
Update mmu_get... and mmu_set... to comply with strict-aliasing rules.
Added 32-bit dependency injections as needed to guard against compiler optimizing 32-bit loads from IRAM to 8-bit or 16-bit loads.
Configuration menu - View commit details
-
Copy full SHA for a8aed29 - Browse repository at this point
Copy the full SHA a8aed29View commit details -
Update mmu_get... and mmu_set... to comply with strict-aliasing rules.
Added 32-bit dependency injections as needed to guard against compiler optimizing 32-bit loads from IRAM to 8-bit or 16-bit loads.
Configuration menu - View commit details
-
Copy full SHA for bac14f2 - Browse repository at this point
Copy the full SHA bac14f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc26d6 - Browse repository at this point
Copy the full SHA 0cc26d6View commit details -
Merge branch 'pr-mmu-inline-strict-aliasing' of github.com:mhightower…
…83/Arduino into pr-mmu-inline-strict-aliasing
Configuration menu - View commit details
-
Copy full SHA for 370c1c8 - Browse repository at this point
Copy the full SHA 370c1c8View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb859e4 - Browse repository at this point
Copy the full SHA cb859e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df867f - Browse repository at this point
Copy the full SHA 5df867fView commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45bcfa9 - Browse repository at this point
Copy the full SHA 45bcfa9View commit details
Commits on Sep 24, 2021
-
Corrected start of DRAM constant in mmu_is_dram(). Replaced #define(s) with const to properly limit scope. Compiler appears to optomize it down to the same size. In some places used ld variables and core-isa.h defines to set range checking values.
Configuration menu - View commit details
-
Copy full SHA for ebbac7b - Browse repository at this point
Copy the full SHA ebbac7bView commit details
Commits on Sep 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9814f70 - Browse repository at this point
Copy the full SHA 9814f70View commit details
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bd31242 - Browse repository at this point
Copy the full SHA bd31242View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.