aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-27 15:03:18 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-27 15:03:18 +0200
commite5b9974886f452d6a0889842c82a5a2b69d4b941 (patch)
tree4b14567df960ba265a3ab124196d69bd60bcc853 /cortex-m-rt/src
parentb84d549dcbbb88286793fc3e7e1c8afbc2ca3a76 (diff)
downloadcortex-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.rs4
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