Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

config

Blame
  • config 162 B
    [target.thumbv7em-none-eabihf]
    runner = "arm-none-eabi-gdb -q -x .gdbinit"
    rustflags = [
      "-C", "link-arg=-Tlink.x",
    ]
    
    [build]
    target = "thumbv7em-none-eabihf"