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
24a6e951ec.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/12538/head
Jim Mussared 2023-09-28 15:08:50 +10:00 zatwierdzone przez Damien George
rodzic 79473691f2
commit cf32c2feb5
2 zmienionych plików z 7 dodań i 8 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
"features": [
"Battery Charging",
"RGB LED",
"SPIRAM",
"External RAM",
"WiFi",
"BLE"
],

Wyświetl plik

@ -4,13 +4,12 @@
],
"docs": "",
"features": [
"512KB SRAM",
"2MB Flash",
"16MB QSPI Flash",
"USB High Speed Phy",
"10/100 Ethernet Phy",
"ESP32 WiFi/BT Module",
"NXP SE050 crypto device"
"BLE",
"Ethernet",
"External Flash",
"Secure Element",
"USB-C",
"WiFi"
],
"images": [
"ABX00074_01.iso_1000x750.jpg"