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

Initial Rp2040 Network framework #2467

Merged
merged 6 commits into from
Jan 13, 2022

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Jan 12, 2022

This PR allows projects to build for Rp2040 with network enabled, although networking is not functional.
Instead, it provides a starting point to incorporate future support for external network adapters via SPI or USB.

The Host LWIP Component has been moved into core Components, supporting Host and Rp2040 and builds using Ninja. Future PRs could look at adding ESP8266 support to this library as the current lwip2 implementation is quite old.

Move Host/lwip to main Components
Switch to Ninja for lwip build
Update lwip to master
@mikee47 mikee47 changed the title Initial RP2040 Network Feature/rp2040 network Initial Rp2040 Network framework Jan 12, 2022
@slaff slaff added this to the 4.6.0 milestone Jan 12, 2022
@slaff slaff merged commit 8a2eadd into SmingHub:develop Jan 13, 2022
@mikee47 mikee47 deleted the feature/rp2040-network branch January 14, 2022 13:08
@slaff slaff mentioned this pull request Jan 26, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants