You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obvious choice is smoltcp-nal, however this often lags behind when it comes to smoltcp release. Due to the fact the Device trait is tied up with the stack, every smoltcp version creates a "unique" and incompatible Device trait, even if the trait didn't change in that release.
embassy-net doesn't suffer from this issue due to the driver trait decoupling, I propose we do the same for smoltp.
The text was updated successfully, but these errors were encountered:
We want to move away from our "home grown" blocking network stack in esp-wifi: esp-rs/esp-hal#2488 (comment).
The obvious choice is
smoltcp-nal
, however this often lags behind when it comes to smoltcp release. Due to the fact theDevice
trait is tied up with the stack, every smoltcp version creates a "unique" and incompatibleDevice
trait, even if the trait didn't change in that release.embassy-net doesn't suffer from this issue due to the driver trait decoupling, I propose we do the same for smoltp.
The text was updated successfully, but these errors were encountered: