diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-17 13:19:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-17 13:19:38 +0000 |
commit | 33114fa3e8a8b0e9c12890b1fc8bb52b9bc5a48a (patch) | |
tree | a174e9908a40b34895a831aaddc259bdfae2c9f8 | |
parent | b848a1362f6861528eafb3532bffe54122946fa0 (diff) | |
download | ChibiOS-33114fa3e8a8b0e9c12890b1fc8bb52b9bc5a48a.tar.gz ChibiOS-33114fa3e8a8b0e9c12890b1fc8bb52b9bc5a48a.tar.bz2 ChibiOS-33114fa3e8a8b0e9c12890b1fc8bb52b9bc5a48a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1235 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -8,12 +8,9 @@ Before 1.4.0: * Abstract I/O channels rather than just serial ports.
* Add tests documentation to the general documentation via doxygen.
* Static object initializers.
-- Add a central memory manager offering a sbrk()-like API.
-- Make the heap allocator feed memory chunks from the memory manager.
-- Add to the pools allocator an API to add N, non-returnable, blocks from
- the memory manager.
-- Modify the heap allocator to offer a sbrk()-like API, required for newlib.
-- Dedicated syscalls.c support for newlib users.
+* Add a central memory manager offering a sbrk()-like API.
+* Make the heap allocator feed memory chunks from the memory manager.
+* Dedicated syscalls.c support for newlib users.
- Abstract streams interface.
After 1.4.x
|