mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-04 21:38:53 +00:00
bump versions
This commit is contained in:
parent
edba8b5441
commit
fcecb34a09
3 changed files with 16 additions and 16 deletions
|
@ -12,18 +12,18 @@ usb2 = "0.0.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
consts = { path = "../common/consts" }
|
consts = { path = "../common/consts" }
|
||||||
cortex-m = "0.7.3"
|
cortex-m = "0.7.6"
|
||||||
cortex-m-rt = "0.7.1"
|
cortex-m-rt = "0.7.2"
|
||||||
cortex-m-rtic = "1.0.0"
|
cortex-m-rtic = "1.1.3"
|
||||||
defmt = "0.3.0"
|
defmt = "0.3.2"
|
||||||
defmt-rtt = "0.3.1"
|
defmt-rtt = "0.3.2"
|
||||||
dk = { path = "../../boards/dk", features = ["advanced"] }
|
dk = { path = "../../boards/dk", features = ["advanced"] }
|
||||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||||
usb = { path = "../common/usb" }
|
usb = { path = "../common/usb" }
|
||||||
usb2 = "0.0.1"
|
usb2 = "0.0.1"
|
||||||
|
|
||||||
[dependencies.heapless]
|
[dependencies.heapless]
|
||||||
version = "0.7.9"
|
version = "0.7.16"
|
||||||
features = ["defmt-impl"]
|
features = ["defmt-impl"]
|
||||||
|
|
||||||
# optimize code in both profiles
|
# optimize code in both profiles
|
||||||
|
|
|
@ -6,13 +6,13 @@ name = "dk"
|
||||||
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"
|
||||||
embedded-hal = "0.2.6"
|
embedded-hal = "0.2.7"
|
||||||
hal = { package = "nrf52840-hal", version = "0.14.0" }
|
hal = { package = "nrf52840-hal", version = "0.14.0" }
|
||||||
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"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
advanced = []
|
advanced = []
|
||||||
|
|
|
@ -6,16 +6,16 @@ name = "panic-log"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.6.4"
|
cortex-m = "0.7.6"
|
||||||
defmt = "0.2.1"
|
defmt = "0.3.2"
|
||||||
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# set defmt logging levels here
|
|
||||||
default = [
|
default = [
|
||||||
"defmt-debug",
|
"other-feature"
|
||||||
# "dependency-a/defmt-trace",
|
|
||||||
]
|
]
|
||||||
|
other-feature = []
|
||||||
|
|
||||||
# do NOT modify these features
|
# do NOT modify these features
|
||||||
defmt-default = []
|
defmt-default = []
|
||||||
|
|
Loading…
Reference in a new issue