mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-26 03:13:31 +04:00
cbb53817e3
Patch "Remove work-around for pcrel issue" was merged.
29 lines
831 B
TOML
29 lines
831 B
TOML
[workspace]
|
|
members = [
|
|
"k210-console",
|
|
"mandelbrot",
|
|
"game-of-life",
|
|
"accelerometer",
|
|
"uart-passthrough",
|
|
"rgbcontrol",
|
|
"weather",
|
|
"dvp-ov",
|
|
"glyph-mapping",
|
|
"term-server",
|
|
"secp256k1-test",
|
|
"sdtest",
|
|
"sdlcd",
|
|
"interrupt",
|
|
"embgfx",
|
|
]
|
|
|
|
[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 = "ce714c0b09a71e5b73357a479295e9ea1201501e" }
|
|
|
|
# TODO: upstream these patches after the dependent change rust-lang/rust#62281 ends up in stable
|
|
# patch: "Remove work-around for pcrel issue"
|
|
|
|
# patch: "risc-v: Use medany model"
|
|
cc = { git = "https://github.com/laanwj/cc-rs.git", rev = "83e66a79a25b55d0aa84db42257a8edbb0095cf8" }
|