mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-25 02:46:18 +04:00
rust: Actually provide trap handler
This commit is contained in:
parent
335f728b72
commit
1118d708b1
4
rust/interrupt/.cargo/config
Normal file
4
rust/interrupt/.cargo/config
Normal file
@ -0,0 +1,4 @@
|
||||
[target.riscv64gc-unknown-none-elf]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Ttrap.x",
|
||||
]
|
Loading…
Reference in New Issue
Block a user