summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-22 10:59:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-22 10:59:13 -0600
commit0578dd37c95fed58febf3b75590e44e38ccf5cfb (patch)
treeb31bd8a95429a62cdaa3f10ed4f07a8b42e87e7b /nuttx/ChangeLog
parent189c7ede6f98879635722828ffb399701c5cbfea (diff)
downloadnuttx-0578dd37c95fed58febf3b75590e44e38ccf5cfb.tar.gz
nuttx-0578dd37c95fed58febf3b75590e44e38ccf5cfb.tar.bz2
nuttx-0578dd37c95fed58febf3b75590e44e38ccf5cfb.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 97e8c2f5d..a28c0575e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8611,7 +8611,11 @@
(2014-9-22).
* mm/mm_gran/: Move granule allocator and page allocator from mm/. to
mm/mm_gran/. (2014-9-22).
- * mm/kmm_heap/: Move kernel heap allocator and page allocator from mm/.
- to mm/kmm_heap/. (2014-9-22).
- * mm/umm_heap/: Move user heap allocator and page allocator from mm/.
- to mm/umm_heap/. (2014-9-22).
+ * mm/kmm_heap/: Move kernel heap allocator from mm/. to mm/kmm_heap/.
+ (2014-9-22).
+ * mm/umm_heap/: Move user heap allocator from mm/. to mm/umm_heap/.
+ (2014-9-22).
+ * mm/mm_heap/: Move common heap logic from mm/. to mm/mm_heap/.
+ (2014-9-22).
+ * mm/shm/: Create a home for forthcoming shared memory logic (2014-9-22).
+