remove portable-atomic dependency
This commit is contained in:
parent
00d66cce1d
commit
3ac52b2c48
1 changed files with 1 additions and 3 deletions
|
@ -74,7 +74,7 @@ qspi-multiwrite-flash = []
|
||||||
|
|
||||||
#! ### Chip selection features
|
#! ### Chip selection features
|
||||||
## nRF51
|
## nRF51
|
||||||
nrf51 = ["nrf51-pac", "_nrf51", "portable-atomic/unsafe-assume-single-core"]
|
nrf51 = ["nrf51-pac", "_nrf51"]
|
||||||
## nRF52805
|
## nRF52805
|
||||||
nrf52805 = ["nrf52805-pac", "_nrf52"]
|
nrf52805 = ["nrf52805-pac", "_nrf52"]
|
||||||
## nRF52810
|
## nRF52810
|
||||||
|
@ -137,8 +137,6 @@ embedded-hal-async = { version = "1.0" }
|
||||||
embedded-io = { version = "0.6.0" }
|
embedded-io = { version = "0.6.0" }
|
||||||
embedded-io-async = { version = "0.6.1" }
|
embedded-io-async = { version = "0.6.1" }
|
||||||
|
|
||||||
portable-atomic = { version = "1", default-features = false, features = ["require-cas"] }
|
|
||||||
|
|
||||||
defmt = { version = "0.3", optional = true }
|
defmt = { version = "0.3", optional = true }
|
||||||
log = { version = "0.4.14", optional = true }
|
log = { version = "0.4.14", optional = true }
|
||||||
cortex-m-rt = ">=0.6.15,<0.8"
|
cortex-m-rt = ">=0.6.15,<0.8"
|
||||||
|
|
Loading…
Reference in a new issue