Lines Matching refs:panic
8 If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is
9 invoked. Configure the panic handler's action here.
29 bool "GDBStub on panic"
123 …If enabled, the permission control module watches all the memory access and fires the panic handler
372 … interrupt handler did not return. It will try to invoke the panic handler first and failing that
401 bool "Invoke panic handler on Task Watchdog timeout"
406 trigger the panic handler when it times out. This can also be configured
463 bool "Place panic handler code in IRAM"
466 … If this option is disabled (default), the panic handler code is placed in flash not IRAM.
467 This means that if ESP-IDF crashes while flash cache is disabled, the panic handler will
471 … If this option is enabled, the panic handler code (including required UART functions) is placed