mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02:00
This allows to enable mem-info functions in micropython module, even if MICROPY_MEM_STATS is not enabled. In this case, you get mem_info and qstr_info but not mem_{total,current,peak}.