11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
[target.riscv32i-unknown-none-elf]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tmemory.x",
|
|
"-C", "link-arg=-Tlink.x",
|
|
|
|
# defmt
|
|
"-C", "link-arg=-Tdefmt.x",
|
|
]
|
|
|
|
[build]
|
|
target = "riscv32i-unknown-none-elf" |