Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5282 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3c077acd5c
commit
74ee7af434
@ -14,7 +14,7 @@ if EXAMPLES_WGETJSON
|
|||||||
|
|
||||||
config EXAMPLES_WGETJSON_MAXSIZE
|
config EXAMPLES_WGETJSON_MAXSIZE
|
||||||
int "Max. JSON Buffer Size"
|
int "Max. JSON Buffer Size"
|
||||||
default 10240
|
default 1024
|
||||||
|
|
||||||
config EXAMPLES_WGETJSON_URL
|
config EXAMPLES_WGETJSON_URL
|
||||||
string "wget URL"
|
string "wget URL"
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef CONFIG_EXAMPLES_WGETJSON_MAXSIZE
|
#ifndef CONFIG_EXAMPLES_WGETJSON_MAXSIZE
|
||||||
# define CONFIG_EXAMPLES_WGETJSON_MAXSIZE 1024*10
|
# define CONFIG_EXAMPLES_WGETJSON_MAXSIZE 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_EXAMPLES_EXAMPLES_WGETJSON_URL
|
#ifndef CONFIG_EXAMPLES_EXAMPLES_WGETJSON_URL
|
||||||
|
@ -235,6 +235,10 @@ o test <expression>
|
|||||||
integer -gt integer | integer -le integer |
|
integer -gt integer | integer -le integer |
|
||||||
integer -lt integer | integer -ne integer
|
integer -lt integer | integer -ne integer
|
||||||
|
|
||||||
|
o base64dec [-w] [-f] <string or filepath>
|
||||||
|
|
||||||
|
o base64dec [-w] [-f] <string or filepath>
|
||||||
|
|
||||||
o cat <path> [<path> [<path> ...]]
|
o cat <path> [<path> [<path> ...]]
|
||||||
|
|
||||||
This command copies and concatentates all of the files at <path>
|
This command copies and concatentates all of the files at <path>
|
||||||
@ -257,10 +261,6 @@ o cd [<dir-path>|-|~|..]
|
|||||||
'home' directory is '/'.
|
'home' directory is '/'.
|
||||||
'cd ..' sets the current working directory to the parent directory.
|
'cd ..' sets the current working directory to the parent directory.
|
||||||
|
|
||||||
o base64dec [-w] [-f] <string or filepath>
|
|
||||||
|
|
||||||
o base64dec [-w] [-f] <string or filepath>
|
|
||||||
|
|
||||||
o cp <source-path> <dest-path>
|
o cp <source-path> <dest-path>
|
||||||
|
|
||||||
Copy of the contents of the file at <source-path> to the location
|
Copy of the contents of the file at <source-path> to the location
|
||||||
@ -874,6 +874,8 @@ Command Dependencies on Configuration Settings
|
|||||||
test !CONFIG_NSH_DISABLESCRIPT
|
test !CONFIG_NSH_DISABLESCRIPT
|
||||||
umount !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_FS_READABLE
|
umount !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_FS_READABLE
|
||||||
unset !CONFIG_DISABLE_ENVIRON
|
unset !CONFIG_DISABLE_ENVIRON
|
||||||
|
urldecode CONFIG_NETUTILS_CODECS && CONFIG_CODECS_URLCODE
|
||||||
|
urlencode CONFIG_NETUTILS_CODECS && CONFIG_CODECS_URLCODE
|
||||||
usleep !CONFIG_DISABLE_SIGNALS
|
usleep !CONFIG_DISABLE_SIGNALS
|
||||||
get CONFIG_NET && CONFIG_NET_TCP && CONFIG_NFILE_DESCRIPTORS > 0
|
get CONFIG_NET && CONFIG_NET_TCP && CONFIG_NFILE_DESCRIPTORS > 0
|
||||||
xd ---
|
xd ---
|
||||||
|
Loading…
Reference in New Issue
Block a user