We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6b72 commit f7663a7Copy full SHA for f7663a7
platformio.ini
@@ -90,6 +90,18 @@ lib_deps =
90
# USB support
91
Adafruit TinyUSB Library
92
93
+[env:rpipico2]
94
+platform = https://github.com/maxgerhardt/platform-raspberrypi.git
95
+# platform = raspberrypi
96
+board = rpipico2
97
+board_build.core = earlephilhower
98
+; Additional build flags for Pico 2 here
99
+build_flags =
100
+ ${env.build_flags}
101
+; Additional libraries for Pico 2 here
102
+lib_deps =
103
+ ${env.lib_deps}
104
+
105
[env:raspberrypi-picow]
106
; Extends the above to use picow instead of pico board
107
extends = env:raspberrypi-pico
0 commit comments