-
- Downloads
py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.
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}.
Showing
- py/modmicropython.c 14 additions, 1 deletionpy/modmicropython.c
- py/mpconfig.h 5 additions, 0 deletionspy/mpconfig.h
- py/qstrdefs.h 2 additions, 0 deletionspy/qstrdefs.h
- stmhal/mpconfigport.h 1 addition, 0 deletionsstmhal/mpconfigport.h
- unix/mpconfigport.h 1 addition, 0 deletionsunix/mpconfigport.h
Please register or sign in to comment