22 lines
737 B
INI
22 lines
737 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter, extra scripting
|
|
; Upload options: custom port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env]
|
|
platform = raspberrypi
|
|
framework = arduino
|
|
platform_packages =
|
|
maxgerhardt/framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
|
|
maxgerhardt/toolchain-pico@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.3-a/x86_64-linux-gnu.arm-none-eabi-ed6d983.220212.tar.gz
|
|
|
|
[env:pico]
|
|
board = pico
|
|
|
|
[env:nanorp2040connect]
|
|
board = nanorp2040connect
|