Merge pull request #210 from brentru/finish-fruitjam

Add boot drive images for FruitJam
This commit is contained in:
Brent Rubell 2025-08-13 16:07:15 -04:00 committed by GitHub
commit c61db3f8cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 52 additions and 1 deletions

View file

@ -7,7 +7,7 @@
"vendor":"Adafruit",
"productURL":"https://www.adafruit.com/product/6200",
"documentationURL":"https://www.adafruit.com/product/6200",
"published": false,
"published": true,
"installMethod":"uf2",
"installBoardName":"fruitjam_tinyusb",
"components":{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,51 @@
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2025-08-13T17:48:53.128Z",
"exportedFromDevice": {
"board": "fruitjam",
"firmwareVersion": "1.0.0-beta.111"
},
"components": [
{
"name": "NeoPixel",
"pixelNumber": 5,
"pixelsOrder": "GRB",
"pixelBrightness": 255,
"pinName": "D32",
"type": "neopixel",
"pixelsType": "NEOPIXEL",
"isPixel": true
},
{
"name": "Push Button",
"pinName": "D0",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"isPin": true,
"pull": "UP"
},
{
"name": "Push Button 2",
"pinName": "D4",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"pull": "UP",
"isPin": true
},
{
"name": "Push Button 3",
"pinName": "D5",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"pull": "UP",
"isPin": true
}
]
}