We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd3583 commit 908d9feCopy full SHA for 908d9fe
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