aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-05 08:31:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-05 08:31:15 +0000
commitb8432bd2328decfcea2d69e3dcc3a1ab36200de8 (patch)
treee466d15323b70cdab549c273bce18a0a131ab29c
parent2357f6fde41af1edf3b6094b6027b67be9522dc0 (diff)
downloadChibiOS-b8432bd2328decfcea2d69e3dcc3a1ab36200de8.tar.gz
ChibiOS-b8432bd2328decfcea2d69e3dcc3a1ab36200de8.tar.bz2
ChibiOS-b8432bd2328decfcea2d69e3dcc3a1ab36200de8.zip
Updated to-do list.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@877 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 10cb4cf7e..c08418fcf 100644
--- a/todo.txt
+++ b/todo.txt
@@ -25,6 +25,7 @@ After 1.0.0:
* Architecture diagram.
After 1.2.0:
+- Dedicated syscalls.c support for newlib users.
X Abstract I/O channels rather than just serial ports.
- Move the serial drivers implementations in library. Better keep the core
as compact as possible.