Jim Mussared cf32c2feb5 ports: Restrict board.json to standard features.
Applies to newly-added ARDUINO_PORTENTA_C33 and UM_NANOS3.

Makes the list match the standard features defined in
24a6e951ec7696b8d18d95fe5da36f7e489913d0.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-09-29 14:15:02 +10:00

26 lines
477 B
JSON

{
"deploy": [
"deploy.md"
],
"docs": "",
"features": [
"Battery Charging",
"RGB LED",
"External RAM",
"WiFi",
"BLE"
],
"features_non_filterable": [
"TinyPICO Nano Compatible"
],
"id": "nanos3",
"images": [
"unexpectedmaker_nanos3.jpg"
],
"mcu": "esp32s3",
"product": "NanoS3",
"thumbnail": "",
"url": "https://nanos3.io",
"vendor": "Unexpected Maker"
}