aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u0
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2024-04-13 14:07:01 +0200
committerDion Dokter <[email protected]>2024-04-13 14:07:01 +0200
commitaf03e1653a711e12566ee7cac2d018e94b1d267b (patch)
treee230de43334de381615d5888d4bd669efd03fa22 /examples/stm32u0
parentec6ff217ca0f895898ecc8e2cf84d503f71c988c (diff)
Disable the speed limitation
Diffstat (limited to 'examples/stm32u0')
-rw-r--r--examples/stm32u0/.cargo/config.toml2
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`
3runner = "probe-rs run --speed 100 --chip STM32u083rctx" 3runner = "probe-rs run --chip STM32u083rctx"
4 4
5[build] 5[build]
6target = "thumbv6m-none-eabi" 6target = "thumbv6m-none-eabi"