Merge pull request #366 from embassy-rs/nrf-cmrt07
Update more examples to cortex-m-rt 0.7
This commit is contained in:
commit
39baff8775
3 changed files with 9 additions and 9 deletions
|
@ -42,10 +42,10 @@ futures = { version = "0.3.5", default-features = false }
|
|||
critical-section = "0.2.1"
|
||||
rand_core = "0.6.3"
|
||||
|
||||
nrf52805-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52810-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52811-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52820-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52832-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52833-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52840-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
|
||||
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
|
|
|
@ -25,7 +25,7 @@ defmt = "0.2.0"
|
|||
defmt-rtt = "0.2.0"
|
||||
|
||||
cortex-m = { version = "0.7.1", features = ["inline-asm"] }
|
||||
cortex-m-rt = "0.6.13"
|
||||
cortex-m-rt = "0.7.0"
|
||||
embedded-hal = { version = "0.2.4" }
|
||||
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
|
||||
futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
|
||||
|
|
|
@ -26,7 +26,7 @@ defmt = "0.2.0"
|
|||
defmt-rtt = "0.2.0"
|
||||
|
||||
cortex-m = "0.7.1"
|
||||
cortex-m-rt = "0.6.14"
|
||||
cortex-m-rt = "0.7.0"
|
||||
embedded-hal = { version = "0.2.4" }
|
||||
panic-probe = { version = "0.2.0", features= ["print-defmt"] }
|
||||
futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
|
||||
|
|
Loading…
Reference in a new issue