summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bd06c57ec..9195e509c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8320,3 +8320,7 @@
* sched/Kconfig sched/init/os_bringup.c tools/cfgdefine.c: Add
configuration options to start the system from a program on a file
system (2014-8-30).
+ * mm/ and include/nuttx/mm.h: Remove CONFIG_MM_MULTIHEAP. Non-multiheap
+ operation is no longer supported (2014-8-31).
+ * configs/sama5d4-ek/kernel: Add a configuration for testing the
+ kernel build configuration (still a work in progress) (2014-8-31).