Skip to content

Commit 750f07c

Browse files
authored
Merge pull request #8 from maxgerhardt/patchup
Patchup
2 parents 8d7a063 + 15497ac commit 750f07c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+133
-330
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
example:
1212
- "examples/arduino-blink"
13-
- "examples/arduino-blink"
14-
- "examples/arduino-blink-earlephilhower"
13+
- "examples/arduino-external-libs"
1514
runs-on: ${{ matrix.os }}
1615
steps:
1716
- uses: actions/checkout@v3

boards/adafruit_feather.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_feather",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_feather",
1717
"boot2_source": "boot2_w25x10cl_4_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x80f1",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "Feather RP2040"
19+
"usb_pid": "0x80f1"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/adafruit_itsybitsy.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_itsybitsy",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_itsybitsy",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x80fd",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "ItsyBitsy RP2040"
19+
"usb_pid": "0x80fd"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/adafruit_kb2040.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_kb2040",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_kb2040",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x8105",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "KB2040"
19+
"usb_pid": "0x8105"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/adafruit_macropad2040.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_macropad2040",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_macropad2040",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x8107",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "MacroPad RP2040"
19+
"usb_pid": "0x8107"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/adafruit_qtpy.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_qtpy",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_qtpy",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x80f7",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "QT Py RP2040"
19+
"usb_pid": "0x80f7"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/adafruit_stemmafriend.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_stemmafriend",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_stemmafriend",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x80e3",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "STEMMA Friend RP2040"
19+
"usb_pid": "0x80e3"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/adafruit_trinkeyrp2040qt.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "adafruit_trinkeyrp2040qt",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "adafruit_trinkeyrp2040qt",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x239a",
19-
"usb_pid": "0x8109",
20-
"usb_manufacturer": "Adafruit",
21-
"usb_product": "Trinkey RP2040 QT"
19+
"usb_pid": "0x8109"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Adafruit"
52-
}
50+
}

boards/arduino_nano_connect.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "arduino_nano_connect",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "arduino_nano_connect",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x2341",
19-
"usb_pid": "0x0058",
20-
"usb_manufacturer": "Arduino",
21-
"usb_product": "Nano RP2040 Connect"
19+
"usb_pid": "0x0058"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "Arduino"
52-
}
50+
}

boards/challenger_2040_lora.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
]
1212
],
1313
"mcu": "rp2040",
14+
"variant": "challenger_2040_lora",
1415
"arduino": {
1516
"earlephilhower": {
16-
"variant": "challenger_2040_lora",
1717
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
1818
"usb_vid": "0x2e8a",
19-
"usb_pid": "0x1023",
20-
"usb_manufacturer": "iLabs",
21-
"usb_product": "Challenger 2040 LoRa"
19+
"usb_pid": "0x1023"
2220
}
2321
}
2422
},
@@ -49,4 +47,4 @@
4947
},
5048
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
5149
"vendor": "iLabs"
52-
}
50+
}

0 commit comments

Comments
 (0)