mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
14 lines
221 B
TOML
14 lines
221 B
TOML
|
[target.thumbv7em-none-eabihf]
|
||
|
|
||
|
runner = "probe-rs run --chip STM32F411CEUx"
|
||
|
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tlink.x",
|
||
|
"-C", "link-arg=-Tdefmt.x",
|
||
|
]
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7em-none-eabihf"
|
||
|
|
||
|
[env]
|
||
|
DEFMT_LOG = "debug"
|