[build] target = "thumbv8m.main-none-eabihf" # Cortex-M33 (RP2350) [target.thumbv8m.main-none-eabihf] rustflags = [ "-C", "link-arg=-Tdefmt.x", # defmt-rtt section placement "-C", "link-arg=-Tlink.x", # cortex-m-rt startup/vector table (includes memory.x) ] runner = "probe-rs run --chip RP2350" [env] DEFMT_LOG = "debug"