Skip to content

Commit 42a5d80

Browse files
committed
add descriptions; fixes microsoft/devicescript#313
1 parent 80510ef commit 42a5d80

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

boards/rp2040/msr124.board.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "../rp2040deviceconfig.schema.json",
33
"devName": "MSR RP2040 Brain 124 v0.1",
4+
"$description": "Prototype board",
45
"productId": "0x3875e80d",
56
"setupPins": [
67
{

boards/rp2040/msr59.board.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "../rp2040deviceconfig.schema.json",
33
"devName": "MSR Brain RP2040 59 v0.1",
4+
"$description": "Prototype board",
45
"productId": "0x35a678a3",
56
"jacdac": {
67
"$connector": "Jacdac",

boards/rp2040/pico.board.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "../rp2040deviceconfig.schema.json",
33
"devName": "Raspberry Pi Pico",
4+
"$description": "RP2040 board from Raspberry Pi.",
45
"url": "https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html",
56
"productId": "0x3f6e1f0c",
67
"led": {

boards/rp2040w/pico_w.board.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "../rp2040deviceconfig.schema.json",
33
"devName": "Raspberry Pi Pico W",
4+
"$description": "RP2040 board from Raspberry Pi with a WiFi chip.",
45
"url": "https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html",
56
"productId": "0x3a513204",
67
"pins": {

0 commit comments

Comments
 (0)