Disable the speed limitation
This commit is contained in:
parent
ec6ff217ca
commit
af03e1653a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||||
# replace STM32G071C8Rx with your chip as listed in `probe-rs chip list`
|
# replace STM32G071C8Rx with your chip as listed in `probe-rs chip list`
|
||||||
runner = "probe-rs run --speed 100 --chip STM32u083rctx"
|
runner = "probe-rs run --chip STM32u083rctx"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
target = "thumbv6m-none-eabi"
|
target = "thumbv6m-none-eabi"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue