diff options
author | 2023-02-17 21:26:57 +0000 | |
---|---|---|
committer | 2023-02-17 21:26:57 +0000 | |
commit | 88c6f8637f4eccbb44f57be5bc10bcfc88fbb3c8 (patch) | |
tree | e0c1e8db21c879e833f8e132ecde65043f8063d7 /cortex-m-rt/macros/src/lib.rs | |
parent | 8e4b18741d77a57eb0ae4d9a011611d1428a478d (diff) | |
parent | 9b51b40a96f94a144b6f2006729ac01c52896c67 (diff) | |
download | cortex-m-88c6f8637f4eccbb44f57be5bc10bcfc88fbb3c8.tar.gz cortex-m-88c6f8637f4eccbb44f57be5bc10bcfc88fbb3c8.tar.zst cortex-m-88c6f8637f4eccbb44f57be5bc10bcfc88fbb3c8.zip |
Merge #455
455: Add zero-init-ram feature r=adamgreig a=inorick
Add the 'zero-init-ram' feature that initializes the RAM with zeros during startup. This is normally
not necessary but might be required on custom hardware. If this step is skipped on such hardware,
reading from memory that was never written to will cause a hard-fault.
Co-authored-by: Norbert Fabritius <norbert.fabritius@esrlabs.com>
Co-authored-by: Adam Greig <adam@adamgreig.com>
Diffstat (limited to 'cortex-m-rt/macros/src/lib.rs')
0 files changed, 0 insertions, 0 deletions