summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
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/ChangeLog.txt
parent8c2f7661b762fb378415e2df4b2634910acd3eb4 (diff)
downloadnuttx-ceeb75753a8594ceff6c1f34df03f8ae2c151d83.tar.gz
nuttx-ceeb75753a8594ceff6c1f34df03f8ae2c151d83.tar.bz2
nuttx-ceeb75753a8594ceff6c1f34df03f8ae2c151d83.zip
Resolve a few Zmodem sender streaming issues
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 08d2cca32..9f49a3077 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -602,5 +602,8 @@
Change to prevent some false alarm debug assertions (From Chia Cheng
Tao, 2013-7-9).
* apps/system/zmodem: Add configuration support and a build framework
- for the Zmodem sz and rz command (which don't actually exist yet).
- (2013-7-12).
+ for the Zmodem sz and rz command (which exist but have not yet been
+ checked in) (2013-7-12).
+ * apps/system/zmodem: The 'sz' command is not complete and seems
+ functional (given on light testing). The rz command logic exists but
+ is still untested and not yet checked in.