File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,16 @@ compile with older versions but that may change in any new patch release.
170
170
171
171
### Running Tests
172
172
173
- Tests are run via the integration test pattern and are executed on a target chip, rather than on a host system.
174
- First, install [ probe-run] ( https://crates.io/crates/probe-run ) via ` cargo install probe-run ` .
175
- Next, you'll need to modify ` .cargo/config ` to link defmt and use ` probe-run ` configured for your chip.
176
- See details within the comments in that file.
173
+ Tests are run via the integration test pattern and are executed on a target
174
+ chip, rather than on a host system. First, install
175
+ [ probe-run] ( https://crates.io/crates/probe-run ) via ` cargo install probe-run ` .
176
+ Next, you'll need to modify ` .cargo/config ` to link defmt and use ` probe-run `
177
+ configured for your chip. See details within the comments in that file.
177
178
178
- Now, you can execute a test by setting your device, defmt, and any test specific features:
179
+ Now, you can execute a test by setting your device, defmt, and any test specific
180
+ features:
179
181
180
- ```
182
+ ``` bash
181
183
cargo test --test rcc --features=stm32f303xc,defmt,rt
182
184
```
183
185
You can’t perform that action at this time.
0 commit comments