Comment on Raspberry Pi/PlatformIO conflict blocks support for Pico-Arduino toolchainComments−robbywashere_3yAny platformIO alternatives?−gholling3yThe Official Raspberry Pi Pico Windows install will give you a working VSCode build system with the official SDK. It's not Arduino libraries, but is easy to get going and building code.https://github.com/raspberrypi/pico-setup-windows/releases−matthews23yA Makefile :-)−Timon33yMakefile has support for dependency management of Arduino libraries? Amazing, where can I find it?−lionkor3yArduino Libraries dont have CMake support??
Comments
Any platformIO alternatives?
The Official Raspberry Pi Pico Windows install will give you a working VSCode build system with the official SDK. It's not Arduino libraries, but is easy to get going and building code.
https://github.com/raspberrypi/pico-setup-windows/releases
A Makefile :-)
Makefile has support for dependency management of Arduino libraries? Amazing, where can I find it?
Arduino Libraries dont have CMake support??