aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp
diff options
context:
space:
mode:
authorChuck Davis <[email protected]>2023-04-26 12:26:19 -0500
committerGitHub <[email protected]>2023-04-26 12:26:19 -0500
commit18af9f304ae043b5fc43174d417690ad40581084 (patch)
tree974dd2b49a793533b2e7722361ee182e7f3087e5 /examples/boot/bootloader/rp
parent52decfb16c4e7eb6de23d3958d6be4830488fbec (diff)
parentdeadf40c85721db3a16473040c5f17ffd0ca3ac8 (diff)
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'examples/boot/bootloader/rp')
-rw-r--r--examples/boot/bootloader/rp/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/rp/.cargo/config.toml b/examples/boot/bootloader/rp/.cargo/config.toml
index 18bd4dfe8..795ee043a 100644
--- a/examples/boot/bootloader/rp/.cargo/config.toml
+++ b/examples/boot/bootloader/rp/.cargo/config.toml
@@ -1,5 +1,5 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2runner = "probe-run --chip RP2040" 2runner = "probe-rs-cli run --chip RP2040"
3 3
4[build] 4[build]
5target = "thumbv6m-none-eabi" 5target = "thumbv6m-none-eabi"