Skip to content

Commit

Permalink
Add MetroS3 step images, magic config + bootdisk names
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Dec 4, 2024
1 parent 00683c3 commit 1211346
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/metroesp32s2/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"boardName":"metroesp32s2",
"bootDiskName": "METROS2BOOT",
"mcuName":"esp32s2",
"mcuRefVoltage":2.6,
"displayName":"Adafruit Metro ESP32-S2",
Expand Down
2 changes: 1 addition & 1 deletion boards/metroesp32s3/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"vendor":"Adafruit",
"productURL":"https://www.adafruit.com/product/5500",
"documentationURL":"https://learn.adafruit.com/adafruit-metro-esp32-s3",
"installBoardName": "metro_esp32s3",
"bootDiskName": "METROS3BOOT",
"installMethod":"uf2",
"installBoardName": "metro_esp32s3",
"published":true,
Expand Down
Binary file added boards/metroesp32s3/images/boot-drive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/metroesp32s3/images/boot-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/metroesp32s3/images/drag-drop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/metroesp32s3/images/reset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions boards/metroesp32s3/magic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2024-11-13T19:26:40.834Z",
"exportedFromDevice": {
"board": "metroesp32s3",
"firmwareVersion": "1.0.0-beta.93"
},
"components": [
{
"name": "Dimmable LED",
"type": "dimmable_led",
"pwmSetting": "fixedFrequency",
"frequency": 5000,
"resolution": 12,
"pinName": "D13",
"isPWM": true
},
{
"name": "MAX17048/MAX17049: Battery Cell Percent",
"isI2C": true,
"type": "max17048:unitless-percent",
"period": 30,
"i2cAddress": 54,
"sensorType": "unitless-percent"
},
{
"name": "MAX17048/MAX17049: Battery Cell Voltage",
"isI2C": true,
"type": "max17048:voltage",
"period": 30,
"i2cAddress": 54,
"sensorType": "voltage"
},
{
"name": "NeoPixel",
"pixelNumber": 1,
"pixelsOrder": "GRB",
"pixelBrightness": 255,
"pinName": "D46",
"type": "neopixel",
"pixelsType": "NEOPIXEL",
"isPixel": true
}
]
}

0 comments on commit 1211346

Please sign in to comment.