diff options
author | 2019-06-19 07:18:52 +0000 | |
---|---|---|
committer | 2019-06-19 07:18:52 +0000 | |
commit | 5678f48fb3d4badf521b9720381c1f1a80994ddc (patch) | |
tree | 0751b8519f469d5c8b158f3de5974ca352963e93 /cortex-m-rt/macros/src | |
parent | 8a6e9f1ddcc57010dfa1f247aacb2cf67e110211 (diff) | |
parent | 94fbbe01189f97aefa8d6a97cc7cd73e5c6f6ec9 (diff) | |
download | cortex-m-5678f48fb3d4badf521b9720381c1f1a80994ddc.tar.gz cortex-m-5678f48fb3d4badf521b9720381c1f1a80994ddc.tar.zst cortex-m-5678f48fb3d4badf521b9720381c1f1a80994ddc.zip |
Merge #192
192: add a .uninit section r=therealprof a=japaric
that contains static variables that will not be initialized by the runtime
this implements only the linker section described in RFC #116 so that downstream
libraries / framework can leverage it without (a) forking this crate or (b)
requiring the end user to pass additional linker scripts to the linker when
building their crate.
This commit doesn't add the user interface described in RFC #116; instead it
documents how to use this linker section in the advanced section of the crate
level documentation
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'cortex-m-rt/macros/src')
0 files changed, 0 insertions, 0 deletions