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 a9eb3b5 commit 7c5f44fCopy full SHA for 7c5f44f
README.md
@@ -49,6 +49,14 @@ probe-rs chip list
49
50
For furher information, see the documentation for [probe-rs](https://github.com/probe-rs/probe-rs).
51
52
+#### Running tests on a Nucleo-G474RE
53
+
54
+First move jumper from CN12 and put it between A1 and A2 on CN8
55
56
+```bash
57
+cargo test --features stm32g474,defmt,cordic --tests -- --chip stm32g474RETx
58
+```
59
60
### Using as a Dependency
61
62
When using this crate as a dependency in your project, the microcontroller can
0 commit comments