fix(system): update reset reasons for C6 and H2
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user