mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(soc): add missing reset reasons for the ESP32-C61
This commit is contained in:
@@ -46,6 +46,8 @@ typedef enum {
|
||||
RESET_REASON_CORE_USB_UART = 0x15, // USB UART resets the digital core (hp system)
|
||||
RESET_REASON_CORE_USB_JTAG = 0x16, // USB JTAG resets the digital core (hp system)
|
||||
RESET_REASON_CPU0_JTAG = 0x18, // JTAG resets the CPU 0
|
||||
RESET_REASON_RTC_BROWN_OUT = 0x19, // RTC power glitch resets system
|
||||
RESET_REASON_CPU_LOCKUP = 0x1A, // CPU lockup resets
|
||||
} soc_reset_reason_t;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user