rp: add GPIO HIL test.

This commit is contained in:
Dario Nieuwenhuis
2022-07-09 02:13:43 +02:00
parent 5cc5961c94
commit ccf57cfab6
6 changed files with 532 additions and 0 deletions

View File

@ -0,0 +1,20 @@
[unstable]
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 local run --chip RP2040 --elf"
rustflags = [
# Code-size optimizations.
"-Z", "trap-unreachable=no",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"