diff options
| author | Dion Dokter <[email protected]> | 2024-04-13 14:07:01 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2024-04-13 14:07:01 +0200 |
| commit | af03e1653a711e12566ee7cac2d018e94b1d267b (patch) | |
| tree | e230de43334de381615d5888d4bd669efd03fa22 /examples/stm32u0 | |
| parent | ec6ff217ca0f895898ecc8e2cf84d503f71c988c (diff) | |
Disable the speed limitation
Diffstat (limited to 'examples/stm32u0')
| -rw-r--r-- | examples/stm32u0/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32u0/.cargo/config.toml b/examples/stm32u0/.cargo/config.toml index c8022ae39..28b8af96e 100644 --- a/examples/stm32u0/.cargo/config.toml +++ b/examples/stm32u0/.cargo/config.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | # replace STM32G071C8Rx with your chip as listed in `probe-rs chip list` | 2 | # replace STM32G071C8Rx with your chip as listed in `probe-rs chip list` |
| 3 | runner = "probe-rs run --speed 100 --chip STM32u083rctx" | 3 | runner = "probe-rs run --chip STM32u083rctx" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv6m-none-eabi" | 6 | target = "thumbv6m-none-eabi" |
