summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-13 13:19:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-13 13:19:15 -0600
commit8c2f7661b762fb378415e2df4b2634910acd3eb4 (patch)
tree92510b249f88031efd0bf40bfaf06a76e45adab7 /apps/system/zmodem/Kconfig
parent92c70c86d8d7c023e16c87a1bd39cc0d7981d017 (diff)
downloadnuttx-8c2f7661b762fb378415e2df4b2634910acd3eb4.tar.gz
nuttx-8c2f7661b762fb378415e2df4b2634910acd3eb4.tar.bz2
nuttx-8c2f7661b762fb378415e2df4b2634910acd3eb4.zip
More Zmodem bugfixes and new files
Diffstat (limited to 'apps/system/zmodem/Kconfig')
-rw-r--r--apps/system/zmodem/Kconfig16
1 files changed, 13 insertions, 3 deletions
diff --git a/apps/system/zmodem/Kconfig b/apps/system/zmodem/Kconfig
index 167146e97..64ab3a92e 100644
--- a/apps/system/zmodem/Kconfig
+++ b/apps/system/zmodem/Kconfig
@@ -11,6 +11,13 @@ config SYSTEM_ZMODEM
if SYSTEM_ZMODEM
+config SYSTEM_ZMODEM_DEVNAME
+ string "Default Zmodem device"
+ default "/dev/console"
+ ---help--
+ The default device used by the Zmodem commands if the -d option is
+ not provided on the sz or rz command line. Default: "/dev/console".
+
config SYSTEM_ZMODEM_RCVBUFSIZE
int "Receive buffer size"
default 512
@@ -36,9 +43,12 @@ config SYSTEM_ZMODEM_MOUNTPOINT
string "Zmodem sandbox"
default "/tmp"
---help---
- Absolute pathes are not accepted. This configuration value must be
- set to provide the path to the file storage directory (such as a
- mountpoint directory).
+ Absolute pathes in received file names are not accepted. This
+ configuration value must be set to provide the path to the file
+ storage directory (such as a mountpoint directory).
+
+ Names of file send by the sz commond, on the other hand, must be
+ absolute paths beginning with '/'.
config SYSTEM_ZMODEM_SENDSAMPLE
bool "Reverse channel"