summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-12 16:01:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-12 16:01:37 -0600
commit97a9ac8e49b06572bf929529366d7000e6dfa0ee (patch)
tree5e16267087f820c59fcd552b05c1205c553ca4ef /apps/ChangeLog.txt
parent0f587cfa8c982f90b28780136c6e6436b666c92d (diff)
downloadnuttx-97a9ac8e49b06572bf929529366d7000e6dfa0ee.tar.gz
nuttx-97a9ac8e49b06572bf929529366d7000e6dfa0ee.tar.bz2
nuttx-97a9ac8e49b06572bf929529366d7000e6dfa0ee.zip
Build/test framework for the Zmodem sz and rz commands which are on their way
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index bcfaf8087..08d2cca32 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -601,3 +601,6 @@
* apps/examples/composite/composite_main.c: SourceForge But Ticket #19.
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).