Skip to content

Commit 58e7689

Browse files
agattidpgeorge
authored andcommittedSep 23, 2024
tools/metrics.py: Add VIRT_RV32 to the code size metrics.
This commit adds the Qemu-based RISC-V 32 bits `VIRT_RV32` board to the list of ports/boards to be built for measuring code size changes. Signed-off-by: Alessandro Gatti <[email protected]>
1 parent 8a9042a commit 58e7689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tools/metrics.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __init__(self, name, dir, output, make_flags=None):
7171
"r": PortData("nrf", "nrf", "build-PCA10040/firmware.elf"),
7272
"p": PortData("rp2", "rp2", "build-RPI_PICO_W/firmware.elf", "BOARD=RPI_PICO_W"),
7373
"d": PortData("samd", "samd", "build-ADAFRUIT_ITSYBITSY_M4_EXPRESS/firmware.elf"),
74+
"v": PortData("qemu rv32", "qemu", "build-VIRT_RV32/firmware.elf", "BOARD=VIRT_RV32"),
7475
}
7576

7677

0 commit comments

Comments
 (0)
Please sign in to comment.