fix(system): update reset reasons for C6 and H2

This commit is contained in:
Marius Vikhammer
2024-02-08 18:16:36 +08:00
parent 28ff8e3788
commit c0a2043562
6 changed files with 23 additions and 7 deletions
@@ -35,6 +35,9 @@ typedef enum {
ESP_RST_SDIO, //!< Reset over SDIO
ESP_RST_USB, //!< Reset by USB peripheral
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_reset_reason_t;
/**