A little over a year ago, we launched the Raspberry Pi Pico extension for Visual Studio Code with the goal of simplifying project setup and configuration. Since then, we’ve received lots of feedback from developers saying it really helped them get started with embedded firmware development. From beginners struggling to wrap their heads around CMake configurations, toolchains, and SWD debugging, to experienced developers who just want to spin up a quick prototype — there are countless ways people use our extension.
pull down to refresh
related posts
32 sats \ 0 replies \ @freetx 29 Oct
The Pico is a great little board. Particularly when using micropython. The addition of the "PIO" dedicated state machines inside the Pico make it so you can write standard python and offload time sensitive code to the "PIO" processors and get best of both worlds.
reply