index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
metrics.py
Commit message (
Expand
)
Author
Age
*
tools/metrics.py: Add VIRT_RV32 to the code size metrics.
Alessandro Gatti
2024-09-23
*
tools/metrics.py: Change rp2 board selection to RPI_PICO_W.
Damien George
2024-06-04
*
tools/metrics.py: Fix esp32 and esp8266 board names after renaming.
Damien George
2023-10-04
*
tools/metrics.py: Fix nrf and rp2 board names after renaming.
Damien George
2023-09-02
*
renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.
Takeo Takahashi
2023-04-27
*
unix/variants: Remove variant suffix from executable filename.
Damien George
2022-08-11
*
tools/metrics.py: Add mimxrt and renesas-ra to list of available ports.
Damien George
2022-06-17
*
tools/metrics.py: Add rp2 port to table of ports that can be built.
Damien George
2021-04-20
*
tools/metrics.py: Fix esp32 output filename due to move to CMake.
Damien George
2021-04-06
*
tools/metrics.py: Use OrderedDict when reading build log.
Damien George
2020-04-22
*
tools/metrics.py: Don't build mpy-cross if not needed by any ports.
Damien George
2020-04-22
*
tools/metrics.py: Add option to diff to error if delta above threshold.
Damien George
2020-04-22
*
tools/metrics.py: Use check_call instead of run to error out on error.
Damien George
2020-03-11
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
tools: Add metrics.py script to build and compute port sizes/metrics.
Damien George
2020-01-23