git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1235 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b848a1362f
commit
33114fa3e8
9
todo.txt
9
todo.txt
|
@ -8,12 +8,9 @@ Before 1.4.0:
|
||||||
* Abstract I/O channels rather than just serial ports.
|
* Abstract I/O channels rather than just serial ports.
|
||||||
* Add tests documentation to the general documentation via doxygen.
|
* Add tests documentation to the general documentation via doxygen.
|
||||||
* Static object initializers.
|
* Static object initializers.
|
||||||
- Add a central memory manager offering a sbrk()-like API.
|
* Add a central memory manager offering a sbrk()-like API.
|
||||||
- Make the heap allocator feed memory chunks from the memory manager.
|
* 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
|
* Dedicated syscalls.c support for newlib users.
|
||||||
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.
|
- Abstract streams interface.
|
||||||
|
|
||||||
After 1.4.x
|
After 1.4.x
|
||||||
|
|
Loading…
Reference in New Issue