Update to critical-section 1.0, atomic-polyfill 1.0

This commit is contained in:
Dario Nieuwenhuis
2022-08-14 23:16:06 +02:00
parent 16d0ae7678
commit 67edea4168
42 changed files with 56 additions and 55 deletions

View File

@ -15,5 +15,5 @@ defmt-rtt = { version = "0.3", optional = true }
panic-reset = { version = "0.1.1" }
embedded-hal = { version = "0.2.6" }
cortex-m = "0.7.3"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"