Skip to content

Commit

Permalink
Temporarily switch to riscv branch to make examples build again
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Sep 27, 2024
1 parent bd17d78 commit 2a8c40e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ board = pimoroni_pga2040
[env:rpipicow]
board = rpipicow

; RP2350 based
; RP2350 based (ARM)
[env:rpipico2]
board = rpipico2
board = rpipico2

; RP2350 based (RISC-V)
[env:rpipico2-riscv]
board = rpipico2
board_build.mcu = rp2350-riscv
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "framework",
"optional": true,
"owner": "earlephilhower",
"version": "https://github.com/earlephilhower/arduino-pico.git#a6ab6e1f95bc1428d667d55ea7173c0744acc03c"
"version": "https://github.com/earlephilhower/arduino-pico.git#riscv"
},
"framework-picosdk": {
"type": "framework",
Expand Down

0 comments on commit 2a8c40e

Please sign in to comment.