summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-15 16:21:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-15 16:21:20 -0600
commit771e38ff1b1d126bcaf8eb7b72d1c45c6bdec2be (patch)
treef1f07532d961c5bb5e5379a78dea0cd57022c755 /apps/ChangeLog.txt
parent2ec900deababd3ae9be28e9673764866f1a72fbc (diff)
downloadpx4-nuttx-771e38ff1b1d126bcaf8eb7b72d1c45c6bdec2be.tar.gz
px4-nuttx-771e38ff1b1d126bcaf8eb7b72d1c45c6bdec2be.tar.bz2
px4-nuttx-771e38ff1b1d126bcaf8eb7b72d1c45c6bdec2be.zip
Fix file write loop
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 9f49a3077..0029d0ca8 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -604,6 +604,9 @@
* apps/system/zmodem: Add configuration support and a build framework
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
+ * apps/system/zmodem: The 'sz' command is now complete and seems
functional (given on light testing). The rz command logic exists but
- is still untested and not yet checked in.
+ is still untested and not yet checked in (2013-7-13).
+ * apps/system/zmodem: The 'rz' command is now complete and functional
+ under certain conditaions. There are, however, some data overrun
+ issues that I am still uncertain how should be handled (2012-7-15).