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:
Jorge Aparicio 2021-01-21 14:03:57 +01:00
parent 49a254f8ce
commit ec03653be4
4 changed files with 7 additions and 7 deletions

View file

@ -12,8 +12,8 @@ usb2 = { git = "https://github.com/japaric/usb2" }
[dependencies]
consts = { path = "../common/consts" }
cortex-m = "0.6.2"
cortex-m-rt = "0.6.12"
cortex-m = "0.6.4"
cortex-m-rt = "0.6.13"
cortex-m-rtic = "0.5.1"
dk = { path = "../../boards/dk", features = ["advanced"] }
heapless = "0.5.5"

View file

@ -6,8 +6,8 @@ name = "apps"
version = "0.0.0"
[dependencies]
cortex-m = "0.6.2"
cortex-m-rt = "0.6.12"
cortex-m = "0.6.4"
cortex-m-rt = "0.6.13"
dk = { path = "../../boards/dk", features = ["beginner"] }
heapless = "0.5.5"
log = "0.4.8"

View file

@ -6,8 +6,8 @@ name = "dk"
version = "0.0.0"
[dependencies]
cortex-m = "0.6.2"
cortex-m-rt = "0.6.12"
cortex-m = "0.6.4"
cortex-m-rt = "0.6.13"
embedded-hal = "0.2.3"
hal = { package = "nrf52840-hal", git = "https://github.com/japaric/nrf-hal", branch = "radio" }
log = "0.4.8"

View file

@ -6,5 +6,5 @@ name = "panic-log"
version = "0.0.0"
[dependencies]
cortex-m = "0.6.2"
cortex-m = "0.6.4"
log = "0.4.8"