update setup: install v0.8 of cargo-{embed,flash}

This commit is contained in:
Jorge Aparicio 2020-07-08 16:54:38 +02:00
parent 2dd5d8d73f
commit 682175b377
2 changed files with 14 additions and 6 deletions

View file

@ -293,10 +293,18 @@ Mass erase completed, chip unlocked
### Cargo subcommands ### Cargo subcommands
Install the `cargo-flash` and `cargo-embed` subcommands using the following command: Install version v0.8.0 of the `cargo-flash` and `cargo-embed` subcommands, as well as the `cargo-binutils` subcommand, using the following commands:
``` console ``` console
$ cargo install cargo-flash cargo-embed cargo-binutils $ cargo install cargo-flash --version 0.8.0 -f
(..) (..)
Summary Successfully installed cargo-flash, cargo-embed, cargo-binutils! Installed package `cargo-flash v0.8.0` (..)
$ cargo install cargo-embed --version 0.8.0 -f
(..)
Installed package `cargo-embed v0.8.0` (..)
$ cargo install cargo-binutils
(..)
Installed package `cargo-binutils v0.3.0` (..)
``` ```

View file

@ -1,6 +1,6 @@
[general] [default.general]
chip = "nRF52840_xxAA" chip = "nRF52840_xxAA"
[rtt] [default.rtt]
enabled = true enabled = true
channels = [{ up = 0 }] channels = [{ up = 0 }]