nrf/buffered_uarte: add HIL tests.

This commit is contained in:
Dario Nieuwenhuis
2023-03-04 05:37:13 +01:00
parent 916f94b366
commit 7650fea5f2
9 changed files with 466 additions and 1 deletions

View File

@ -0,0 +1,9 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "teleprobe local run --chip nRF52840_xxAA --elf"
runner = "teleprobe client run --target nrf52840-dk --elf"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"