add setup test

This commit is contained in:
Mirabellensaft 2022-12-09 12:44:57 +01:00
parent 5d489baa65
commit 8cc15c714d
1 changed files with 8 additions and 0 deletions

View File

@ -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. (usb connector on the short side).
✅ 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
```