This commit is contained in:
Jorge Aparicio
2018-08-28 15:56:49 +02:00
parent 73ced50a21
commit 5063e90960
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
This project is developed and maintained by the [Cortex-M team][team].
# [Documentation](https://docs.rs/cortex-m-quickstart)
# [Documentation](https://rust-embedded.github.io/cortex-m-quickstart/cortex_m_quickstart)
# License

View File

@@ -2,7 +2,7 @@
//!
//! # Dependencies
//!
//! - Nightly Rust toolchain newer than `nightly-2018-04-08`: `rustup default nightly`
//! - Nightly Rust toolchain from 2018-08-28 or newer: `rustup default nightly`
//! - Cargo `clone` subcommand: `cargo install cargo-clone`
//! - GDB: `sudo apt-get install gdb-arm-none-eabi` (on Ubuntu)
//! - OpenOCD: `sudo apt-get install OpenOCD` (on Ubuntu)
@@ -26,7 +26,7 @@
//! 2) Clone this crate
//!
//! ``` text
//! $ cargo clone cortex-m-quickstart --vers 0.3.0
//! $ cargo clone cortex-m-quickstart --vers 0.3.4
//! ```
//!
//! 3) Change the crate name, author and version