summaryrefslogtreecommitdiff
path: root/tools/build_memory_info.py
AgeCommit message (Collapse)Author
2018-02-09Correct _etext location; clean up .ld filesDan Halbert
1. Make _extext and _sidata coincide. Old _etext location did not include .ARM.exidx sections, which were usually absent but not always. So flash data was copied to RAM in wrong place. 2. Use decimal constants with "K" and "M" suffixes in .ld files instead of hex constants, to make them easier to read and check for accuracy.
2017-02-24atmel-samd: Switch to nano newlib and add size script to build.Scott Shawcroft