diff options
author | 2018-08-12 01:09:21 +0100 | |
---|---|---|
committer | 2018-08-12 01:20:18 +0100 | |
commit | 277436ec86b3e52fe070f54f10cca64e3800177f (patch) | |
tree | c82956a7730b299c2cf529ad9919dcd5c996533f /cortex-m-rt/examples/main.rs | |
parent | b4186cfe5fc9a8e51d73549cddbf0f49db3a49ba (diff) | |
download | cortex-m-277436ec86b3e52fe070f54f10cca64e3800177f.tar.gz cortex-m-277436ec86b3e52fe070f54f10cca64e3800177f.tar.zst cortex-m-277436ec86b3e52fe070f54f10cca64e3800177f.zip |
Update linker script to put .data into FLASH
Previously .data's LMA was specified by a computated address instead of
placing it into FLASH explicitly, which means FLASH overflows caused by
.data would not be detected by the linker.
Fixes #86.
Diffstat (limited to 'cortex-m-rt/examples/main.rs')
0 files changed, 0 insertions, 0 deletions