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>
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
ports
esp32/boards/UM_NANOS3
renesas-ra/boards/ARDUINO_PORTENTA_C33

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

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