mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2025-01-19 16:38:39 +01:00
26 lines
852 B
INI
26 lines
852 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env]
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
framework = arduino
|
|
board_build.core = earlephilhower
|
|
board_build.filesystem_size = 0.5m
|
|
|
|
[env:pico]
|
|
board = pico
|
|
; if using picoprobe SWD upload / debugging
|
|
;upload_protocol = picoprobe
|
|
;debug_tool = picoprobe
|
|
; note: newer PicoProbe firmwares emulate a CMSIS-DAP, so you
|
|
; use "cmsis-dap" as upload_protocol and debug_tool.
|
|
; for more info see docs https://arduino-pico.readthedocs.io/en/latest/platformio.html |