summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-16 10:35:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-16 10:35:10 -0600
commitbfe81e16996b33cfe9f087fe277cf415d24295ce (patch)
treec2038aebc747e1b0a296ca27d53ac1b6dd610b93
parent6eddcfe6d14fec775d8a1244c069e93f0675855a (diff)
downloadnuttx-bfe81e16996b33cfe9f087fe277cf415d24295ce.tar.gz
nuttx-bfe81e16996b33cfe9f087fe277cf415d24295ce.tar.bz2
nuttx-bfe81e16996b33cfe9f087fe277cf415d24295ce.zip
Update ChangeLog
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 84da2b21f..a94601ff4 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -933,4 +933,9 @@
(2014-6-12).
* apps/system/hex2bin/: A logic and built-in task to convert from Intel
HEX to binary format. Untested on initial commit (2014-6-15).
+ * apps/system/hex2bin/: Appears to be functional but testing is still
+ light (2014-6-16).
+ * apps/system/hex2bin/hex2mem_main: Add a variant application that will
+ write Intel HEX files directly to memory (2014-6-16).
+