Skip to content

Commit

Permalink
Add pico2 to platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard authored Oct 3, 2024
1 parent 4ff6b72 commit f7663a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ lib_deps =
# USB support
Adafruit TinyUSB Library

[env:rpipico2]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
# platform = raspberrypi
board = rpipico2
board_build.core = earlephilhower
; Additional build flags for Pico 2 here
build_flags =
${env.build_flags}
; Additional libraries for Pico 2 here
lib_deps =
${env.lib_deps}

[env:raspberrypi-picow]
; Extends the above to use picow instead of pico board
extends = env:raspberrypi-pico
Expand Down

0 comments on commit f7663a7

Please sign in to comment.