WIP - Migrate to 2.0.0 SDK #2336

Merged
earlephilhower merged 20 commits from new200 into master 2024-08-17 20:39:13 +03:00
earlephilhower commented 2024-08-17 05:50:24 +03:00 (Migrated from github.com)

There was a lot of breakage with the 2.0.0 SDK, with some bits being just plain diabolical like never initializing global clocks or assigning interrupt vectors. Nothing wrong w/the SDK, just the way it's being used here is as a libraryvs. recompiling from scratch with a CMake project.

Working through the issues on the RP2040, to be combined with work on the Pico 2/RP2350 once a PR or board is available. Basic RP2040 blink and LittleFS SpeedTest running, but this is far from release worthy even on the original Pico.

There was a lot of breakage with the 2.0.0 SDK, with some bits being just plain diabolical like never initializing global clocks or assigning interrupt vectors. Nothing wrong w/the SDK, just the way it's being used here is as a libraryvs. recompiling from scratch with a CMake project. Working through the issues on the RP2040, to be combined with work on the Pico 2/RP2350 once a PR or board is available. Basic RP2040 blink and LittleFS SpeedTest running, but this is far from release worthy even on the original Pico.
earlephilhower commented 2024-08-17 06:35:40 +03:00 (Migrated from github.com)

WiFi on the PicoW works for basic sanity tests from the examples. Able to connect to telnet and TLS servers with WiFiClient and BearSSL_Validation examples.

WiFi on the PicoW works for basic sanity tests from the examples. Able to connect to telnet and TLS servers with `WiFiClient` and `BearSSL_Validation` examples.
Sign in to join this conversation.