mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-26 03:13:31 +04:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
|
[target.riscv64gc-unknown-none-elf]
|
||
|
runner = "riscv64-unknown-elf-gdb -x gdb_init"
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tmemory.x",
|
||
|
"-C", "link-arg=-Tlink.x",
|
||
|
]
|
||
|
|
||
|
[build]
|
||
|
target = "riscv64gc-unknown-none-elf"
|