summaryrefslogtreecommitdiff
path: root/tools/build_memory_info.py
AgeCommit message (Collapse)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-04-27build_memory_info: Report used, free, and total memoryJeff Epler
.. intead of just free and total as before.
2020-04-27build_memory_info: Drop support for old FLASH region nameJeff Epler
This led to incorrect results about free memory in the stm and i.mx ports
2019-12-16Increase CPX stack size slightlyDan Halbert
2019-12-10fix build failuresDan Halbert
2019-12-10working on all portsDan Halbert
2019-12-06atmel-samd workingDan Halbert
2019-12-05wipDan Halbert
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