diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-19 00:56:11 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-19 00:56:11 +0200 |
| commit | d3aeb45fb31f8fff7a9cfef7035f4ad79b70d046 (patch) | |
| tree | fa746bedb224445457fc7e92703796bdd201ddbd /examples/rp | |
| parent | c0fb534a00165a008f47556d12abd58b6510a82c (diff) | |
Update cortex-m-rt to v0.7 for stm32, rp.
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 4c4f983fc..db222e071 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -19,14 +19,13 @@ defmt-error = [] | |||
| 19 | [dependencies] | 19 | [dependencies] |
| 20 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } | 20 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } |
| 21 | embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } | 21 | embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } |
| 22 | rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="e8635fd05f43b6c21ec462fb8c06140e1fb26961" } | ||
| 23 | atomic-polyfill = { version = "0.1.1" } | 22 | atomic-polyfill = { version = "0.1.1" } |
| 24 | 23 | ||
| 25 | defmt = "0.2.0" | 24 | defmt = "0.2.0" |
| 26 | defmt-rtt = "0.2.0" | 25 | defmt-rtt = "0.2.0" |
| 27 | 26 | ||
| 28 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } | 27 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } |
| 29 | cortex-m-rt = "0.6.13" | 28 | cortex-m-rt = "0.7.0" |
| 30 | embedded-hal = { version = "0.2.4" } | 29 | embedded-hal = { version = "0.2.4" } |
| 31 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } | 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } |
| 32 | futures = { version = "0.3.8", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } | 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } |
