aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp
diff options
context:
space:
mode:
authorRasmus Melchior Jacobsen <[email protected]>2023-05-30 13:24:15 +0200
committerRasmus Melchior Jacobsen <[email protected]>2023-05-30 13:24:15 +0200
commit392ed64f6f6a02de2440d1e1c1c7f3a784d9d1f8 (patch)
tree321ee7c844803c306f0f7a364bebc614e85914f4 /examples/boot/bootloader/rp
parent94046f30ffefc96a7b110ed1d9bb60d64cb4780f (diff)
parent1d34078fa11839f88dd2e47a9355c6b35755128f (diff)
Merge remote-tracking branch 'upstream/main' into remove-bootloader-partitions
Diffstat (limited to 'examples/boot/bootloader/rp')
-rw-r--r--examples/boot/bootloader/rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/bootloader/rp/Cargo.toml b/examples/boot/bootloader/rp/Cargo.toml
index b4167bcd8..bf9226993 100644
--- a/examples/boot/bootloader/rp/Cargo.toml
+++ b/examples/boot/bootloader/rp/Cargo.toml
@@ -9,8 +9,8 @@ license = "MIT OR Apache-2.0"
9defmt = { version = "0.3", optional = true } 9defmt = { version = "0.3", optional = true }
10defmt-rtt = { version = "0.4", optional = true } 10defmt-rtt = { version = "0.4", optional = true }
11 11
12embassy-rp = { path = "../../../../embassy-rp", default-features = false, features = ["nightly"] } 12embassy-rp = { path = "../../../../embassy-rp", features = ["nightly"] }
13embassy-boot-rp = { path = "../../../../embassy-boot/rp", default-features = false } 13embassy-boot-rp = { path = "../../../../embassy-boot/rp" }
14embassy-time = { path = "../../../../embassy-time", features = ["nightly"] } 14embassy-time = { path = "../../../../embassy-time", features = ["nightly"] }
15 15
16cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 16cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }