mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 08:12:30 +00:00
Disable the speed limitation
This commit is contained in:
parent
ec6ff217ca
commit
af03e1653a
@ -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…
Reference in New Issue
Block a user