7 lines
225 B
TOML
7 lines
225 B
TOML
[build]
|
|
target = "thumbv6m-none-eabi"
|
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
# This needs to be put in a seperate script because the log arguments do not get parsed properly
|
|
runner = ".cargo/runner.sh"
|