diff --git a/boards/fruitjam/definition.json b/boards/fruitjam/definition.json new file mode 100644 index 0000000..0aa2737 --- /dev/null +++ b/boards/fruitjam/definition.json @@ -0,0 +1,83 @@ +{ + "boardName":"fruitjam", + "bootDiskName":"RP2350", + "mcuName":"rp2350", + "mcuRefVoltage":3.3, + "displayName":"Fruit Jam RP2350", + "vendor":"Adafruit", + "productURL":"https://www.adafruit.com/product/6200", + "documentationURL":"https://www.adafruit.com/product/6200", + "published": false, + "installMethod":"uf2", + "installBoardName":"fruitjam_tinyusb", + "components":{ + "digitalPins":[ + { + "name":"D29", + "displayName":"LED (BUILT-IN)", + "dataType":"bool", + "hasPWM":true + }, + { + "name":"D32", + "displayName":"NeoPixel", + "dataType":"bool", + "hasPWM":true + }, + { + "name":"D0", + "displayName":"Button 1", + "dataType":"bool" + }, + { + "name":"D4", + "displayName":"Button 2", + "dataType":"bool" + }, + { + "name":"D5", + "displayName":"Button 3", + "dataType":"bool" + } + ], + "analogPins":[ + { + "name":"A40", + "displayName":"A0", + "dataType":"int16" + }, + { + "name":"A41", + "displayName":"A1", + "dataType":"int16" + }, + { + "name":"A42", + "displayName":"A2", + "dataType":"int16" + }, + { + "name":"A43", + "displayName":"A3", + "dataType":"int16" + }, + { + "name":"A44", + "displayName":"A4", + "dataType":"int16" + }, + { + "name":"A45", + "displayName":"A5", + "dataType":"int16" + } + ], + "i2cPorts":[ + { + "i2cPortId":0, + "SDA":20, + "SCL":21 + } + ] + } +} diff --git a/boards/fruitjam/image.jpg b/boards/fruitjam/image.jpg new file mode 100644 index 0000000..a0b46b1 Binary files /dev/null and b/boards/fruitjam/image.jpg differ diff --git a/boards/fruitjam/images/boot-drive.png b/boards/fruitjam/images/boot-drive.png new file mode 100644 index 0000000..2a5297c Binary files /dev/null and b/boards/fruitjam/images/boot-drive.png differ diff --git a/boards/fruitjam/images/drag-drop.png b/boards/fruitjam/images/drag-drop.png new file mode 100644 index 0000000..0504fe8 Binary files /dev/null and b/boards/fruitjam/images/drag-drop.png differ diff --git a/boards/fruitjam/images/reset.png b/boards/fruitjam/images/reset.png new file mode 100644 index 0000000..c64f904 Binary files /dev/null and b/boards/fruitjam/images/reset.png differ diff --git a/boards/fruitjam/images/usb.png b/boards/fruitjam/images/usb.png new file mode 100644 index 0000000..2ce56db Binary files /dev/null and b/boards/fruitjam/images/usb.png differ