Moritz Scheuren
Moritz Scheuren
I've been working on getting SD/SDIO/MMC card host interface (SDMMC) to work, didn't get done with it though until priorities shifted. Maybe someone would like to build on my previous...
Thanks, @hannobraun, as always. > * It's going to be one big change, which is always harder to review and get merged than multiple small ones. > * I'm not...
The error is also reproducible with an even further simplified variant: ``` rust use core::cell::RefCell; use heapless::Vec; struct B {} struct C>, } struct Holder, b: B, } fn main()...
Thanks for taking a look and digging into it. Also thanks for the hint with Pin, I am aware of it. By using safe Rust, however, I see no possibility...