diff options
| author | Chuck Davis <[email protected]> | 2023-04-26 12:26:19 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 12:26:19 -0500 |
| commit | 18af9f304ae043b5fc43174d417690ad40581084 (patch) | |
| tree | 974dd2b49a793533b2e7722361ee182e7f3087e5 /examples/boot/application/nrf | |
| parent | 52decfb16c4e7eb6de23d3958d6be4830488fbec (diff) | |
| parent | deadf40c85721db3a16473040c5f17ffd0ca3ac8 (diff) | |
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'examples/boot/application/nrf')
| -rw-r--r-- | examples/boot/application/nrf/.cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/nrf/.cargo/config.toml b/examples/boot/application/nrf/.cargo/config.toml index 8ca28df39..3872e7189 100644 --- a/examples/boot/application/nrf/.cargo/config.toml +++ b/examples/boot/application/nrf/.cargo/config.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | # replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips` | 2 | # replace nRF82840_xxAA with your chip as listed in `probe-rs-cli chip list` |
| 3 | runner = "probe-run --chip nRF52840_xxAA" | 3 | runner = "probe-rs-cli run --chip nRF52840_xxAA" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabi" | 6 | target = "thumbv7em-none-eabi" |
