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 1010[target .thumbv7em-none-eabihf ]
1111# runner = "arm-none-eabi-gdb"
1212# 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"
1414rustflags = [
1515 " -C" , " link-arg=--nmagic" ,
1616 " -C" , " link-arg=-Tlink.x" ,
Original file line number Diff line number Diff line change 44
55Tests are run via the integration test pattern and are executed on a target
66chip, 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+ ```
812
913Currently the tests are written for the ` stm32f303xc ` with the STM32F3Discovery
1014Board 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