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>
This commit is contained in:
Jim Mussared 2023-09-28 15:08:50 +10:00 committed by Damien George
parent 79473691f2
commit cf32c2feb5
2 changed files with 7 additions and 8 deletions

View file

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

View file

@ -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"