sys: boardctl: Add more reset causes to enum

Signed-off-by: Andrés Sánchez Pascual <tito97_sp@hotmail.com>
This commit is contained in:
Andrés Sánchez Pascual 2022-11-13 20:43:11 +01:00 committed by Alan Carvalho de Assis
parent 990b6f2164
commit 9f029194e1

View File

@ -425,7 +425,10 @@ enum boardioc_reset_cause_e
BOARDIOC_RESETCAUSE_CORE_RWDT, /* RTC watchdog core reset */
BOARDIOC_RESETCAUSE_CPU_MWDT, /* main watchdog cpu reset */
BOARDIOC_RESETCAUSE_CPU_SOFT, /* software cpu reset */
BOARDIOC_RESETCAUSE_CPU_RWDT /* RTC watchdog cpu reset */
BOARDIOC_RESETCAUSE_CPU_RWDT, /* RTC watchdog cpu reset */
BOARDIOC_RESETCAUSE_PIN, /* Pin reset */
BOARDIOC_RESETCAUSE_LOWPOWER, /* Low power reset */
BOARDIOC_RESETCAUSE_UNKOWN /* Unknown reset cause */
};
enum boardioc_softreset_subreason_e