Update to critical-section 1.0, atomic-polyfill 1.0
This commit is contained in:
parent
16d0ae7678
commit
67edea4168
42 changed files with 56 additions and 55 deletions
examples/boot/bootloader
|
@ -10,7 +10,7 @@ defmt-rtt = { version = "0.3", optional = true }
|
|||
|
||||
embassy-nrf = { path = "../../../../embassy-nrf", default-features = false, features = ["nightly"] }
|
||||
embassy-boot-nrf = { path = "../../../../embassy-boot/nrf", default-features = false }
|
||||
cortex-m = { version = "0.7" }
|
||||
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
||||
cortex-m-rt = { version = "0.7" }
|
||||
cfg-if = "1.0.0"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ defmt-rtt = { version = "0.3", optional = true }
|
|||
|
||||
embassy-stm32 = { path = "../../../../embassy-stm32", default-features = false, features = ["nightly"] }
|
||||
embassy-boot-stm32 = { path = "../../../../embassy-boot/stm32", default-features = false }
|
||||
cortex-m = { version = "0.7" }
|
||||
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
||||
cortex-m-rt = { version = "0.7" }
|
||||
embedded-storage = "0.3.0"
|
||||
embedded-storage-async = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue