aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp/Cargo.toml
diff options
context:
space:
mode:
authorkalkyl <[email protected]>2023-01-03 22:58:56 +0100
committerkalkyl <[email protected]>2023-01-03 22:58:56 +0100
commit9428c40c8de1285271a5e6ba9ad2a7fed8a9475e (patch)
tree30d672bdc0d80f714dfbb5338c9dd41f5ae82061 /examples/boot/bootloader/rp/Cargo.toml
parent0aa2a9ac2705ead5186d4c1d53bba55064c33db7 (diff)
embassy-boot (rp): Add WatchdogFlash
Diffstat (limited to 'examples/boot/bootloader/rp/Cargo.toml')
-rw-r--r--examples/boot/bootloader/rp/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/boot/bootloader/rp/Cargo.toml b/examples/boot/bootloader/rp/Cargo.toml
index 580ced22e..c0b576cff 100644
--- a/examples/boot/bootloader/rp/Cargo.toml
+++ b/examples/boot/bootloader/rp/Cargo.toml
@@ -11,6 +11,8 @@ defmt-rtt = { version = "0.4", optional = true }
11 11
12embassy-rp = { path = "../../../../embassy-rp", default-features = false, features = ["nightly"] } 12embassy-rp = { path = "../../../../embassy-rp", default-features = false, features = ["nightly"] }
13embassy-boot-rp = { path = "../../../../embassy-boot/rp", default-features = false } 13embassy-boot-rp = { path = "../../../../embassy-boot/rp", default-features = false }
14embassy-time = { path = "../../../../embassy-time", features = ["nightly"] }
15
14cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 16cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
15cortex-m-rt = { version = "0.7" } 17cortex-m-rt = { version = "0.7" }
16embedded-storage = "0.3.0" 18embedded-storage = "0.3.0"