mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +08:00
pmconfig: add mulit domain support
pmconfig [domain] pmconfig relax/stay state [domain] Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
This commit is contained in:
@@ -402,8 +402,8 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_PM) && !defined(CONFIG_NSH_DISABLE_PMCONFIG)
|
||||
{ "pmconfig", cmd_pmconfig, 1, 3,
|
||||
"[stay|relax] [normal|idle|standby|sleep]" },
|
||||
{ "pmconfig", cmd_pmconfig, 1, 4,
|
||||
"[stay|relax] [normal|idle|standby|sleep] [domain]" },
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_BOARDCTL_POWEROFF) && !defined(CONFIG_NSH_DISABLE_POWEROFF)
|
||||
|
Reference in New Issue
Block a user