Skip to content

Commit 92717a9

Browse files
committed
tools/metrics.py: Fix esp32 and esp8266 board names after renaming.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 1cd6114 commit 92717a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def __init__(self, name, dir, output, make_flags=None):
6464
"n": PortData("unix nanbox", "unix", "build-nanbox/micropython", "VARIANT=nanbox"),
6565
"s": PortData("stm32", "stm32", "build-PYBV10/firmware.elf", "BOARD=PYBV10"),
6666
"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"),
67+
"8": PortData("esp8266", "esp8266", "build-ESP8266_GENERIC/firmware.elf"),
68+
"3": PortData("esp32", "esp32", "build-ESP32_GENERIC/micropython.elf"),
6969
"x": PortData("mimxrt", "mimxrt", "build-TEENSY40/firmware.elf"),
7070
"e": PortData("renesas-ra", "renesas-ra", "build-EK_RA6M2/firmware.elf"),
7171
"r": PortData("nrf", "nrf", "build-PCA10040/firmware.elf"),

0 commit comments

Comments
 (0)