diff options
| author | kalkyl <[email protected]> | 2023-01-03 22:58:56 +0100 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2023-01-03 22:58:56 +0100 |
| commit | 9428c40c8de1285271a5e6ba9ad2a7fed8a9475e (patch) | |
| tree | 30d672bdc0d80f714dfbb5338c9dd41f5ae82061 /examples/boot/bootloader/rp/Cargo.toml | |
| parent | 0aa2a9ac2705ead5186d4c1d53bba55064c33db7 (diff) | |
embassy-boot (rp): Add WatchdogFlash
Diffstat (limited to 'examples/boot/bootloader/rp/Cargo.toml')
| -rw-r--r-- | examples/boot/bootloader/rp/Cargo.toml | 2 |
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 | ||
| 12 | embassy-rp = { path = "../../../../embassy-rp", default-features = false, features = ["nightly"] } | 12 | embassy-rp = { path = "../../../../embassy-rp", default-features = false, features = ["nightly"] } |
| 13 | embassy-boot-rp = { path = "../../../../embassy-boot/rp", default-features = false } | 13 | embassy-boot-rp = { path = "../../../../embassy-boot/rp", default-features = false } |
| 14 | embassy-time = { path = "../../../../embassy-time", features = ["nightly"] } | ||
| 15 | |||
| 14 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 16 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 15 | cortex-m-rt = { version = "0.7" } | 17 | cortex-m-rt = { version = "0.7" } |
| 16 | embedded-storage = "0.3.0" | 18 | embedded-storage = "0.3.0" |
