summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-13 19:57:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-13 19:57:04 -0600
commitceeb75753a8594ceff6c1f34df03f8ae2c151d83 (patch)
treed6b369e763b8aed5afc17ccd6588c1cb7451245b /apps/system/zmodem/Kconfig
parent8c2f7661b762fb378415e2df4b2634910acd3eb4 (diff)
downloadpx4-nuttx-ceeb75753a8594ceff6c1f34df03f8ae2c151d83.tar.gz
px4-nuttx-ceeb75753a8594ceff6c1f34df03f8ae2c151d83.tar.bz2
px4-nuttx-ceeb75753a8594ceff6c1f34df03f8ae2c151d83.zip
Resolve a few Zmodem sender streaming issues
Diffstat (limited to 'apps/system/zmodem/Kconfig')
-rw-r--r--apps/system/zmodem/Kconfig20
1 files changed, 15 insertions, 5 deletions
diff --git a/apps/system/zmodem/Kconfig b/apps/system/zmodem/Kconfig
index 64ab3a92e..a622e9e8e 100644
--- a/apps/system/zmodem/Kconfig
+++ b/apps/system/zmodem/Kconfig
@@ -50,17 +50,27 @@ config SYSTEM_ZMODEM_MOUNTPOINT
Names of file send by the sz commond, on the other hand, must be
absolute paths beginning with '/'.
-config SYSTEM_ZMODEM_SENDSAMPLE
+config SYSTEM_ZMODEM_RCVSAMPLE
bool "Reverse channel"
- default y
+ default n
---help---
- Sender can sample reverse channel
+ Local sender can sample reverse channel while sending. This means
+ in particular, that Zmodem can detect if data is received from the
+ remote receiver while streaming a file to the remote receiver.
+ Support for such asychronous incoming data notification is needed to
+ support interruption of the file transfer by the remote receiver.
+
+ This capapability is not yet supported. There are only incomplete
+ hooks in the code now! Enable only if you want to see the warning.
config SYSTEM_ZMODEM_SENDATTN
bool "Attn interrupt"
- default y
+ default n
---help---
- Sender can be interrupted with ATTN
+ Local sender retains an attention string that will be sent to the remote receiver
+
+ This capapability is not yet supported. There are only incomplete
+ hooks in the code now! Enable only if you want to see the warning.
config SYSTEM_ZMODEM_ALWAYSSINT
bool "Send ZSINIT"