-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
33 lines (29 loc) · 912 Bytes
/
platformio.ini
File metadata and controls
33 lines (29 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
; 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
[platformio]
default_envs = pico_uf2
[env]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0
platform_packages =
framework-arduinopico @ https://github.com/earlephilhower/arduino-pico.git#master
lib_deps =
https://github.com/kristianwiklund/fatfs-spi-pico
; file://../fatfs-spi-pico
[env:pico_uf2]
upload_protocol = mbed
board = pico
[env:pico_probe]
upload_protocol = cmsis-dap
build_type = debug
debug_tool = picoprobe
board = pico