diff options
| author | xoviat <[email protected]> | 2023-05-27 15:08:30 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-05-27 15:08:30 -0500 |
| commit | 5d7301e510a0882d004cdaee337280816d490afd (patch) | |
| tree | 0ca801a0cfc060bf867ea2e24481eedb63199a45 /tests | |
| parent | 09d52638b551a37c8b032ffb6daaa1abd2efa231 (diff) | |
tests/stm32: revert cfg changes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/.cargo/config.toml | 8 |
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"] | |||
| 3 | build-std-features = ["panic_immediate_abort"] | 3 | build-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" | 6 | runner = "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" | ||
| 9 | runner = "probe-run --chip STM32WB55RG" | ||
| 10 | 8 | ||
| 11 | rustflags = [ | 9 | rustflags = [ |
| 12 | # Code-size optimizations. | 10 | # Code-size optimizations. |
| @@ -16,7 +14,7 @@ rustflags = [ | |||
| 16 | ] | 14 | ] |
| 17 | 15 | ||
| 18 | [build] | 16 | [build] |
| 19 | target = "thumbv7em-none-eabi" | 17 | target = "thumbv7m-none-eabi" |
| 20 | 18 | ||
| 21 | [env] | 19 | [env] |
| 22 | DEFMT_LOG = "trace" | 20 | DEFMT_LOG = "trace" \ No newline at end of file |
