mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
6056338e93
Not yet upstream: - cc-rs: disable fPIC for risc-v targets - secp256k1: low-memory feature - riscv-rt: .sdata2 sections linker script
22 lines
708 B
TOML
22 lines
708 B
TOML
[workspace]
|
|
members = [
|
|
"k210-console",
|
|
"mandelbrot",
|
|
"game-of-life",
|
|
"accelerometer",
|
|
"uart-passthrough",
|
|
"rgbcontrol",
|
|
"weather",
|
|
"dvp-ov",
|
|
"glyph-mapping",
|
|
"term-server",
|
|
"secp256k1-test",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
riscv-rt = { git = "https://github.com/laanwj/riscv-rt.git", rev = "235390d95cc03fd7db6d58f426e1d53de7c136c9" }
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
|
|
|
|
cc = { git = "https://github.com/laanwj/cc-rs.git", rev = "97b648e1d2597363d6baea7190469d45c857c8f6" }
|
|
secp256k1 = { git = "https://github.com/laanwj/rust-secp256k1.git", rev = "dfc66c40f9dc82131b5ff9a445124599040d2a5a" }
|