Searched refs:panic (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | debug_helpers.c | 36 static void IRAM_ATTR print_entry(uint32_t pc, uint32_t sp, bool panic) in print_entry() argument 38 if (panic) { in print_entry() 48 static void IRAM_ATTR print_str(const char* str, bool panic) in print_str() argument 50 if (panic) { in print_str() 57 …IRAM_ATTR esp_backtrace_print_from_frame(int depth, const esp_backtrace_frame_t* frame, bool panic) in esp_backtrace_print_from_frame() argument 68 print_str("\r\n\r\nBacktrace:", panic); in esp_backtrace_print_from_frame() 69 print_entry(esp_cpu_process_stack_pc(stk_frame.pc), stk_frame.sp, panic); in esp_backtrace_print_from_frame() 82 print_entry(esp_cpu_process_stack_pc(stk_frame.pc), stk_frame.sp, panic); in esp_backtrace_print_from_frame() 88 print_str(" |<-CORRUPTED", panic); in esp_backtrace_print_from_frame() 91 print_str(" |<-CONTINUES", panic); in esp_backtrace_print_from_frame() [all …]
|
/hal_espressif-latest/components/esp_system/task_wdt/ |
D | task_wdt.c | 74 bool panic; // Flag to trigger panic when TWDT times out member 364 static void task_wdt_timeout_handling(int cores_fail, bool panic) in task_wdt_timeout_handling() argument 373 if (p_twdt_obj->panic) { in task_wdt_timeout_handling() 459 static void task_wdt_timeout_handling(int cores_fail, bool panic) in task_wdt_timeout_handling() argument 463 if (panic) { in task_wdt_timeout_handling() 539 bool panic = p_twdt_obj->panic; in task_wdt_isr() local 565 task_wdt_timeout_handling(cpus_fail, panic); in task_wdt_isr() 581 obj->panic = config->trigger_panic; in esp_task_wdt_init() 628 p_twdt_obj->panic = config->trigger_panic; in esp_task_wdt_reconfigure()
|
/hal_espressif-latest/components/esp_system/ |
D | CMakeLists.txt | 29 "panic.c" 109 # [refactor-todo] requirement from the panic handler, 110 # need to introduce panic "event" concept to remove this dependency (IDF-2194)
|
D | Kconfig | 16 If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is 17 invoked. Configure the panic handler's action here. 37 bool "GDBStub on panic" 57 After the panic handler executes, you can specify a number of seconds to 147 …If enabled, the permission control module watches all the memory access and fires the panic handler 392 … interrupt handler did not return. It will try to invoke the panic handler first and failing that 439 bool "Invoke panic handler on Task Watchdog timeout" 444 trigger the panic handler when it times out. This can also be configured 501 bool "Place panic handler code in IRAM" 504 … If this option is disabled (default), the panic handler code is placed in flash not IRAM. [all …]
|
D | linker.lf | 5 panic (noflash)
|
/hal_espressif-latest/components/esp_system/include/ |
D | esp_debug_helpers.h | 99 esp_err_t esp_backtrace_print_from_frame(int depth, const esp_backtrace_frame_t* frame, bool panic);
|
/hal_espressif-latest/components/esp_app_format/ |
D | Kconfig.projbuild | 46 if it needs to be printed by the panic handler code.
|
/hal_espressif-latest/components/newlib/ |
D | esp32-spiram-rom-functions-c.lf | 20 # code. (such as panic or abort)
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 19 is seen as an error making the CPU panic. If this is enabled, booting will complete
|