Simon Stolarczyk
Simon Stolarczyk
My current wild guess is that this could be fixed by adding a default-target to the Cargo.toml [package.metadata.docs.rs] table, as here: https://docs.rs/about/metadata I can try to test this, but I'll...
I'm working on this. Trying to base it off of https://github.com/rust-embedded/cortex-m-quickstart Two questions here: - Does it matter what repository I'm storing it in? We'll just copy it over to...
OK, got it running: https://github.com/Spstolar/libdaisy-rust-quickstart . The steps for use are in the README, which can be cleaned up more if needed. Assuming cargo-generate and the other precursor steps are...