summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).