Skip to content

Commit 7c5f44f

Browse files
committed
Update README.md
1 parent a9eb3b5 commit 7c5f44f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ probe-rs chip list
4949

5050
For furher information, see the documentation for [probe-rs](https://github.com/probe-rs/probe-rs).
5151

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+
5260
### Using as a Dependency
5361

5462
When using this crate as a dependency in your project, the microcontroller can

0 commit comments

Comments
 (0)