David Haig
David Haig
> > > @ninjasource Sorry I forgot that this crate doesn't build on stable. May I humbly recommend you try https://github.com/stm32-rs/stm32f1xx-hal on stable instead? > > The examples compile as...
Hi, Is there any way to specify the features in the ./cargo/config file? Under the `[build]` section there is a `rustflags` key but it is not clear if that can...
Thanks burrbull but surely if you clone this repo and simply type "cargo build --example blinky" it should "just work" and if it doesn't then there should be instructions on...
Hi, thanks for taking the time to bring this issue to my attention and propose a solution. I'm going to play around with your changes to see if I like...
Thanks @elpiel , I'll take a loot at async again. Been working on other stuff.
Hi, I've been experimenting with implementing this and have the following to report. - First, the good news. I got async file reads working and it's running about 8x faster...
Oh wow, this is the first time I've heard of the generics keywords initiative. Sounds very promising indeed! I will try to keep this fork up to date and hopefully...
Hi @elpiel, I'm glad you managed to figure out your error. My apologies for the silence but I don't have any use case for writing to the SD card so...
Hi @elpiel, > @ninjasource has the most up-to-date branch that I amanged to test and it was much slower that the blocking version. I actually thought the async version was...
Thanks for your insight, that helped! I understand the read grant a little better now so the problem was between the chair and the keyboard. Feel free to close the...