pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.29k stars 492 forks source link

Experimental: PPP-enabled Pico build. #947

Open Gadgetoid opened 4 months ago

Gadgetoid commented 4 months ago

This an experimental build with support for networking and the generic PPP module added via this PR: https://github.com/micropython/micropython/pull/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 - https://github.com/micropython/micropython/issues/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!