mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-02 12:28:48 +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]
|
||||
consts = { path = "../common/consts" }
|
||||
cortex-m = "0.7.3"
|
||||
cortex-m-rt = "0.7.1"
|
||||
cortex-m-rtic = "1.0.0"
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.1"
|
||||
cortex-m = "0.7.6"
|
||||
cortex-m-rt = "0.7.2"
|
||||
cortex-m-rtic = "1.1.3"
|
||||
defmt = "0.3.2"
|
||||
defmt-rtt = "0.3.2"
|
||||
dk = { path = "../../boards/dk", features = ["advanced"] }
|
||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||
usb = { path = "../common/usb" }
|
||||
usb2 = "0.0.1"
|
||||
|
||||
[dependencies.heapless]
|
||||
version = "0.7.9"
|
||||
version = "0.7.16"
|
||||
features = ["defmt-impl"]
|
||||
|
||||
# optimize code in both profiles
|
||||
|
|
|
@ -6,13 +6,13 @@ name = "dk"
|
|||
version = "0.0.0"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.3"
|
||||
cortex-m-rt = "0.7.1"
|
||||
embedded-hal = "0.2.6"
|
||||
cortex-m = {version = "0.7.6", features = ["critical-section-single-core"]}
|
||||
cortex-m-rt = "0.7.2"
|
||||
embedded-hal = "0.2.7"
|
||||
hal = { package = "nrf52840-hal", version = "0.14.0" }
|
||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.1"
|
||||
defmt = "0.3.2"
|
||||
defmt-rtt = "0.3.2"
|
||||
|
||||
[features]
|
||||
advanced = []
|
||||
|
|
|
@ -6,16 +6,16 @@ name = "panic-log"
|
|||
version = "0.0.0"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.6.4"
|
||||
defmt = "0.2.1"
|
||||
cortex-m = "0.7.6"
|
||||
defmt = "0.3.2"
|
||||
|
||||
|
||||
[features]
|
||||
# set defmt logging levels here
|
||||
|
||||
default = [
|
||||
"defmt-debug",
|
||||
# "dependency-a/defmt-trace",
|
||||
"other-feature"
|
||||
]
|
||||
other-feature = []
|
||||
|
||||
# do NOT modify these features
|
||||
defmt-default = []
|
||||
|
|
Loading…
Reference in a new issue