aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/.cargo/config.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/stm32/.cargo/config.toml b/tests/stm32/.cargo/config.toml
index 48588f0b7..426d6e67f 100644
--- a/tests/stm32/.cargo/config.toml
+++ b/tests/stm32/.cargo/config.toml
@@ -3,10 +3,8 @@ build-std = ["core"]
3build-std-features = ["panic_immediate_abort"] 3build-std-features = ["panic_immediate_abort"]
4 4
5[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 5[target.'cfg(all(target_arch = "arm", target_os = "none"))']
6#runner = "teleprobe client run --target bluepill-stm32f103c8 --elf" 6runner = "teleprobe client run --target bluepill-stm32f103c8 --elf"
7#runner = "teleprobe local run --chip STM32F103C8 --elf" 7#runner = "teleprobe local run --chip STM32F103C8 --elf"
8#runner = "teleprobe local run --chip STM32WB55RG --elf"
9runner = "probe-run --chip STM32WB55RG"
10 8
11rustflags = [ 9rustflags = [
12 # Code-size optimizations. 10 # Code-size optimizations.
@@ -16,7 +14,7 @@ rustflags = [
16] 14]
17 15
18[build] 16[build]
19target = "thumbv7em-none-eabi" 17target = "thumbv7m-none-eabi"
20 18
21[env] 19[env]
22DEFMT_LOG = "trace" 20DEFMT_LOG = "trace" \ No newline at end of file