diff options
| author | sander <[email protected]> | 2023-04-19 15:41:00 +0200 |
|---|---|---|
| committer | sander <[email protected]> | 2023-04-19 15:41:00 +0200 |
| commit | 7d64de153f7f9528ddc1cc10b600fe917ea171d5 (patch) | |
| tree | 767f02fec4f261de603cc9802bd5f27db93d450e /examples/boot/bootloader/nrf | |
| parent | 3002ee0dcf0ae186867b2fd869daed609d7a4a23 (diff) | |
| parent | 37181c79d9a0c6642d4b31bfb1d1816c9ee1b315 (diff) | |
Merge commit 'cbe076d763d97f715605d25d8f8815e299c45d46'
Diffstat (limited to 'examples/boot/bootloader/nrf')
| -rw-r--r-- | examples/boot/bootloader/nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/nrf/Cargo.toml b/examples/boot/bootloader/nrf/Cargo.toml index 8a6f53643..cd0be5b48 100644 --- a/examples/boot/bootloader/nrf/Cargo.toml +++ b/examples/boot/bootloader/nrf/Cargo.toml | |||
| @@ -11,7 +11,7 @@ defmt-rtt = { version = "0.4", optional = true } | |||
| 11 | 11 | ||
| 12 | embassy-nrf = { path = "../../../../embassy-nrf", default-features = false, features = ["nightly"] } | 12 | embassy-nrf = { path = "../../../../embassy-nrf", default-features = false, features = ["nightly"] } |
| 13 | embassy-boot-nrf = { path = "../../../../embassy-boot/nrf", default-features = false } | 13 | embassy-boot-nrf = { path = "../../../../embassy-boot/nrf", default-features = false } |
| 14 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 14 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 15 | cortex-m-rt = { version = "0.7" } | 15 | cortex-m-rt = { version = "0.7" } |
| 16 | cfg-if = "1.0.0" | 16 | cfg-if = "1.0.0" |
| 17 | 17 | ||
