File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
[target .thumbv7em-none-eabihf ]
11
11
# runner = "arm-none-eabi-gdb"
12
12
# Chip can be set via `--chip STM32F303VCTx` or `export PROBE_RUN_CHIP=STM32F303VCTx`
13
- runner = " probe-run --chip STM32F303VCTx --connect-under-reset"
13
+ runner = " probe-rs run --chip STM32F303VCTx --connect-under-reset"
14
14
rustflags = [
15
15
" -C" , " link-arg=--nmagic" ,
16
16
" -C" , " link-arg=-Tlink.x" ,
Original file line number Diff line number Diff line change 4
4
5
5
Tests are run via the integration test pattern and are executed on a target
6
6
chip, rather than on a host system. First, install
7
- [ probe-run] ( https://crates.io/crates/probe-run ) via ` cargo install probe-run ` .
7
+ [ probe-rs] ( https://crates.io/crates/probe-rs ) via
8
+
9
+ ``` sh
10
+ cargo install probe-rs --features cli
11
+ ```
8
12
9
13
Currently the tests are written for the ` stm32f303xc ` with the STM32F3Discovery
10
14
Board in mind. They expect that several pins are wired together as hinted in
You can’t perform that action at this time.
0 commit comments