Files
micropython/ports/samd/boards/ADAFRUIT_QTPY_SAMD21/board.json
robert-hh 6cbe145ca8 samd/boards: Add support for the Adafruit QT Py board.
Supporting a variant with an optional SPIFLASH device as well.  Tested both
variants with a QT Py board.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-02-07 18:02:47 +11:00

21 lines
391 B
JSON

{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [
"USB-C"
],
"images": [
"qt_py_samd21.jpg"
],
"mcu": "samd21",
"product": "QT Py - SAMD21",
"thumbnail": "",
"url": "https://www.adafruit.com/product/4600",
"variants": {
"SPIFLASH": "Support for an external Flash chip"
},
"vendor": "Adafruit"
}