RP2040 Development with WSL
Introduction I recently started working on a project where I want to use the RP2040 on a custom board. FYI, the RP2040 is the “chip” used on the Raspberry Pi Pico development board. Development for this board is actually quite straight forward, or at least if you’re on Linux, because that’s what most of the documentation is written for. You simply clone the SDK, install a few prerequisites and start building. You can then simply plug in your board via USB and drag-and-drop your binary file onto the mass storage devices that it shows up as to get things going. ...