mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 04:10:38 +08:00
apps/nshlib/README.txt: Update README to at least mention the new pmconfig command.
This commit is contained in:
parent
42aaecf1d1
commit
75c9ed72d1
@ -984,6 +984,10 @@ o passwd <username> <password>
|
|||||||
|
|
||||||
Set the password for the existing user <username> to <password>
|
Set the password for the existing user <username> to <password>
|
||||||
|
|
||||||
|
o pmconfig [stay|relax] [normal|idle|standby|sleep]
|
||||||
|
|
||||||
|
Control power management subsystem.
|
||||||
|
|
||||||
o poweroff [<n>]
|
o poweroff [<n>]
|
||||||
|
|
||||||
Shutdown and power off the system. This command depends on board-
|
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
|
nfsmount !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NET && CONFIG_NFS
|
||||||
nslookup CONFIG_LIBC_NETDB && CONFIG_NETDB_DNSCLIENT
|
nslookup CONFIG_LIBC_NETDB && CONFIG_NETDB_DNSCLIENT
|
||||||
password !CONFIG_DISABLE_MOUNTPOINT && CONFIG_FS_WRITABLE && CONFIG_NSH_LOGIN_PASSWD
|
password !CONFIG_DISABLE_MOUNTPOINT && CONFIG_FS_WRITABLE && CONFIG_NSH_LOGIN_PASSWD
|
||||||
|
pmconfig CONFIG_PM && !CONFIG_NSH_DISABLE_PMCONFIG
|
||||||
poweroff CONFIG_BOARDCTL_POWEROFF
|
poweroff CONFIG_BOARDCTL_POWEROFF
|
||||||
ps CONFIG_FS_PROCFS && !CONFIG_FS_PROCFS_EXCLUDE_PROC
|
ps CONFIG_FS_PROCFS && !CONFIG_FS_PROCFS_EXCLUDE_PROC
|
||||||
put CONFIG_NET && CONFIG_NET_UDP && MTU >= 558 (see note 1,2)
|
put CONFIG_NET && CONFIG_NET_UDP && MTU >= 558 (see note 1,2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user