aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2020-12-31 16:49:27 -0600
committerxoviat <[email protected]>2020-12-31 16:49:27 -0600
commitcc0076a0eb9a45e5c87d2dea661336ba2473bb42 (patch)
treebdd09d7a6c132c4e1657f49a7a9e5737e1838642
parent925ede848ec1fc3389b5bbd22d98d919c808bfe3 (diff)
update hal branch
-rw-r--r--embassy-stm32f4/Cargo.toml2
-rw-r--r--examples-stm32f4/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32f4/Cargo.toml b/embassy-stm32f4/Cargo.toml
index 1891a5596..44cf3db9d 100644
--- a/embassy-stm32f4/Cargo.toml
+++ b/embassy-stm32f4/Cargo.toml
@@ -40,4 +40,4 @@ cortex-m-rt = "0.6.13"
40cortex-m = { version = "0.6.4" } 40cortex-m = { version = "0.6.4" }
41embedded-hal = { version = "0.2.4" } 41embedded-hal = { version = "0.2.4" }
42embedded-dma = { version = "0.1.2" } 42embedded-dma = { version = "0.1.2" }
43stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/xoviat/stm32f4xx-hal.git", branch = "dma-is-done"} 43stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
diff --git a/examples-stm32f4/Cargo.toml b/examples-stm32f4/Cargo.toml
index a9f2a79d7..5964cd7a5 100644
--- a/examples-stm32f4/Cargo.toml
+++ b/examples-stm32f4/Cargo.toml
@@ -27,7 +27,7 @@ cortex-m = { version = "0.6.3" }
27cortex-m-rt = "0.6.13" 27cortex-m-rt = "0.6.13"
28embedded-hal = { version = "0.2.4" } 28embedded-hal = { version = "0.2.4" }
29panic-probe = "0.1.0" 29panic-probe = "0.1.0"
30stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/xoviat/stm32f4xx-hal.git", branch = "dma-is-done"} 30stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
31futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 31futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
32cortex-m-rtic = "0.5" 32cortex-m-rtic = "0.5"
33rtt-target = { version = "0.3", features = ["cortex-m"] } 33rtt-target = { version = "0.3", features = ["cortex-m"] }