summaryrefslogtreecommitdiff
path: root/examples/stm32g0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-27 02:21:53 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-27 02:34:23 +0100
commit88d4b0c00d5164f2fe6307bacce74887b3f8d4da (patch)
treea74fe2a9024167880d4ee4c7ac4f748ce5415f76 /examples/stm32g0
parentc7d97290284d2637c1eb89f65ff18f913342a71b (diff)
downloadembassy-88d4b0c00d5164f2fe6307bacce74887b3f8d4da.zip
stm32: add stm32g4 support.
Diffstat (limited to 'examples/stm32g0')
-rw-r--r--examples/stm32g0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32g0/Cargo.toml b/examples/stm32g0/Cargo.toml
index 203cdad9..731116c3 100644
--- a/examples/stm32g0/Cargo.toml
+++ b/examples/stm32g0/Cargo.toml
@@ -8,7 +8,7 @@ resolver = "2"
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] }
embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
-embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "time-driver-tim2", "stm32g071rb", "unstable-pac"] }
+embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "time-driver-tim2", "stm32g071rb", "memory-x", "unstable-pac"] }
embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
defmt = "0.3"