aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-07-29 13:53:03 +0200
committerGitHub <[email protected]>2021-07-29 13:53:03 +0200
commit01e0a3928ff612654ece7fc4fac720e30736fee4 (patch)
tree7c55054b6fb4a1e532fb17f8b908e6c186620169 /examples/stm32f4
parent1457ade49b6da78065ceacdd4ce3e497132f3867 (diff)
parent7bfb763e0990aac1b0bc4ad95dcc55df53cdb6d9 (diff)
Merge pull request #326 from embassy-rs/extras-rename
Rename embassy-extras to embassy-hal-common
Diffstat (limited to 'examples/stm32f4')
-rw-r--r--examples/stm32f4/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml
index 704a76390..693dac545 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -20,7 +20,7 @@ defmt-error = []
20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } 20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] }
21embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] } 21embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
22embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32f429zi", "unstable-pac"] } 22embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32f429zi", "unstable-pac"] }
23embassy-extras = {version = "0.1.0", path = "../../embassy-extras" } 23embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
24 24
25defmt = "0.2.0" 25defmt = "0.2.0"
26defmt-rtt = "0.2.0" 26defmt-rtt = "0.2.0"