micropython-lib/micropython/utop
Daniël van de Giessen 065316c512
utop: Print IDF heap details.
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
2024-03-07 15:33:14 +01:00
..
README.md utop: Add initial implementation for ESP32. 2024-03-07 15:33:13 +01:00
manifest.py utop: Add initial implementation for ESP32. 2024-03-07 15:33:13 +01:00
utop.py utop: Print IDF heap details. 2024-03-07 15:33:14 +01:00

README.md

utop

Provides a top-like live overview of the running system.

On the esp32 port this depends on the esp32.idf_task_stats() function, which can be enabled by adding the following lines to the board sdkconfig:

CONFIG_FREERTOS_USE_TRACE_FACILITY=y
CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y