mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
71b427b188
Add `weather` demo, also extend console as necessary to handle wttr.in's escape codes.
16 lines
530 B
TOML
16 lines
530 B
TOML
[workspace]
|
|
members = [
|
|
"k210-console",
|
|
"mandelbrot",
|
|
"game-of-life",
|
|
"accelerometer",
|
|
"uart-passthrough",
|
|
"rgbcontrol",
|
|
"weather",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "ecc1344ffc9af1c88b3dd76b83ad56284672f888"}
|
|
k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "6c6283b31c0ac2296b1581fbf47bd976abc9511b"}
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "25c4e12af65f6e0d3e68c0c9227ad7f444f90e3e" }
|