I am new to platformIO. Sorry if my questions are just stupid/evident.
I would like to start using a RP-2040-Zero board (see link below) with platformIO and arduino framework.
Is it possible?
If so, is this ini file OK?
[env:pico]
platform = raspberrypi
board = pico
framework = arduino
Can I upload it just using the USB? If so, does I have to modify some options (builds/update)?