update versions and add crit section

This commit is contained in:
Mirabellensaft 2022-12-06 18:03:22 +01:00
parent f36e643c9b
commit edba8b5441
1 changed files with 5 additions and 5 deletions

View File

@ -6,13 +6,13 @@ name = "apps"
version = "0.0.0" version = "0.0.0"
[dependencies] [dependencies]
cortex-m = "0.7.3" cortex-m = {version = "0.7.6", features = ["critical-section-single-core"]}
cortex-m-rt = "0.7.1" cortex-m-rt = "0.7.2"
dk = { path = "../../boards/dk", features = ["beginner"] } dk = { path = "../../boards/dk", features = ["beginner"] }
heapless = "0.7.9" heapless = "0.7.16"
panic-probe = { version = "0.3.0", features = ["print-defmt"] } panic-probe = { version = "0.3.0", features = ["print-defmt"] }
defmt = "0.3.0" defmt = "0.3.2"
defmt-rtt = "0.3.1" defmt-rtt = "0.3.2"
# optimize code in both profiles # optimize code in both profiles
[profile.dev] [profile.dev]