aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-20 17:26:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-20 17:26:27 +0000
commit7d689a5fae4f0950c8cb8e291744465ea5d2ca93 (patch)
treed9b262059d69cbe25cdcf1c9aa4f0e6f2f342337 /readme.txt
parent2c41c0d442aa3cea412fba318d4fe0a7cfd276d6 (diff)
downloadChibiOS-7d689a5fae4f0950c8cb8e291744465ea5d2ca93.tar.gz
ChibiOS-7d689a5fae4f0950c8cb8e291744465ea5d2ca93.tar.bz2
ChibiOS-7d689a5fae4f0950c8cb8e291744465ea5d2ca93.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1242 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 73fb81919..e9fbcde48 100644
--- a/readme.txt
+++ b/readme.txt
@@ -15,8 +15,8 @@
- NEW: The heap allocator has been modified, now it is possible to have
multiple heaps. The default heap gets its memory from the new core memory
manager.
-- NEW: Added a "hungry" mode to the memory pools allocator, when enabled, this
- mode makes a memory pool to feed memory from the core memory manager.
+- NEW: Now memory pools can optionally get new objects automatically from the
+ core memory manager.
- NEW: Added newlib interface file syscalls.c under ./os/various for use with
the newest YAGARTO releases. The file provides bindings between the C
runtime and the core memory manager.