Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the Device trait to smoltcp-driver #1010

Open
MabezDev opened this issue Nov 8, 2024 · 0 comments
Open

Move the Device trait to smoltcp-driver #1010

MabezDev opened this issue Nov 8, 2024 · 0 comments

Comments

@MabezDev
Copy link
Contributor

MabezDev commented Nov 8, 2024

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant