diff options
| author | xoviat <[email protected]> | 2020-12-31 16:49:27 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2020-12-31 16:49:27 -0600 |
| commit | cc0076a0eb9a45e5c87d2dea661336ba2473bb42 (patch) | |
| tree | bdd09d7a6c132c4e1657f49a7a9e5737e1838642 | |
| parent | 925ede848ec1fc3389b5bbd22d98d919c808bfe3 (diff) | |
update hal branch
| -rw-r--r-- | embassy-stm32f4/Cargo.toml | 2 | ||||
| -rw-r--r-- | 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 1891a5596..44cf3db9d 100644 --- a/embassy-stm32f4/Cargo.toml +++ b/embassy-stm32f4/Cargo.toml | |||
| @@ -40,4 +40,4 @@ cortex-m-rt = "0.6.13" | |||
| 40 | cortex-m = { version = "0.6.4" } | 40 | cortex-m = { version = "0.6.4" } |
| 41 | embedded-hal = { version = "0.2.4" } | 41 | embedded-hal = { version = "0.2.4" } |
| 42 | embedded-dma = { version = "0.1.2" } | 42 | embedded-dma = { version = "0.1.2" } |
| 43 | stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/xoviat/stm32f4xx-hal.git", branch = "dma-is-done"} | 43 | 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 a9f2a79d7..5964cd7a5 100644 --- a/examples-stm32f4/Cargo.toml +++ b/examples-stm32f4/Cargo.toml | |||
| @@ -27,7 +27,7 @@ cortex-m = { version = "0.6.3" } | |||
| 27 | cortex-m-rt = "0.6.13" | 27 | cortex-m-rt = "0.6.13" |
| 28 | embedded-hal = { version = "0.2.4" } | 28 | embedded-hal = { version = "0.2.4" } |
| 29 | panic-probe = "0.1.0" | 29 | panic-probe = "0.1.0" |
| 30 | stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/xoviat/stm32f4xx-hal.git", branch = "dma-is-done"} | 30 | stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"} |
| 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
| 32 | cortex-m-rtic = "0.5" | 32 | cortex-m-rtic = "0.5" |
| 33 | rtt-target = { version = "0.3", features = ["cortex-m"] } | 33 | rtt-target = { version = "0.3", features = ["cortex-m"] } |
