From cc0076a0eb9a45e5c87d2dea661336ba2473bb42 Mon Sep 17 00:00:00 2001 From: xoviat Date: Thu, 31 Dec 2020 16:49:27 -0600 Subject: [PATCH] update hal branch --- embassy-stm32f4/Cargo.toml | 2 +- examples-stm32f4/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embassy-stm32f4/Cargo.toml b/embassy-stm32f4/Cargo.toml index 1891a559..44cf3db9 100644 --- a/embassy-stm32f4/Cargo.toml +++ b/embassy-stm32f4/Cargo.toml @@ -40,4 +40,4 @@ cortex-m-rt = "0.6.13" cortex-m = { version = "0.6.4" } embedded-hal = { version = "0.2.4" } embedded-dma = { version = "0.1.2" } -stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/xoviat/stm32f4xx-hal.git", branch = "dma-is-done"} +stm32f4xx-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 a9f2a79d..5964cd7a 100644 --- a/examples-stm32f4/Cargo.toml +++ b/examples-stm32f4/Cargo.toml @@ -27,7 +27,7 @@ cortex-m = { version = "0.6.3" } cortex-m-rt = "0.6.13" embedded-hal = { version = "0.2.4" } panic-probe = "0.1.0" -stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/xoviat/stm32f4xx-hal.git", branch = "dma-is-done"} +stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"} futures = { version = "0.3.8", default-features = false, features = ["async-await"] } cortex-m-rtic = "0.5" rtt-target = { version = "0.3", features = ["cortex-m"] }