mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-15 00:27:20 +00:00

This test verifies that the panic handler can indeed halt when configured to print and halt instead of rebboting.
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
# Panic halt CI config
|
|
CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
|
|
CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=n
|
|
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=n
|
|
CONFIG_ESP_SYSTEM_PANIC_GDBSTUB=n
|