mirror of
https://github.com/micropython/micropython.git
synced 2026-02-01 16:50:27 +01:00
The main functionality of this info function is available via the existing micropython.mem_info() and micropython.qstr_info() functions. The printing of the address space layout doesn't add much and removing esp.info() saves about 600 bytes. Signed-off-by: Damien George <damien@micropython.org>