summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2bc475683..f0720f02f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4284,6 +4284,10 @@
* mm/: Move all memory manager globals into a structure. A reference
to this structure is now passed internally between mm APIs. This
change will (eventually) support multiple heaps and heap allocators.
- (2013-03-07).
+ (2013-03-08).
* mm/ and include/nuttx/mm.h: Implement support for multiple heaps.
- (2013-03-07).
+ (2013-03-08).
+ * arch/*/src: xyz_addregion() needs to call kmm_addregion, not mm_addretion.
+ (2013-03-08).
+ * sched/kmm*.c: Move this garbage kmm*.c file to mm/. until I decide what
+ to do with them (which is probably to just delete them). (2013-03-08).