aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 13:06:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 13:06:30 +0000
commit824e30be80c79d866ac444b4eed7f4df0cf154c1 (patch)
tree4cb3cac306d25fc1b6ac3d2125d390156daa7669 /todo.txt
parentfa6758bb7a5df3ebf93277433c345ba6945bb2ef (diff)
downloadChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.gz
ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.bz2
ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.zip
Fixed bugs 2789377 and 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 298a905af..801ec4302 100644
--- a/todo.txt
+++ b/todo.txt
@@ -8,11 +8,11 @@ After 1.2.0:
* Abstract I/O channels rather than just serial ports.
? Move the serial drivers implementations in library. Better keep the core
as compact as possible.
+X Add tests documentation to the general documentation via doxygen.
- Static object initializers.
- Remove any instance of unnamed structures/unions.
- Objects registry in the kernel.
- OSEK-style simple tasks within the idle thread.
-- Add tests documentation to the general documentation via doxygen.
- Code examples into the documentation.
- Dedicated syscalls.c support for newlib users.
- Threads Pools manager in the library.