mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-14 08:25:14 +00:00
bump cortex-m versions
to ensure we use versions that don't have debuginfo issues which break probe-run backtraces
This commit is contained in:
parent
49a254f8ce
commit
ec03653be4
4 changed files with 7 additions and 7 deletions
|
@ -12,8 +12,8 @@ usb2 = { git = "https://github.com/japaric/usb2" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
consts = { path = "../common/consts" }
|
consts = { path = "../common/consts" }
|
||||||
cortex-m = "0.6.2"
|
cortex-m = "0.6.4"
|
||||||
cortex-m-rt = "0.6.12"
|
cortex-m-rt = "0.6.13"
|
||||||
cortex-m-rtic = "0.5.1"
|
cortex-m-rtic = "0.5.1"
|
||||||
dk = { path = "../../boards/dk", features = ["advanced"] }
|
dk = { path = "../../boards/dk", features = ["advanced"] }
|
||||||
heapless = "0.5.5"
|
heapless = "0.5.5"
|
||||||
|
|
|
@ -6,8 +6,8 @@ name = "apps"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.6.2"
|
cortex-m = "0.6.4"
|
||||||
cortex-m-rt = "0.6.12"
|
cortex-m-rt = "0.6.13"
|
||||||
dk = { path = "../../boards/dk", features = ["beginner"] }
|
dk = { path = "../../boards/dk", features = ["beginner"] }
|
||||||
heapless = "0.5.5"
|
heapless = "0.5.5"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|
|
@ -6,8 +6,8 @@ name = "dk"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.6.2"
|
cortex-m = "0.6.4"
|
||||||
cortex-m-rt = "0.6.12"
|
cortex-m-rt = "0.6.13"
|
||||||
embedded-hal = "0.2.3"
|
embedded-hal = "0.2.3"
|
||||||
hal = { package = "nrf52840-hal", git = "https://github.com/japaric/nrf-hal", branch = "radio" }
|
hal = { package = "nrf52840-hal", git = "https://github.com/japaric/nrf-hal", branch = "radio" }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|
|
@ -6,5 +6,5 @@ name = "panic-log"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.6.2"
|
cortex-m = "0.6.4"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|
Loading…
Reference in a new issue