mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-07 23:05:34 +00:00
update versions and add crit section
This commit is contained in:
parent
f36e643c9b
commit
edba8b5441
1 changed files with 5 additions and 5 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue