circuitpython/ports/esp32s2/tools
Jeff Epler f21eec5fe1 Work for non-psram builds
This is more or less a complete re-organization of the code.

 * Use the actual byte size of the .bin file as the flash size,
   as the algorithm for packing sections into the flash is complicated
 * Match each section to a data region & find the high water mark in the
   region
 * Report on all the RAM regions, separately

Note that elftools is a requirement of esp-idf and so does not need to
be listed in our requirements.txt.
2021-05-25 10:06:31 -05:00
..
build_memory_info.py Work for non-psram builds 2021-05-25 10:06:31 -05:00
decode_backtrace.py run code formatting script 2021-03-15 19:27:36 +05:30