micropython-lib/micropython/utop
Daniël van de Giessen 54d5f7cee2
utop: Print IDF heap details.
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
2025-05-15 17:38:39 +02:00
..
README.md utop: Add initial implementation for ESP32. 2025-05-15 17:38:37 +02:00
manifest.py utop: Add initial implementation for ESP32. 2025-05-15 17:38:37 +02:00
utop.py utop: Print IDF heap details. 2025-05-15 17:38:39 +02: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_info() 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