git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1453 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-21 09:01:30 +00:00
parent 453515ab5c
commit 3aaf49704c
1 changed files with 3 additions and 2 deletions

View File

@ -11,9 +11,10 @@ Before 1.4.0:
* 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.
* HAL and common device drivers.
After 1.4.x
- Abstract streams interface.
- Remove any instance of unnamed structures/unions.
- Objects registry in the kernel.
- OSEK-style simple tasks within the idle thread.
@ -34,7 +35,7 @@ Ideas for 3.x.x:
Side projects:
* lwIP TCP/IP stack integration and demo.
X FatFS library integration and demo.
* FatFS library integration and demo.
X ChibiOS Wizard, UML modeling and ChibiOS applications code and
documentation generator.
X OSEK layer.