From cf32c2feb519367e1f6ca1d6ed146269022090aa Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Thu, 28 Sep 2023 15:08:50 +1000 Subject: [PATCH] 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 --- ports/esp32/boards/UM_NANOS3/board.json | 2 +- .../boards/ARDUINO_PORTENTA_C33/board.json | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ports/esp32/boards/UM_NANOS3/board.json b/ports/esp32/boards/UM_NANOS3/board.json index 2eb40ac3c9..b213a8ad6b 100644 --- a/ports/esp32/boards/UM_NANOS3/board.json +++ b/ports/esp32/boards/UM_NANOS3/board.json @@ -6,7 +6,7 @@ "features": [ "Battery Charging", "RGB LED", - "SPIRAM", + "External RAM", "WiFi", "BLE" ], diff --git a/ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/board.json b/ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/board.json index 18e6fe65e4..4c4d4e4326 100644 --- a/ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/board.json +++ b/ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/board.json @@ -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"