diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-19 17:19:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-19 17:19:13 +0200 |
| commit | 39baff8775845895b67ff62ced66fb420b558c55 (patch) | |
| tree | 89c93d00f01b276c762aa127223265be3beada47 | |
| parent | a665b83a1902844d5c1e54b3261b1b43a2fa0704 (diff) | |
| parent | daab542fc4160b4ecdbfc1070d410c59bde9bd69 (diff) | |
Merge pull request #366 from embassy-rs/nrf-cmrt07
Update more examples to cortex-m-rt 0.7
| -rw-r--r-- | embassy-nrf/Cargo.toml | 14 | ||||
| -rw-r--r-- | examples/nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32wl55/Cargo.toml | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 7a6963f9b..cc3597521 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -42,10 +42,10 @@ futures = { version = "0.3.5", default-features = false } | |||
| 42 | critical-section = "0.2.1" | 42 | critical-section = "0.2.1" |
| 43 | rand_core = "0.6.3" | 43 | rand_core = "0.6.3" |
| 44 | 44 | ||
| 45 | nrf52805-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 45 | nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
| 46 | nrf52810-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 46 | nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
| 47 | nrf52811-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 47 | nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
| 48 | nrf52820-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 48 | nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
| 49 | nrf52832-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 49 | nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
| 50 | nrf52833-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 50 | nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
| 51 | nrf52840-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} | 51 | nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ]} |
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index 8db0ad53f..f410f89c1 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml | |||
| @@ -25,7 +25,7 @@ defmt = "0.2.0" | |||
| 25 | defmt-rtt = "0.2.0" | 25 | defmt-rtt = "0.2.0" |
| 26 | 26 | ||
| 27 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } | 27 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } |
| 28 | cortex-m-rt = "0.6.13" | 28 | cortex-m-rt = "0.7.0" |
| 29 | embedded-hal = { version = "0.2.4" } | 29 | embedded-hal = { version = "0.2.4" } |
| 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } | 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } |
| 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
diff --git a/examples/stm32wl55/Cargo.toml b/examples/stm32wl55/Cargo.toml index ebbe8b847..a7313e33f 100644 --- a/examples/stm32wl55/Cargo.toml +++ b/examples/stm32wl55/Cargo.toml | |||
| @@ -26,7 +26,7 @@ defmt = "0.2.0" | |||
| 26 | defmt-rtt = "0.2.0" | 26 | defmt-rtt = "0.2.0" |
| 27 | 27 | ||
| 28 | cortex-m = "0.7.1" | 28 | cortex-m = "0.7.1" |
| 29 | cortex-m-rt = "0.6.14" | 29 | cortex-m-rt = "0.7.0" |
| 30 | embedded-hal = { version = "0.2.4" } | 30 | embedded-hal = { version = "0.2.4" } |
| 31 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } | 31 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } |
| 32 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 32 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
