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:
parent
79473691f2
commit
cf32c2feb5
ports
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user