Thales
Thales
Sorry, I haven't had the time to review this yet. However, I would like to say that I agree with the underlying reasoning and I know that `tokio-uring` has something...
The `managed` crate also has some useful structures, and it's used with good success on `smoltcp`.
Although I don't need to go all the way right now, I agree with you, it makes sense to even have them as `pub`, do you think this should be...
> Interesting find. There was some head scratching involved when I couldn't get server push working between a h2 client and server. The workaround is to have the client always...
I think this is out of scope for this crate, we provide the safety requirements of each trait, but the specifics of each design is left for the downstream implementers.
I think it would be hard to come up with a good interface that would work nicely with all the different DMA hardware out there. `embedded-hal` would be a good...
> ...which makes it sound like even a subsequent call to read_buffer would be unsafe. Did you mean `write_buffer` ? The functions are unsafe to allow for implementations for types...
I have used a cheap LAN8720 module from aliexpress without problems. Mine was strapped to a PHY address of 1 btw.
Yeah, that one is similar to the one I have. I used jumper wires to connect them, not really recommend for proper designs, but it worked. Here you can see...
You should use `modify` instead of `write`, that can be messing with your other configurations. About going away from bit-banding, I would rather not, could you check the errata for...