35 lines
917 B
INI
35 lines
917 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
|
|
|
|
[env:pico]
|
|
board = pico
|
|
; "pico" board can use both mbed and earlephilhower core, must select here
|
|
board_build.core = earlephilhower
|
|
|
|
[env:nanorp2040connect]
|
|
board = nanorp2040connect
|
|
; "nanorp2040connect" board can use both mbed and earlephilhower core, must select here
|
|
board_build.core = earlephilhower
|
|
|
|
; earlephilhower-only boards
|
|
[env:rpipico]
|
|
board = rpipico
|
|
|
|
[env:adafruit_feather]
|
|
board = adafruit_feather
|
|
|
|
[env:seeed_xiao_rp2040]
|
|
board = seeed_xiao_rp2040
|
|
|
|
[env:sparkfun_thingplusrp2040]
|
|
board = sparkfun_thingplusrp2040 |