diff options
| author | Ulf Lilleengen <[email protected]> | 2022-08-09 14:43:55 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-08-09 14:43:55 +0200 |
| commit | 80c1551153b06a14e5dc475f6fbd945db06b8117 (patch) | |
| tree | eafa63d946c9625ceebadb99bd864c160e040336 /examples | |
| parent | 18671b94ba173d6b5c2d2ec5e3569e39a03b61bb (diff) | |
Wrap buffers in a single state type
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 07b7e4931..896046759 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml | |||
| @@ -18,6 +18,7 @@ cortex-m-rt = "0.7.0" | |||
| 18 | embedded-hal = "0.2.6" | 18 | embedded-hal = "0.2.6" |
| 19 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 19 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
| 20 | embedded-hal-async = { version = "0.1.0-alpha.1" } | 20 | embedded-hal-async = { version = "0.1.0-alpha.1" } |
| 21 | embedded-nal-async = "0.2.0" | ||
| 21 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 22 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 22 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 23 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 23 | heapless = { version = "0.7.5", default-features = false } | 24 | heapless = { version = "0.7.5", default-features = false } |
