aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-17 11:23:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-17 11:23:56 +0000
commitefa39b271f134bca4fe609671944cada0c409c9a (patch)
tree502662d18cd953ff625b2d2adae22e125299be77 /readme.txt
parente9d7b9de5705a3b5c0b822077fbd165c86087481 (diff)
downloadChibiOS-efa39b271f134bca4fe609671944cada0c409c9a.tar.gz
ChibiOS-efa39b271f134bca4fe609671944cada0c409c9a.tar.bz2
ChibiOS-efa39b271f134bca4fe609671944cada0c409c9a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1231 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index e5dcb6944..2ea99dca7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -15,6 +15,9 @@
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: 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.
- CHANGE: Because the changes in the allocators some API prototypes changed:
chHeapAlloc(), chHeapStatus(), chThdCreateFromHeap().
- CHANGE: Because the changes in the allocators some configuration options