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/bootloader/nrf | |
| parent | 52decfb16c4e7eb6de23d3958d6be4830488fbec (diff) | |
| parent | deadf40c85721db3a16473040c5f17ffd0ca3ac8 (diff) | |
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'examples/boot/bootloader/nrf')
| -rw-r--r-- | examples/boot/bootloader/nrf/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/nrf/.cargo/config.toml b/examples/boot/bootloader/nrf/.cargo/config.toml index 1060800a3..d636b1d23 100644 --- a/examples/boot/bootloader/nrf/.cargo/config.toml +++ b/examples/boot/bootloader/nrf/.cargo/config.toml | |||
| @@ -4,7 +4,7 @@ build-std-features = ["panic_immediate_abort"] | |||
| 4 | 4 | ||
| 5 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 5 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 6 | #runner = "./fruitrunner" | 6 | #runner = "./fruitrunner" |
| 7 | runner = "probe-run --chip nrf52840_xxAA" | 7 | runner = "probe-rs-cli run --chip nrf52840_xxAA" |
| 8 | 8 | ||
| 9 | rustflags = [ | 9 | rustflags = [ |
| 10 | # Code-size optimizations. | 10 | # Code-size optimizations. |
