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 b23be63 commit 853fffaCopy full SHA for 853fffa
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- stm32g431
20
- stm32g441
21
- stm32g473
22
- - stm32g474
+ - stm32g474,hrtim
23
- stm32g483
24
- stm32g484
25
- stm32g491 # Does not seem ready yet
Cargo.toml
@@ -153,7 +153,7 @@ required-features = ["stm32g474", "defmt"]
153
[[test]]
154
name = "nucleo-g474_hrtim"
155
harness = false
156
-required-features = ["stm32g474", "defmt"]
+required-features = ["stm32g474", "defmt", "hrtim"]
157
158
[lib]
159
test = false
0 commit comments