Skip to content

Commit

Permalink
[RP2040] bump Pico Core up to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed May 30, 2024
1 parent a011823 commit 3af9d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:
fi
if [[ "$BOARD" =~ "rp2040:rp2040:" ]]; then
arduino --pref "boardsmanager.additional.urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" --save-prefs ;
arduino --install-boards rp2040:rp2040:3.8.1 ;
arduino --install-boards rp2040:rp2040:3.9.0 ;
arduino --board $BOARD --save-prefs ;
if [[ "$BOARD" =~ "rp2040:rp2040:rpipicow" ]]; then
arduino --pref "custom_freq=rpipicow_120" --save-prefs ;
Expand Down

0 comments on commit 3af9d3e

Please sign in to comment.