[build] target = "thumbv6m-none-eabi" # RP2040 = Cortex-M0+ (the plain Pico on the Scroll Pack) [target.thumbv6m-none-eabi] rustflags = [ "-C", "link-arg=--nmagic", "-C", "link-arg=-Tlink.x", # cortex-m-rt's linker script (INCLUDEs our memory.x) ]