Alexander van Saase
Alexander van Saase
While going though the code to see how it worked I noticed there we're some unused dependencies. I think these were left over from when the session stores were still...
**Describe the bug** When generating Rust code from a function that returns a matrix, the generated function returns a vector with the same number of elements as the matrix. **To...
We transitively depend on on `clang-sys` with the `runtime` feature and I noticed that our dependencies frequently rebuild in CI, always starting at `clang-sys`. We use the [`-Zchecksum-freshness`](https://github.com/rust-lang/cargo/issues/14136) cargo feature...
Closes https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/184. This only adds a blocking trait. Once https://github.com/rust-embedded-community/embedded-sdmmc-rs/pull/176 is merged I can rebase and add the async version. Or this can be merged first and the other PR...
_This is related to https://github.com/rust-embedded-community/embedded-sdmmc-rs/pull/176 but since it also affect the non-async api I figured it deserves it's own issue._ As discussed in https://github.com/rust-embedded-community/embedded-sdmmc-rs/pull/176#issuecomment-2781292482, according to several non-official sources, SD...