diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-25 10:19:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-25 10:19:45 +0000 |
commit | 575ba8752e1f8d794a69c9b2eff2c25bc6de0b78 (patch) | |
tree | 09e0f262255cae4a08ba220c80f2234b22754903 | |
parent | 17c6e5cd7f87de96931c8b4faac8e4d50499477c (diff) | |
download | ChibiOS-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.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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.
|