Skip to content

Commit

Permalink
Update bootDiskName for Picos + Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Dec 2, 2024
1 parent 30fdcf4 commit cb0cc86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/rpi-pico-2w/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"boardName":"rpi-pico-2w",
"bootDiskName":"RP2350",
"mcuName":"rp2350",
"mcuRefVoltage":3.3,
"displayName":"Raspberry Pi Pico 2W",
Expand Down
1 change: 1 addition & 0 deletions boards/rpi-pico-w/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"boardName":"rpi-pico-w",
"bootDiskName":"RP2",
"mcuName":"rp2040",
"mcuRefVoltage":3.3,
"displayName":"Raspberry Pi Pico W",
Expand Down
6 changes: 6 additions & 0 deletions boards/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"minLength": 3,
"maxLength": 40
},
"bootDiskName": {
"description": "The name of the disk that the board will appear as when connected in bootloader mode to a computer. e.g. RP2",
"type": "string",
"minLength": 1,
"maxLength": 40
},
"mcuName": {
"description": "Microcontroller name.",
"type": "string",
Expand Down

0 comments on commit cb0cc86

Please sign in to comment.