mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 00:42:03 +08:00
boardctl: add BOARDIOC_SOFTRESETCAUSE_RESTORE_FACTORY_INQUIRY
RESTORE_FACTORY used to reset the device FACTORY_INQUIRY used to reset the device but need user confirmed. Signed-off-by: minjian.tang <minjian.tang@aqara.com>
This commit is contained in:
@@ -438,7 +438,8 @@ enum boardioc_softreset_subreason_e
|
||||
BOARDIOC_SOFTRESETCAUSE_PANIC,
|
||||
BOARDIOC_SOFTRESETCAUSE_ENTER_BOOTLOADER,
|
||||
BOARDIOC_SOFTRESETCAUSE_ENTER_RECOVERY,
|
||||
BOARDIOC_SOFTRESETCAUSE_RESTORE_FACTORY
|
||||
BOARDIOC_SOFTRESETCAUSE_RESTORE_FACTORY,
|
||||
BOARDIOC_SOFTRESETCAUSE_RESTORE_FACTORY_INQUIRY
|
||||
};
|
||||
|
||||
struct boardioc_reset_cause_s
|
||||
|
||||
Reference in New Issue
Block a user