ivmarkov
ivmarkov
I mean, a lot of the methods currently take `& mut self` so it is not just the task handle.
> @ivmarkov I was doing some testing with `LocalExecutor` and `Executor` from the `edge_executor` crate with an esp32-s3. The best solution is probably to have one `LocalExecutor` per core, but...
> Thanks for the reply, yes you are right if we don't have confidence that a driver is thread-safe we shouldn't expose it as such. What bothered me is the...
@MabezDev @jessebraham @bjoernQ @JurajSadel @bugadani @vollbrecht - Please forward to others who might be interested @lulf @dirbaio - Topic might be interesting to you, given the existence of `embedded-nal-async` etc.
> I think so far, the WiFi trait is the most useful, and also the most likely to be used across different vendors. I think it could quite easily be...
The above speech does not cover the `Wifi` trait of course, which is not app layer. But then how much application code would you have around bringing up the wifi...
Can you share a link to the mtg here?
Appreciate the feedback! Comments inline. > * Things like `embedded-io` Read + Write makes a ton of sense to me because it allows upper layers to not care where that...
@teamplayer3 Can you try with latest master?
Oh well. Will need to debug it for real in the next days. :) In any case, the fix I pushed should be there.