aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-25 10:19:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-25 10:19:45 +0000
commit575ba8752e1f8d794a69c9b2eff2c25bc6de0b78 (patch)
tree09e0f262255cae4a08ba220c80f2234b22754903
parent17c6e5cd7f87de96931c8b4faac8e4d50499477c (diff)
downloadChibiOS-575ba8752e1f8d794a69c9b2eff2c25bc6de0b78.tar.gz
ChibiOS-575ba8752e1f8d794a69c9b2eff2c25bc6de0b78.tar.bz2
ChibiOS-575ba8752e1f8d794a69c9b2eff2c25bc6de0b78.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1470 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 81a560ff6..3b4bccdea 100644
--- a/todo.txt
+++ b/todo.txt
@@ -15,7 +15,9 @@ Before 1.4.0:
* Multiple heaps, disjoint heaps, heaps in heaps.
After 1.4.x
-- Abstract streams interface.
+- I2C device driver class support.
+- USB device support.
+- Abstract streams interface (for MAC and USB endpoints).
- Remove any instance of unnamed structures/unions.
- Objects registry in the kernel.
- OSEK-style simple tasks within the idle thread.