Disable the speed limitation

This commit is contained in:
Dion Dokter 2024-04-13 14:07:01 +02:00
parent ec6ff217ca
commit af03e1653a

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# 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]
target = "thumbv6m-none-eabi"