Jesse Braham
Jesse Braham
Sorry for the (very) late response, this issue sort of slipped my mind. Since this seems to be (at least partially) to do with the `serialport` dependency, there's not much...
Give that we have removed `direct-boot` support in `esp-hal`, I'm not sure it makes sense to pursue this any further. IMO this issue can be closed.
I'm not aware of any `no_std` web servers available on [crates.io](https://crates.io) so we will likely need to implement some web server ourselves, unless there is a package available which I've...
Thanks for letting me know, I'm off work today but I have some other patches which need to be added so I will take care of this on Monday with...
Ahh, oops 😁 I probably should have checked as well. I'll get those fixed up and get another release made at some point.
> seems this might be coming pretty close My understanding (somebody can correct me if I'm wrong) is that there are still a large number of patches which need to...
There is indeed work being done to create an SVD generator. During development the focus has been on the ESP32-C3 specifically, however additional chips should be supported in time. I...
It's difficult to answer that, unfortunately. At this point I believe most of the peripherals are present in the SVD, and most seem to have a reasonable level of completeness...
Yeah I realize we can't say "these crates will work and these will not", but I feel we can give some guidelines at the very least. You gave two great...
I was ultimately able to remove the peripherals in question, but ran into a bit of a snag with svdtools. When processing it begins with `_delete`s which means we get...