Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/02-requirements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ and "easy to follow"-ness, IMO.
If you have a different development board and you don't consider yourself a total beginner, you are
better off starting with the [quickstart] project template.

[quickstart]: https://docs.rs/cortex-m-quickstart
[quickstart]: https://rust-embedded.github.io/cortex-m-quickstart/cortex_m_quickstart/
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Discover the world of microcontrollers through [Rust]!

[Rust]: https://www.rust-lang.org/en-US/
[Rust]: https://www.rust-lang.org/

This book is an introductory course on microcontroller-based embedded systems that uses Rust as the
teaching language rather than the usual C/C++.
Expand Down