Merge pull request #2826 from embassy-rs/jamesmunns-patch-1
L4 Example: probe-run to probe-rs
This commit is contained in:
commit
b66736a4d3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
|
||||
#runner = "probe-rs run --chip STM32L475VGT6"
|
||||
#runner = "probe-rs run --chip STM32L475VG"
|
||||
runner = "probe-run --chip STM32L4S5QI"
|
||||
runner = "probe-rs run --chip STM32L4S5QI"
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi"
|
||||
|
|
Loading…
Reference in a new issue