Scott Mabin

Results 335 comments of Scott Mabin

This is probably due to this: https://github.com/esp-rs/rust/issues/137. I would recommend rolling back to 1.63.0.0 for now. I have been working on a proper fix which I am testing right now....

Yes, this is possible, and its what I use daily :). esp-idf _is_ a hard dependency on esp-idf-sys so the options are have it downloaded already or download it, the...

@briansmith would you mind taking a look at this PR when you get a few moments? It would be really great to get some feedback :).

One feature I am looking for would be to ignore any suggestions about words/phrases inside an inline-code block i.e "this should be checked `but not anything in here`". I think...

> I'm hoping there is some way we can use existing flash algo capability to implement the desired behaviour, rather than build a dependency on a chip-specific crate. What do...

Now that GATs are stable we can avoid using unstable features to implement this, do you have any thoughts/opinions on adding async support @rafalh?

> After playing around with this crate trying to serve files in a FAT32 image using `axum`, I have to say that it is not really useful in an async...

I have hard-forked this crate to provide async support, and to use the embedded-io traits: https://github.com/MabezDev/embedded-fatfs, feedback and PRs welcome.

Out of curiosity, if you up the tick rate to say, 1000hz, do you achieve similar results? I think to do this properly we'd either need to modify the executor...

I've also seen this happen, mainly on connect and when the chip doesn't respond. I have to wait for it to timeout even if a spam Ctrl+C - not very...