We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d051eed commit 6821e45Copy full SHA for 6821e45
examples/README.md
@@ -36,19 +36,14 @@ is contained within the [examples folder](https://github.com/stm32-rs/stm32h7xx-
36
the configuration feature `stm32h743v` to match the part you are using:
37
38
```toml
39
- [dependencies]
40
- cortex-m-rt = "0.6.12"
41
- cortex-m = "0.7.1"
42
- log = "0.4.11"
43
- embedded-hal = "0.2.6"
44
- panic-halt = "0.2"
45
- cfg-if = "1.0.0"
46
-
47
[dependencies.stm32h7xx-hal]
48
- version = "0.10"
+ version = "^0"
49
features = ["stm32h743v"]
50
```
51
+ You should also add dependencies for the other crates you need, such as
+ `cortex-m-rt` or `embedded-hal`.
+
52
7. Build the application with
53
54
```sh
0 commit comments