18 lines
292 B
TOML
18 lines
292 B
TOML
[target.thumbv8m.main-none-eabi]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "link-arg=-Tdefmt.x",
|
|
]
|
|
|
|
[target.thumbv8m.main-none-eabihf]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "link-arg=-Tdefmt.x",
|
|
]
|
|
|
|
[build]
|
|
target = "thumbv8m.main-none-eabihf"
|
|
|
|
[env]
|
|
DEFMT_LOG = "debug"
|