mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-25 10:56:20 +04:00
22 lines
533 B
TOML
22 lines
533 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",
|
|
]
|
|
|
|
[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" }
|