wdt: Updates

This commit is contained in:
KonstantinKondrashov
2021-03-18 02:31:28 +08:00
parent 8c4d9fa66e
commit a90f29fced
3 changed files with 8 additions and 3 deletions

View File

@@ -58,6 +58,10 @@ static void IRAM_ATTR esp_crosscore_isr(void *arg)
* to allow DFS features without the extra latency of the ISR hook.
*/
}
// TODO: ESP32-C3 IDF-2986
// if (my_reason_val & REASON_PRINT_BACKTRACE) {
// esp_backtrace_print(100);
// }
}
// Initialize the crosscore interrupt on this core.