9 lines
145 B
TOML
9 lines
145 B
TOML
[target.thumbv7em-none-eabihf]
|
|
runner = 'probe-rs run --chip STM32F411CEUx'
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf"
|
|
|
|
[env]
|
|
DEFMT_LOG = "debug"
|