Update core, pimoroni pga2040 support

This commit is contained in:
unknown 2022-10-21 14:42:33 +02:00
parent 4c4ed63756
commit 19cc4d7502
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"build": { "build": {
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q64j_padded_checksummed.S", "boot2_source": "boot2_w25q64jv_4_padded_checksum.S",
"usb_vid": "0x2E8A", "usb_vid": "0x2E8A",
"usb_pid": "0x1008" "usb_pid": "0x1008"
} }

View File

@ -40,5 +40,8 @@ board = seeed_xiao_rp2040
[env:sparkfun_thingplusrp2040] [env:sparkfun_thingplusrp2040]
board = sparkfun_thingplusrp2040 board = sparkfun_thingplusrp2040
[env:pimoroni_pga2040]
board = pimoroni_pga2040
[env:rpipicow] [env:rpipicow]
board = rpipicow board = rpipicow

View File

@ -47,7 +47,7 @@
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"owner": "earlephilhower", "owner": "earlephilhower",
"version": "https://github.com/earlephilhower/arduino-pico.git#075958883ff4b5c319e49b1646d2aac50fc149ef" "version": "https://github.com/earlephilhower/arduino-pico.git#4fdcc6e5ac4c3f7d84769f7c31dc4efe18ab14ee"
}, },
"tool-rp2040tools": { "tool-rp2040tools": {
"type": "uploader", "type": "uploader",