Skip to content

Commit 19cc4d7

Browse files
committed
Update core, pimoroni pga2040 support
1 parent 4c4ed63 commit 19cc4d7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

boards/pimoroni_pga2040.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"arduino": {
44
"earlephilhower": {
5-
"boot2_source": "boot2_w25q64j_padded_checksummed.S",
5+
"boot2_source": "boot2_w25q64jv_4_padded_checksum.S",
66
"usb_vid": "0x2E8A",
77
"usb_pid": "0x1008"
88
}

examples/arduino-blink/platformio.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ board = seeed_xiao_rp2040
4040
[env:sparkfun_thingplusrp2040]
4141
board = sparkfun_thingplusrp2040
4242

43+
[env:pimoroni_pga2040]
44+
board = pimoroni_pga2040
45+
4346
[env:rpipicow]
4447
board = rpipicow

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"type": "framework",
4848
"optional": true,
4949
"owner": "earlephilhower",
50-
"version": "https://github.com/earlephilhower/arduino-pico.git#075958883ff4b5c319e49b1646d2aac50fc149ef"
50+
"version": "https://github.com/earlephilhower/arduino-pico.git#4fdcc6e5ac4c3f7d84769f7c31dc4efe18ab14ee"
5151
},
5252
"tool-rp2040tools": {
5353
"type": "uploader",

0 commit comments

Comments
 (0)