Skip to content

Commit 0a0d796

Browse files
committed
Add section Embedded Setup back into chapter 5
- Add Embedded Setup to SUMMARY - Add 'link-arg' from workspace to 'config.toml' for completeness
1 parent a8a16ac commit 0a0d796

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

mdbook/src/05-meet-your-software/.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ target = "thumbv7em-none-eabihf"
55
runner = "probe-rs run --chip nRF52833_xxAA"
66
rustflags = [
77
"-C", "linker=rust-lld",
8+
"-C", "link-arg=-Tlink.x",
89
]

mdbook/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [micro:bit v2](04-meet-your-hardware/microbit-v2.md)
1212
- [Rust Embedded terminology](04-meet-your-hardware/terminology.md)
1313
- [Meet your software](05-meet-your-software/README.md)
14+
- [Embedded Setup](05-meet-your-software/embedded-setup.md)
1415
- [Build it](05-meet-your-software/build-it.md)
1516
- [Flash it](05-meet-your-software/flash-it.md)
1617
- [Debug it](05-meet-your-software/debug-it.md)

0 commit comments

Comments
 (0)