aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-11 16:56:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-11 16:56:15 +0000
commit07ce25693b5847e27d88ce05710f986b13fcfbb4 (patch)
tree497559f11b18e4303b77b9289263f88ad29e33b6 /todo.txt
parentcc2b465884d44537bbac0e5ad1e08bb2176c210e (diff)
downloadChibiOS-07ce25693b5847e27d88ce05710f986b13fcfbb4.tar.gz
ChibiOS-07ce25693b5847e27d88ce05710f986b13fcfbb4.tar.bz2
ChibiOS-07ce25693b5847e27d88ce05710f986b13fcfbb4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 519051946..cffd9db21 100644
--- a/todo.txt
+++ b/todo.txt
@@ -8,6 +8,10 @@ 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.
- Abstract streams interface.