From 75c9ed72d117d2912b93b6808b0aaa0009f343d6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 4 Nov 2019 07:48:51 -0600 Subject: [PATCH] apps/nshlib/README.txt: Update README to at least mention the new pmconfig command. --- nshlib/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nshlib/README.txt b/nshlib/README.txt index b3ba71aa2..87a693c8b 100644 --- a/nshlib/README.txt +++ b/nshlib/README.txt @@ -984,6 +984,10 @@ o passwd Set the password for the existing user to +o pmconfig [stay|relax] [normal|idle|standby|sleep] + + Control power management subsystem. + o poweroff [] Shutdown and power off the system. This command depends on board- @@ -1465,6 +1469,7 @@ Command Dependencies on Configuration Settings nfsmount !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NET && CONFIG_NFS nslookup CONFIG_LIBC_NETDB && CONFIG_NETDB_DNSCLIENT password !CONFIG_DISABLE_MOUNTPOINT && CONFIG_FS_WRITABLE && CONFIG_NSH_LOGIN_PASSWD + pmconfig CONFIG_PM && !CONFIG_NSH_DISABLE_PMCONFIG poweroff CONFIG_BOARDCTL_POWEROFF ps CONFIG_FS_PROCFS && !CONFIG_FS_PROCFS_EXCLUDE_PROC put CONFIG_NET && CONFIG_NET_UDP && MTU >= 558 (see note 1,2)