mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 09:26:21 +04:00
rust: address 0xffffffff80000000 → 0x80000000
Try working without address work-around to aid debugging and disassembly.
This commit is contained in:
parent
1397aa19db
commit
dfd14f517f
@ -19,4 +19,11 @@ members = [
|
||||
|
||||
[patch.crates-io]
|
||||
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
|
||||
k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "dc1acb925b0ee45b7c5fefb6897dc8cf3c32838d" }
|
||||
|
||||
# TODO: upstream these patches after the dependent change rust-lang/rust#62281 ends up in stable
|
||||
# patch: "Remove work-around for pcrel issue"
|
||||
k210-pac = { git = "https://github.com/laanwj/k210-pac.git", rev = "5d3b7ee576eb5a3f70d7454c1ca8603534850faf" }
|
||||
# was k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "dc1acb925b0ee45b7c5fefb6897dc8cf3c32838d" }
|
||||
|
||||
# patch: "risc-v: Use medany model"
|
||||
cc = { git = "https://github.com/laanwj/cc-rs.git", rev = "83e66a79a25b55d0aa84db42257a8edbb0095cf8" }
|
||||
|
Loading…
Reference in New Issue
Block a user