summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-26 16:43:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-26 16:43:40 -0600
commitd62316deff17fa72c22de913827051462437861f (patch)
treef7d0078081e67f8dd75d8e64613bbc2e02a00ef3 /nuttx/ChangeLog
parent20b3d018f6bfcaad79765ea9203bae51cf8f6b73 (diff)
downloadnuttx-d62316deff17fa72c22de913827051462437861f.tar.gz
nuttx-d62316deff17fa72c22de913827051462437861f.tar.bz2
nuttx-d62316deff17fa72c22de913827051462437861f.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b7a8044e2..ce53ed278 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7534,4 +7534,8 @@
* net/utils: Move some files into net/utils (2014-6-26).
* net/: Repartition initialization logic so that net/uip is at the bottom
of the food chain, instead of at the top.
+ * apps/include/hex2bin.h: The hex2bin library did not build with
+ debug disabled (2014-6-26).
+ * configs/sama5d4-ek/dramboot and src/dram_main.c: Add a boot loader that
+ runs from ISRAM and loads an Intel HEX file into DRAM (2014-6-26).