diff options
author | 2022-12-15 11:41:19 +0100 | |
---|---|---|
committer | 2023-02-17 18:20:44 +0000 | |
commit | 71187f65f49bf1b4fa764215dc1b73e7e980742a (patch) | |
tree | 8fcd85f93ca9d6842e666a5cb517a291b5e773bf /cortex-m-rt/tests | |
parent | 8e4b18741d77a57eb0ae4d9a011611d1428a478d (diff) | |
download | cortex-m-71187f65f49bf1b4fa764215dc1b73e7e980742a.tar.gz cortex-m-71187f65f49bf1b4fa764215dc1b73e7e980742a.tar.zst cortex-m-71187f65f49bf1b4fa764215dc1b73e7e980742a.zip |
Add zero-init-ram feature
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.
Diffstat (limited to 'cortex-m-rt/tests')
0 files changed, 0 insertions, 0 deletions