diff options
author | Daniël van de Giessen <daniel@dvdgiessen.nl> | 2025-06-30 13:52:52 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-06 00:14:10 +1000 |
commit | 431b79146e4c8611144795eebf4e7645aa0c6591 (patch) | |
tree | 90521d3dcc9de666aa3e7f6d6f2d912962ffe382 /ports/unix/variants/coverage/frzmpy | |
parent | a9801f9960ea2b8e94d5626840c97bc45286e1a3 (diff) | |
download | micropython-master.tar.gz micropython-master.zip |
The IDF panic handler resets the watchdog timeout to prevent the printing
of the error message from being cut off by a WDT reset. We use the exact
same function call in our wrapper function for the same purpose.
In IDFv5.4.2 the function used for this was changed from
`esp_panic_handler_reconfigure_wdts` to `esp_panic_handler_feed_wdts`,
specifically in this commit:
https://github.com/espressif/esp-idf/commit/cd887ef59a7b966a7f431754aaec6ee653849d77
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
Diffstat (limited to 'ports/unix/variants/coverage/frzmpy')
0 files changed, 0 insertions, 0 deletions