mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
[target.riscv64gc-unknown-none-elf]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tmemory.x",
|
|
"-C", "link-arg=-Tlink.x",
|
|
]
|
|
|
|
[build]
|
|
target = "riscv64gc-unknown-none-elf"
|