diff options
author | 2018-08-27 14:32:05 +0000 | |
---|---|---|
committer | 2018-08-27 14:32:05 +0000 | |
commit | 0fb051055a0340ad6c5b59d18183c260468e455f (patch) | |
tree | 4470ae1a5b334794ad36468138dc670ed4064851 /cortex-m-rt/src/lib.rs | |
parent | b84d549dcbbb88286793fc3e7e1c8afbc2ca3a76 (diff) | |
parent | 11043a7e6295e656a39b5562d7db6d58c8bcad3f (diff) | |
download | cortex-m-0fb051055a0340ad6c5b59d18183c260468e455f.tar.gz cortex-m-0fb051055a0340ad6c5b59d18183c260468e455f.tar.zst cortex-m-0fb051055a0340ad6c5b59d18183c260468e455f.zip |
Merge #98
98: v0.5.3 r=adamgreig a=japaric
commit required to make a new release
r? @rust-embedded/cortex-m (anyone)
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'cortex-m-rt/src/lib.rs')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 599ae06..10f60f6 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -20,10 +20,6 @@ //! //! # Requirements //! -//! ## `arm-none-eabi-gcc` -//! -//! This crate requires `arm-none-eabi-gcc` to be installed and available in `$PATH`. -//! //! ## `memory.x` //! //! This crate expects the user, or some other crate, to provide the memory layout of the target |