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 34f9662 commit 224ebb5Copy full SHA for 224ebb5
Cargo.toml
@@ -3,6 +3,9 @@ name = "stm32-hrtim"
3
version = "0.1.0"
4
edition = "2021"
5
6
+[package.metadata.docs.rs]
7
+features = ["stm32g474", "defmt"]
8
+
9
[dependencies]
10
stm32f3 = { version = "0.16.0", optional = true }
11
stm32h7 = { version = "0.16.0", optional = true }
0 commit comments