mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-19 20:55:39 +00:00
Merge pull request #192 from ferrous-systems/bump-tooling
bump versions of tooling
This commit is contained in:
commit
2a1379db5e
2 changed files with 11 additions and 3 deletions
|
@ -147,13 +147,13 @@ Install the [`flip-link`](https://crates.io/crates/flip-link) and [`probe-run`](
|
|||
|
||||
$ cargo install probe-run
|
||||
(..)
|
||||
Installed package `probe-run v0.3.1` (..)
|
||||
Installed package `probe-run v0.3.5` (..)
|
||||
|
||||
$ cargo install flip-link
|
||||
(..)
|
||||
Installed package `flip-link v0.1.5` (..)
|
||||
Installed package `flip-link v0.1.6` (..)
|
||||
|
||||
$ cargo install nrfdfu
|
||||
(..)
|
||||
Installed package `nrfdfu v0.1.0` (..)
|
||||
Installed package `nrfdfu v0.1.3` (..)
|
||||
```
|
||||
|
|
|
@ -8,3 +8,11 @@
|
|||
$ cargo size --version
|
||||
cargo-size 0.3.3
|
||||
```
|
||||
✅ Connect the nRF52840-DK with your computer by plugging the usb-cable into the J2 connector on the DK (the usb connector on the short side of the board).
|
||||
|
||||
✅ In the terminal run the following command from the `begginer/apps` folder. This will build and run a simple program on the DK to test the set-up.
|
||||
|
||||
``` console
|
||||
$ cargo run --bin hello
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue