We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd6114 commit 92717a9Copy full SHA for 92717a9
1 file changed
tools/metrics.py
@@ -64,8 +64,8 @@ def __init__(self, name, dir, output, make_flags=None):
64
"n": PortData("unix nanbox", "unix", "build-nanbox/micropython", "VARIANT=nanbox"),
65
"s": PortData("stm32", "stm32", "build-PYBV10/firmware.elf", "BOARD=PYBV10"),
66
"c": PortData("cc3200", "cc3200", "build/WIPY/release/application.axf", "BTARGET=application"),
67
- "8": PortData("esp8266", "esp8266", "build-GENERIC/firmware.elf"),
68
- "3": PortData("esp32", "esp32", "build-GENERIC/micropython.elf"),
+ "8": PortData("esp8266", "esp8266", "build-ESP8266_GENERIC/firmware.elf"),
+ "3": PortData("esp32", "esp32", "build-ESP32_GENERIC/micropython.elf"),
69
"x": PortData("mimxrt", "mimxrt", "build-TEENSY40/firmware.elf"),
70
"e": PortData("renesas-ra", "renesas-ra", "build-EK_RA6M2/firmware.elf"),
71
"r": PortData("nrf", "nrf", "build-PCA10040/firmware.elf"),
0 commit comments