aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml3
-rw-r--r--examples/stm32f0/Cargo.toml2
-rw-r--r--examples/stm32f4/Cargo.toml2
-rw-r--r--examples/stm32h7/Cargo.toml2
-rw-r--r--examples/stm32wb55/Cargo.toml2
5 files changed, 5 insertions, 6 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]
20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } 20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] }
21embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } 21embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] }
22rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="e8635fd05f43b6c21ec462fb8c06140e1fb26961" }
23atomic-polyfill = { version = "0.1.1" } 22atomic-polyfill = { version = "0.1.1" }
24 23
25defmt = "0.2.0" 24defmt = "0.2.0"
26defmt-rtt = "0.2.0" 25defmt-rtt = "0.2.0"
27 26
28cortex-m = { version = "0.7.1", features = ["inline-asm"] } 27cortex-m = { version = "0.7.1", features = ["inline-asm"] }
29cortex-m-rt = "0.6.13" 28cortex-m-rt = "0.7.0"
30embedded-hal = { version = "0.2.4" } 29embedded-hal = { version = "0.2.4" }
31panic-probe = { version = "0.2.0", features = ["print-defmt"] } 30panic-probe = { version = "0.2.0", features = ["print-defmt"] }
32futures = { version = "0.3.8", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } 31futures = { version = "0.3.8", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] }
diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml
index c5730de80..d37391e4f 100644
--- a/examples/stm32f0/Cargo.toml
+++ b/examples/stm32f0/Cargo.toml
@@ -9,7 +9,7 @@ resolver = "2"
9 9
10[dependencies] 10[dependencies]
11cortex-m = { version = "0.7.1", features = ["inline-asm"] } 11cortex-m = { version = "0.7.1", features = ["inline-asm"] }
12cortex-m-rt = "0.6.13" 12cortex-m-rt = "0.7.0"
13defmt = "0.2.0" 13defmt = "0.2.0"
14defmt-rtt = "0.2.0" 14defmt-rtt = "0.2.0"
15panic-probe = { version = "0.2.0" } 15panic-probe = { version = "0.2.0" }
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml
index 95c8441d9..8a7f45877 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -26,7 +26,7 @@ defmt = "0.2.0"
26defmt-rtt = "0.2.0" 26defmt-rtt = "0.2.0"
27 27
28cortex-m = "0.7.1" 28cortex-m = "0.7.1"
29cortex-m-rt = "0.6.14" 29cortex-m-rt = "0.7.0"
30embedded-hal = { version = "0.2.4" } 30embedded-hal = { version = "0.2.4" }
31panic-probe = { version = "0.2.0", features= ["print-defmt"] } 31panic-probe = { version = "0.2.0", features= ["print-defmt"] }
32futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 32futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml
index 9cacd4aaa..1370cd9ab 100644
--- a/examples/stm32h7/Cargo.toml
+++ b/examples/stm32h7/Cargo.toml
@@ -28,7 +28,7 @@ defmt = "0.2.0"
28defmt-rtt = "0.2.0" 28defmt-rtt = "0.2.0"
29 29
30cortex-m = "0.7.1" 30cortex-m = "0.7.1"
31cortex-m-rt = "0.6.14" 31cortex-m-rt = "0.7.0"
32embedded-hal = { version = "0.2.4" } 32embedded-hal = { version = "0.2.4" }
33panic-probe = { version = "0.2.0", features= ["print-defmt"] } 33panic-probe = { version = "0.2.0", features= ["print-defmt"] }
34futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 34futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
diff --git a/examples/stm32wb55/Cargo.toml b/examples/stm32wb55/Cargo.toml
index ee2432cb2..c12e489f7 100644
--- a/examples/stm32wb55/Cargo.toml
+++ b/examples/stm32wb55/Cargo.toml
@@ -26,7 +26,7 @@ defmt = "0.2.0"
26defmt-rtt = "0.2.0" 26defmt-rtt = "0.2.0"
27 27
28cortex-m = "0.7.1" 28cortex-m = "0.7.1"
29cortex-m-rt = "0.6.14" 29cortex-m-rt = "0.7.0"
30embedded-hal = { version = "0.2.4" } 30embedded-hal = { version = "0.2.4" }
31panic-probe = { version = "0.2.0", features= ["print-defmt"] } 31panic-probe = { version = "0.2.0", features= ["print-defmt"] }
32futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 32futures = { version = "0.3.8", default-features = false, features = ["async-await"] }