Files
micropython/ports/esp32/boards/UM_TINYPICO/board.json
Matt Trentini b704ff66c3 esp32/boards: Remove all IDF3 variants.
IDF 3 builds are very old now (it seems like the last successful builds are
from 2021), and the current IDF 5 is stable.  So remove IDF 3 variants.

Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
2024-08-20 12:49:12 +10:00

27 lines
505 B
JSON

{
"deploy": [
"deploy.md"
],
"docs": "",
"features": [
"BLE",
"Battery Charging",
"External Flash",
"External RAM",
"RGB LED",
"USB-C",
"WiFi"
],
"features_non_filterable": [
"TinyPICO Compatible"
],
"images": [
"unexpectedmaker_tinypico.jpg"
],
"mcu": "esp32",
"product": "TinyPICO",
"thumbnail": "",
"url": "https://www.tinypico.com/",
"vendor": "Unexpected Maker"
}