feat(esp-system): support reset reasons on P4

This commit is contained in:
Marius Vikhammer
2023-08-30 18:12:42 +08:00
parent 1de2c44281
commit e58becec0a
10 changed files with 121 additions and 84 deletions
@@ -34,6 +34,7 @@ typedef enum {
ESP_RST_BROWNOUT, //!< Brownout reset (software or hardware)
ESP_RST_SDIO, //!< Reset over SDIO
ESP_RST_USB, //!< Reset by USB peripheral
ESP_RST_JTAG, //!< Reset by JTAG
} esp_reset_reason_t;
/**