9 lines
174 B
TOML
9 lines
174 B
TOML
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||
|
runner = "probe-rs run --chip stm32l431CCUx"
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7em-none-eabihf"
|
||
|
|
||
|
[env]
|
||
|
DEFMT_LOG = "info"
|