mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 12:50:37 +00:00
11 lines
240 B
TOML
11 lines
240 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "probe-rs run --chip RP235x"
|
|
#runner = "elf2uf2-rs -d"
|
|
#runner = "picotool load -u -v -x -t elf"
|
|
|
|
[build]
|
|
target = "thumbv8m.main-none-eabihf"
|
|
|
|
[env]
|
|
DEFMT_LOG = "debug"
|