Merge #42
42: v0.3.4 r=therealprof a=japaric a few more updates before the next release r? @rust-embedded/cortex-m Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user