stm32/ipcc: refactor examples and tests

This commit is contained in:
xoviat
2023-05-27 15:05:50 -05:00
parent 37e104a6b3
commit 09d52638b5
6 changed files with 32 additions and 24 deletions

View File

@ -3,8 +3,10 @@ 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.
@ -14,7 +16,7 @@ rustflags = [
]
[build]
target = "thumbv7m-none-eabi"
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"