mchodzikiewicz

Results 12 comments of mchodzikiewicz

not a problem, my bounds are already `I: Iterator + Clone` since I am dealing with the same problem in my `DrawableCurve` Since I implemented it already for my crate,...

Yes, `flush` discussed in #647 is basically the same feature, I won't argue about what is a better name for it :) Regarding layering (and possibly some other display capabilities),...

Sure, it is better not to provide an API than to provide an ill abstraction and break it with consequent releases. Especially if it is targeted to be used in...

I am not a fan of having `flush()` as a `DrawTarget` method even if it was only for displays, from the perspective of some crate that draws a lot of...

Also, another place where `flush()` would be usable is when you implement an inter-thread facade and messaging each primitive on its own gives a lot of overhead - generating a...

Hi, I have just seen @MabezDev blog post about hello world on a C3 chip and just received a devkit. I'm going to run https://github.com/MabezDev/esp32c3-experiments with intention of creating a...

> We now have an PAC for the esp32c3: https://github.com/esp-rs/esp32c3 btw :) yep, I am going to use it :) @jessebraham thanks, I have posted my view on it. Playing...

I'll add some new background context - `esp32c6` has `CLINT` peripheral which makes it compatible with backend that already exists and is less target specific. @jessebraham already fulfilled some prerequisites...

I bet you guessed it but I stopped working on CLINT for the time being and afaik @jessebraham have at least partialy exposed CLINT in pac and maybe hal. I...

having this would be a huge deal for entire embedded community