aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-05-27 15:08:30 -0500
committerxoviat <[email protected]>2023-05-27 15:08:30 -0500
commit5d7301e510a0882d004cdaee337280816d490afd (patch)
tree0ca801a0cfc060bf867ea2e24481eedb63199a45 /tests
parent09d52638b551a37c8b032ffb6daaa1abd2efa231 (diff)
tests/stm32: revert cfg changes
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