This test fails on all esp32 boards without this fix, because the try/except that runs with the heap locked attempts to increase the size of the globals dict when assigning to the exception variable `e`. Fix that by preallocating the global variable `e`. Signed-off-by: Damien George <damien@micropython.org> |
||
|---|---|---|
| .. | ||
| check_err_str.py | ||
| check_err_str.py.exp | ||
| esp32_idf_heap_info.py | ||
| esp32_idf_heap_info.py.exp | ||
| esp32_nvs.py | ||
| esp32_nvs.py.exp | ||
| partition_ota.py | ||
| partition_ota.py.exp | ||