-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Refactor linkerscript templates
- Adds a generic linkerscript for all basic Cortex-M devices. - Adds .data_{ram} and .noinit_{ram} sections to all memories. - Uses MAX() to forward the heap location counter so that a very large .data section will collapse the heap to zero and "spill" into the next RAM section without overflowing the subsection SRAM1. - Generalizes RAM heap section placement via macro.
- Loading branch information
Showing
18 changed files
with
889 additions
and
434 deletions.
There are no files selected for viewing
This file contains 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 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 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.