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

PPP-enabled Pico build. #947

Merged
merged 6 commits into from
Oct 31, 2024
Merged

PPP-enabled Pico build. #947

merged 6 commits into from
Oct 31, 2024

Conversation

Gadgetoid
Copy link
Member

@Gadgetoid Gadgetoid commented Jun 3, 2024

This an experimental build with support for networking and the generic PPP module added via this PR: micropython/micropython#14461

The PPP build currently lacks a WiFi/wireless version. Right now there's no easy way to use the two together (you need to delve into raw sockets, bound to a specific interface) and there may be issues with DNS - micropython/micropython#15777

⚠️ this build uses a 1mb/1mb firmware/filesystem split, which will trash your filesystem if flashed to any Pico with a regular MicroPython firmware or any of our other firmwares. Back up first!

ℹ️ Note this ideally requires a MicroPython 1.24.0 release before we can merge it, since it's currently targeting a feature branch on our own fork and we don't really want that in production if we can help it.

@Gadgetoid Gadgetoid force-pushed the test/network-ppp branch 7 times, most recently from 0dfa492 to 7106a2c Compare June 5, 2024 08:48
@Gadgetoid Gadgetoid force-pushed the test/network-ppp branch 2 times, most recently from 694570c to 427d881 Compare July 15, 2024 14:47
@Gadgetoid Gadgetoid force-pushed the test/network-ppp branch 3 times, most recently from 4d1d72a to a74f875 Compare August 19, 2024 12:05
@Gadgetoid Gadgetoid force-pushed the test/network-ppp branch 4 times, most recently from 79d013d to c1018db Compare September 17, 2024 14:34
@Gadgetoid Gadgetoid marked this pull request as ready for review October 24, 2024 11:45
@Gadgetoid Gadgetoid added the !! DO NOT MERGE !! Do not merge! label Oct 24, 2024
@Gadgetoid Gadgetoid removed the !! DO NOT MERGE !! Do not merge! label Oct 31, 2024
@Gadgetoid Gadgetoid changed the title Experimental: PPP-enabled Pico build. PPP-enabled Pico build. Oct 31, 2024
@Gadgetoid Gadgetoid merged commit 1495805 into main Oct 31, 2024
32 checks passed
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.

1 participant