diff options
author | 2018-08-27 15:03:18 +0200 | |
---|---|---|
committer | 2018-08-27 15:03:18 +0200 | |
commit | e5b9974886f452d6a0889842c82a5a2b69d4b941 (patch) | |
tree | 4b14567df960ba265a3ab124196d69bd60bcc853 /cortex-m-rt/src | |
parent | b84d549dcbbb88286793fc3e7e1c8afbc2ca3a76 (diff) | |
download | cortex-m-e5b9974886f452d6a0889842c82a5a2b69d4b941.tar.gz cortex-m-e5b9974886f452d6a0889842c82a5a2b69d4b941.tar.zst cortex-m-e5b9974886f452d6a0889842c82a5a2b69d4b941.zip |
v0.5.3
Diffstat (limited to 'cortex-m-rt/src')
-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 |