Files
my-led-tree/.cargo/config.toml
2025-12-30 02:44:33 +03:00

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"