Skip to content

Commit 19ec8c4

Browse files
author
Jonas Schievink
authored
Merge pull request #39 from knurling-rs/update_readme
README.md: update to new probe-run usage, new nrf hal version
2 parents 9fc4f7b + 55b8b30 commit 19ec8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ If, for example, you have a nRF52840 Development Kit from one of [our workshops]
5656
``` diff
5757
# .cargo/config.toml
5858
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
59-
-runner = "probe-run --chip {{chip}} --defmt"
60-
+runner = "probe-run --chip nRF52840_xxAA --defmt"
59+
-runner = "probe-run --chip {{chip}}"
60+
+runner = "probe-run --chip nRF52840_xxAA"
6161
```
6262

6363
#### 3. Adjust the compilation target
@@ -86,7 +86,7 @@ For the nRF52840 you'll want to use the [`nrf52840-hal`].
8686
# Cargo.toml
8787
[dependencies]
8888
-# some-hal = "1.2.3"
89-
+nrf52840-hal = "0.11.0"
89+
+nrf52840-hal = "0.12.0"
9090
```
9191

9292
#### 5. Import your HAL

0 commit comments

Comments
 (0)