summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
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 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 686b517cd..3819f6355 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5129,3 +5129,6 @@
* include/nuttx/usb/usbdev.h: Fix some typos that cause compiler errors
when CONFIG_USBDEV_DMA and CONFIG_USBDEV_DMAMEMORY are selected (From
Chia Cheng Tsao, 2013-7-12).
+ * nuttx/configs/olimex-lpc1766stk/zmodem: Add a new configuration to
+ test the Zmodem sz and rz commands (which don't actually exist yet,
+ but will). (2013-7-12).