Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Slightly adapt wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas authored May 7, 2021
1 parent 319b6fb commit b99f112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ manager before installing `probe-run`.
### 1. Set the Cargo runner

The recommend way to use `probe-run` is to set as the Cargo runner of your application.
Add this line to your Cargo configuration (`.cargo/config`) file, adjusting for the particular `--chip` value:
Add this line to your Cargo configuration file (.cargo/config) and adjust ${PROBE_RUN_CHIP} for the particular `--chip` value:


``` toml
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip nRF52840_xxAA"
runner = "probe-run --chip ${PROBE_RUN_CHIP}"
```

For example, one would use `nRF52840_xxAA` for the nRF52840 microcontroller.
Expand Down

0 comments on commit b99f112

Please sign in to comment.