1
Fork 0
cabinet/southbridge/.cargo/config.toml

6 lines
199 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "elf2uf2-rs --deploy --serial --verbose"
runner = "picotool load -u -v -x -t elf"
[build]
target = "thumbv8m.main-none-eabihf"