We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebd3583 + 908d9fe commit 73cd174Copy full SHA for 73cd174
testsuite/README.md
@@ -27,7 +27,7 @@ To run the tests on a different target than the STM32F3Discovery's
27
`stm32f303xc`, specify a target as a feature:
28
29
```bash
30
-cargo test -p testsuite --feature stm32f301xb
+cargo test -p testsuite --no-default-features --features stm32f3xx-hal/stm32f301xb
31
```
32
33
The result _always_ shows a backtrace, even in the case of success.
0 commit comments