Skip to content

Commit

Permalink
Merge branch 'main' into update-uart-pins
Browse files Browse the repository at this point in the history
  • Loading branch information
lorennorman committed Sep 26, 2023
2 parents a93f269 + f1fef7c commit ae4074e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
10 changes: 0 additions & 10 deletions boards/funhouse/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,6 @@
"dataType":"bool",
"hasPWM":true
},
{
"name":"D10",
"displayName":"D10",
"dataType":"bool"
},
{
"name":"D11",
"displayName":"D11",
"dataType":"bool"
},
{
"name":"D44",
"displayName":"D44 (UART RX)",
Expand Down
1 change: 1 addition & 0 deletions boards/rpi-pico-w/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"productPageURL":"https://www.raspberrypi.com/products/raspberry-pi-pico/",
"documentationURL":"https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html",
"installMethod":"uf2",
"installBoardName":"picow_rp2040_tinyusb",
"components":{
"digitalPins":[
{
Expand Down
6 changes: 6 additions & 0 deletions boards/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"type": "string",
"pattern": "^(web|uf2|library|python)$"
},
"installBoardName": {
"description": "(Optional) Name to use instead of `boardName` to look up the firmware asset in the WipperSnapper Arduino Releases",
"type": "string",
"minLength": 3,
"maxLength": 40
},
"published": {
"description": "Whether this board is officially published. When false, it won't appear in the firmware installer, for instance.",
"type": "boolean"
Expand Down

0 comments on commit ae4074e

Please sign in to comment.