docs(system): add cpu lock up description

This commit is contained in:
Marius Vikhammer
2024-08-26 11:59:51 +08:00
parent ae71b5984b
commit baf026dcf8
8 changed files with 29 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ typedef enum {
ESP_RST_JTAG, //!< Reset by JTAG
ESP_RST_EFUSE, //!< Reset due to efuse error
ESP_RST_PWR_GLITCH, //!< Reset due to power glitch detected
ESP_RST_CPU_LOCKUP, //!< Reset due to CPU lock up
ESP_RST_CPU_LOCKUP, //!< Reset due to CPU lock up (double exception)
} esp_reset_reason_t;
/**