summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-09 01:27:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-09 01:27:42 +0000
commitc2e0b7742ea0d530ed9cf9628f88994063c8d5c0 (patch)
tree91c6e04ee0a0e76ab23cfa7d6883bf7ab4a91904 /nuttx/ChangeLog
parentf2c129b281fc8fa30eccb9b34df534f954ee3c47 (diff)
downloadnuttx-c2e0b7742ea0d530ed9cf9628f88994063c8d5c0.tar.gz
nuttx-c2e0b7742ea0d530ed9cf9628f88994063c8d5c0.tar.bz2
nuttx-c2e0b7742ea0d530ed9cf9628f88994063c8d5c0.zip
With these fixes, the kernel build is basically functional (but there is more to be done)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5722 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f0720f02f..830203fbe 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4287,7 +4287,12 @@
(2013-03-08).
* mm/ and include/nuttx/mm.h: Implement support for multiple heaps.
(2013-03-08).
- * arch/*/src: xyz_addregion() needs to call kmm_addregion, not mm_addretion.
+ * arch/*/src: xyz_addregion() needs to call kmm_addregion, not mm_addregion.
(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).
+ * mm/mm_test.c and Makefile.test: Deleted the memory test. This was
+ a good test and helped me a lot when I wrote the memory manager, but
+ now it is in the way and paralyzing other efforts. So the memory unit
+ test was deleted. (2013-03-08)
+