blob: 825bf3ae9e63e26d66224e62df31b6a1324b98ba (
plain)
1
2
3
4
5
6
7
8
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "teleprobe local run --chip MSPM0G3507 --protocol swd --elf"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace,embassy_hal_internal=debug"
|