From 3aaf49704c4ec816b4915a5e4e1c6b447083f568 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 21 Dec 2009 09:01:30 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1453 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 7b7ed0af2..7ad3229b1 100644 --- a/todo.txt +++ b/todo.txt @@ -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.