tests/stm32: revert cfg changes
This commit is contained in:
parent
09d52638b5
commit
5d7301e510
@ -3,10 +3,8 @@ build-std = ["core"]
|
||||
build-std-features = ["panic_immediate_abort"]
|
||||
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
#runner = "teleprobe client run --target bluepill-stm32f103c8 --elf"
|
||||
runner = "teleprobe client run --target bluepill-stm32f103c8 --elf"
|
||||
#runner = "teleprobe local run --chip STM32F103C8 --elf"
|
||||
#runner = "teleprobe local run --chip STM32WB55RG --elf"
|
||||
runner = "probe-run --chip STM32WB55RG"
|
||||
|
||||
rustflags = [
|
||||
# Code-size optimizations.
|
||||
@ -16,7 +14,7 @@ rustflags = [
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi"
|
||||
target = "thumbv7m-none-eabi"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
Loading…
Reference in New Issue
Block a user