embedded-trainings-2020/embedded-workshop-book/src/tooling-check.md

18 lines
363 B
Markdown
Raw Normal View History

2020-07-14 15:02:25 +00:00
# Tooling check
## Setup check
2020-12-21 16:31:40 +00:00
✅ Let's check that you have installed all the tools listed in the previous section.
2020-07-14 15:02:25 +00:00
❗ The first two commands *must* return version `0.8.x`
``` console
$ cargo size --version
2021-01-20 09:12:20 +00:00
cargo-size 0.3.3
2020-07-14 15:02:25 +00:00
$ nrfutil version
nrfutil version 6.1.0
```
✅ Now let's make sure you've installed the tools shipped with the workshop material.