remove portable-atomic dependency

This commit is contained in:
Ulf Lilleengen 2024-01-24 19:28:05 +01:00
parent 00d66cce1d
commit 3ac52b2c48

View File

@ -74,7 +74,7 @@ qspi-multiwrite-flash = []
#! ### Chip selection features
## nRF51
nrf51 = ["nrf51-pac", "_nrf51", "portable-atomic/unsafe-assume-single-core"]
nrf51 = ["nrf51-pac", "_nrf51"]
## nRF52805
nrf52805 = ["nrf52805-pac", "_nrf52"]
## nRF52810
@ -137,8 +137,6 @@ embedded-hal-async = { version = "1.0" }
embedded-io = { version = "0.6.0" }
embedded-io-async = { version = "0.6.1" }
portable-atomic = { version = "1", default-features = false, features = ["require-cas"] }
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
cortex-m-rt = ">=0.6.15,<0.8"