We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e0358 commit 68c02e4Copy full SHA for 68c02e4
cortex-m-rt/src/lib.rs
@@ -34,6 +34,7 @@
34
//!
35
//! This crate expects the user, or some other crate, to provide the memory layout of the target
36
//! device via a linker script named `memory.x`. This section covers the contents of `memory.x`
37
+//! The `memory.x` file is used by during linking by the `link.x` script provided by this crate.
38
39
//! ### `MEMORY`
40
0 commit comments