[build] target = "thumbv6m-none-eabi" [target.thumbv6m-none-eabi] runner = "elf2uf2-rs -d" # "probe-run --chip RP2040" rustflags = [ "-C", "link-arg=--nmagic", "-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tdefmt.x", "-C", "inline-threshold=5", "-C", "no-vectorize-loops", ] [env] DEFMT_LOG = "trace"