-
Notifications
You must be signed in to change notification settings - Fork 13.3k
PoC cache configuration control #7060
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
Merged
Merged
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
fc63320
PoC cache configuration control
mhightower83 57043bd
Style corrections
mhightower83 17ceceb
Merge branch 'master' into poc-cache-config
mhightower83 7424aed
Added detailed description for Cache_Read_Enable.
mhightower83 56306d3
Merge branch 'master' into poc-cache-config
mhightower83 0645923
Style and MMU_SEC_HEAP corrections.
mhightower83 a6bb5a1
Improved asm register usage.
mhightower83 5bb3e19
Merge branch 'master' into poc-cache-config
mhightower83 b443e43
Interesting glitch in boards.txt after github merge. A new board in
mhightower83 0c661db
Support for 2nd Heap, excess IRAM, through umm_malloc.
mhightower83 c6eabc5
Merge branch 'master' into poc-cache-config
mhightower83 70842de
Post push CI cleanup.
mhightower83 f35290b
Cleanup part II
mhightower83 71e36cb
Cleanup part III
mhightower83 edf008a
Updates to support platformio, maybe.
mhightower83 161e7bc
Added exception C wrapper replacement.
mhightower83 5ac46f7
Merge branch 'master' into poc-cache-config
mhightower83 91fc391
CI Cleanup
mhightower83 eb9882e
CI Cleanup II
mhightower83 1422b8d
Changes to exc-c-wrapper-handler.S to assemble under platformio.
mhightower83 b921e11
For platformio, Correction to toolchain-xtensa include path.
mhightower83 cfb3826
Temporarily added --print-memory-usage to ld parameters for cross-che…
mhightower83 a1cd3a2
Merge branch 'master' into poc-cache-config
mhightower83 352a2ed
Merge branch 'poc-cache-config' of github.com:mhightower83/Arduino in…
mhightower83 062f8dc
Merge branch 'master' into poc-cache-config
mhightower83 69fdd5b
Merge branch 'master' into poc-cache-config
mhightower83 d5dac93
Merge branch 'master' into poc-cache-config
mhightower83 9d3a7de
Merge branch 'poc-cache-config' of github.com:mhightower83/Arduino in…
mhightower83 ecd826c
undo change to platform.txt
mhightower83 a9b92e2
correct merge conflict. take 1
mhightower83 5a99afc
Merge branch 'master' into poc-cache-config
mhightower83 f51dd82
Merge branch 'master' into poc-cache-config
mhightower83 71ef229
Merge branch 'master' into poc-cache-config
mhightower83 1a9d909
Fixed #if... for building umm_get_oom_count. It was not building when…
mhightower83 7b4a8d4
Commented out XMC support. Compatibility issues with PoC when using 1…
mhightower83 d9ab27e
Merge branch 'master' into poc-cache-config
mhightower83 6d18190
Corrected size.py, DRAM bracketing changed to not include ICACHE with…
mhightower83 50fe8a3
Merge branch 'master' into poc-cache-config
mhightower83 f62ff0a
Merge branch 'master' into poc-cache-config
mhightower83 1847a72
Merge branch 'master' into poc-cache-config
mhightower83 d3ace64
Added additional _context for support of use of UMM_INLINE_METRICS.
mhightower83 a43a2a8
Merge branch 'master' into poc-cache-config
mhightower83 2f47516
Merge branch 'master' into poc-cache-config
mhightower83 fd8f942
Merge branch 'master' into poc-cache-config
mhightower83 74df810
Changes to clear errors and warnings from toolchain 10.1
mhightower83 b767a5d
Isolated incompatable definitions related to _xtos_set_exception_hand…
mhightower83 e7402d8
Update tools/platformio-build.py
mhightower83 51ea542
Merge branch 'master' into poc-cache-config
mhightower83 3ff489c
Merge branch 'master' into poc-cache-config
devyte 232dce4
Requested changes
mhightower83 a3c9e02
Corrected comment. And added missing include.
mhightower83 fc5f611
Improve comment.
mhightower83 bbdf166
style and comment correction
mhightower83 b88d197
Added draft mmu.rst file and updated index.
mhightower83 b058f17
Updated mmu.rst
mhightower83 5e31ed5
Add a default MMU_IRAM_SIZE value for a new CI test to pass.
mhightower83 a4d28e2
CI appeasement
mhightower83 d45ceb0
CI appeasement with comment correction.
mhightower83 4831410
Ensure SYS always runs with DRAM Heap selected.
mhightower83 f64a7d0
Add/move heap stack overflow/underflow check to Esp.cpp where the eve…
mhightower83 2238535
Improved comment clarity of purpose for IramReserve.ino. Clean up MMU…
mhightower83 c070657
Added missing #include
mhightower83 be71429
Corrected usage of warning
mhightower83 50ea394
Merge branch 'master' into poc-cache-config
mhightower83 4d7e1e9
Merge branch 'poc-cache-config' of github.com:mhightower83/Arduino in…
mhightower83 61afce0
CI appeasement and use #message not #pragma message
mhightower83 d828d76
Merge branch 'master' into poc-cache-config
mhightower83 7d4a600
Updated git version of eboot.elf to match build version.
mhightower83 20d39ee
Merge branch 'master' into poc-cache-config
mhightower83 f33ed95
Merge branch 'master' into poc-cache-config
mhightower83 53894c7
Merge branch 'master' into poc-cache-config
mhightower83 5ee2136
Merge branch 'master' into poc-cache-config
devyte 3f415f8
Remove conditional build option USE_ISR_SAFE_EXC_WRAPPER, always inst…
mhightower83 addb149
Merge branch 'master' into poc-cache-config
mhightower83 d7fb4ab
Updated mmu.rst
mhightower83 c8412a8
Merge branch 'master' into poc-cache-config
mhightower83 5786ec1
Merge branch 'master' into poc-cache-config
mhightower83 86c4e5a
Merge branch 'master' into poc-cache-config
mhightower83 0c9ae16
Merge branch 'master' into poc-cache-config
mhightower83 2f88e7b
Merge branch 'master' into poc-cache-config
mhightower83 6c324c1
Merge branch 'master' into poc-cache-config
mhightower83 929e79b
Merge branch 'master' into poc-cache-config
mhightower83 1875c73
Merge branch 'master' into poc-cache-config
mhightower83 d3f9a0a
Expanded and clarified comments.
mhightower83 e48d95e
Style fixes and more cleanup
mhightower83 3ab791b
Merge branch 'master' into poc-cache-config
mhightower83 a3bf35c
Style fix
mhightower83 1ff2aef
Remove unnessasary IRAM_ATTR from install_non32xfer_exception_handler
mhightower83 9f9e206
Merge branch 'master' into poc-cache-config
devyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.