build] TinyUSB available at E:/pico-sdk/lib/tinyusb/src/portable/raspberrypi/rp2040 adding USB support. On this one the project name there is 'Hello' so yours will be different.
If it is successful you will see 'Build finished with exit code 0'. It'll take a few minutes depending on the size of the project. Once all the project files are configured, just compile by hitting the F7 button. In the main C file type in this: #include #include 'pico/stdlib.h' int main()