Skip to content

Commit bbdab5a

Browse files
Merge #321
321: Minor documentation fix - add information about link.x being necessary. r=adamgreig a=JDuchniewicz This baffled me so much i had to ask on matrix about it 😄. As a newcomer to embedded Rust I found it confusing. Co-authored-by: Jakub Duchniewicz <[email protected]>
2 parents e2e0358 + 68c02e4 commit bbdab5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
//!
3535
//! This crate expects the user, or some other crate, to provide the memory layout of the target
3636
//! 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.
3738
//!
3839
//! ### `MEMORY`
3940
//!

0 commit comments

Comments
 (0)