mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
bump nrf-hal version up again
This commit is contained in:
parent
0447c7c920
commit
8ad5afe51b
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ usb2 = "0.0.1"
|
|||
[dependencies]
|
||||
consts = { path = "../common/consts" }
|
||||
cortex-m = "0.7.3"
|
||||
cortex-m-rt = "0.6.15"
|
||||
cortex-m-rt = "0.7.1"
|
||||
cortex-m-rtic = "0.5.9"
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.1"
|
||||
|
|
|
@ -7,7 +7,7 @@ version = "0.0.0"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.3"
|
||||
cortex-m-rt = "0.6.15"
|
||||
cortex-m-rt = "0.7.1"
|
||||
dk = { path = "../../boards/dk", features = ["beginner"] }
|
||||
heapless = "0.7.9"
|
||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||
|
|
|
@ -7,9 +7,9 @@ version = "0.0.0"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.3"
|
||||
cortex-m-rt = "0.6.15"
|
||||
cortex-m-rt = "0.7.1"
|
||||
embedded-hal = "0.2.6"
|
||||
hal = { package = "nrf52840-hal", version = "0.13.0" }
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue