Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Move port-specific test directories into tests/ports/ directory. | Damien George | 2024-01-22 |
| | | | | | | To keep them all together, mirroring the top-level directory structure. Signed-off-by: Damien George <damien@micropython.org> | ||
* | esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module. | Thorsten von Eicken | 2020-04-23 |
This commit adds an idf_heap_info(capabilities) method to the esp32 module which returns info about the ESP-IDF heaps. It's useful to get a bit of a picture of what's going on when code fails because ESP-IDF can't allocate memory anymore. Includes documentation and a test. |