aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-16 17:45:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-16 17:45:19 +0000
commit2c46df1916a25b7880416aee974a518cc607717a (patch)
tree87cac3a4daccc11dcfa281e2f59fa866ae257bc1 /readme.txt
parent8da7f367eeb3dc4dd71a10f7e7f18efe785c554f (diff)
downloadChibiOS-2c46df1916a25b7880416aee974a518cc607717a.tar.gz
ChibiOS-2c46df1916a25b7880416aee974a518cc607717a.tar.bz2
ChibiOS-2c46df1916a25b7880416aee974a518cc607717a.zip
New heap manager.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1221 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 676f9918b..f361bde0c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -7,6 +7,15 @@
Removed the old EMAC driver, updated the uIP WEB demo to use the new
driver model.
- NEW: Added a simple lwIP demo (web server) for the AT91SAM7X.
+- NEW: Centralized memory heap manager. This simple allocator implements a
+ sbrk()-like API: chCoreAlloc(). The other allocators now use this manager
+ in order to get memory blocks.
+- NEW: The heap allocator has been modified, now it is possible to have
+ multiple heaps. The default heap gets its memory from the new heap manager.
+- CHANGE: Because the changes in the allocators some API prototypes changed:
+ chHeapAlloc(), chHeapStatus(), chThdCreateFromHeap().
+- CHANGE: Because the changes in the allocators some configuration options
+ changed, see the template chconf.h file.
- CHANGE: renamed ./demos/ARM7-AT91SAM7X-WEB-GCC in ARM7-AT91SAM7X-UIP-GCC.
*** 1.3.2 ***