mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
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>
21 lines
391 B
JSON
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"
|
|
}
|