aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-15 09:27:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-15 09:27:36 +0000
commitac4e799160b05fc1a9f39ce28fde891e749fddbc (patch)
tree3dd1382e6416d1ce9ddbea3e441c9b97de567fef /todo.txt
parenta93e28fe3ded7af8deca9da9dea8d718e2d3a993 (diff)
downloadChibiOS-ac4e799160b05fc1a9f39ce28fde891e749fddbc.tar.gz
ChibiOS-ac4e799160b05fc1a9f39ce28fde891e749fddbc.tar.bz2
ChibiOS-ac4e799160b05fc1a9f39ce28fde891e749fddbc.zip
Fixed bug 2687489.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@851 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 19c8c7464..10cb4cf7e 100644
--- a/todo.txt
+++ b/todo.txt
@@ -23,7 +23,6 @@ After 1.0.0:
* Stack sizes article into the documentation.
* Logo...
* Architecture diagram.
-- Code examples into the documentation.
After 1.2.0:
X Abstract I/O channels rather than just serial ports.
@@ -40,6 +39,7 @@ X Abstract I/O channels rather than just serial ports.
- Update C++ wrapper (Heap, Pools, Mailboxes and any new feature).
- Think about making threads return void.
- Add tests documentation to the general documentation via doxygen.
+- Code examples into the documentation.
Ideas for 2.x.x:
- High resolution timers and tickless kernel.