summaryrefslogtreecommitdiffstatshomepage
path: root/tools/metrics.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/metrics.py')
-rwxr-xr-xtools/metrics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/metrics.py b/tools/metrics.py
index c857d0733e..c79b998e18 100755
--- a/tools/metrics.py
+++ b/tools/metrics.py
@@ -66,6 +66,8 @@ port_data = {
"c": PortData("cc3200", "cc3200", "build/WIPY/release/application.axf", "BTARGET=application"),
"8": PortData("esp8266", "esp8266", "build-GENERIC/firmware.elf"),
"3": PortData("esp32", "esp32", "build-GENERIC/micropython.elf"),
+ "x": PortData("mimxrt", "mimxrt", "build-TEENSY40/firmware.elf"),
+ "e": PortData("renesas-ra", "renesas-ra", "build-RA6M2_EK/firmware.elf"),
"r": PortData("nrf", "nrf", "build-pca10040/firmware.elf"),
"p": PortData("rp2", "rp2", "build-PICO/firmware.elf"),
"d": PortData("samd", "samd", "build-ADAFRUIT_ITSYBITSY_M4_EXPRESS/firmware.elf"),