mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 09:26:21 +04:00
e43668a88c
Upstream k210-pac is good enough now, no need to override it anymore.
18 lines
469 B
TOML
18 lines
469 B
TOML
[workspace]
|
|
members = [
|
|
"k210-console",
|
|
"mandelbrot",
|
|
"game-of-life",
|
|
"accelerometer",
|
|
"uart-passthrough",
|
|
"rgbcontrol",
|
|
"weather",
|
|
"dvp-ov",
|
|
"glyph-mapping",
|
|
"term-server",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "c79ec482b044c37b9f823cf1451aee73c197d380"}
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
|