aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-28 13:00:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-28 13:00:56 +0000
commit663214d0e6728d153fd4118324e69c75c574327c (patch)
tree6706a4a97091bf3bc44f4cab55cb7d34dcace6e7
parent76f8d18aaf60c6d916a799ba3d8b09815da979b2 (diff)
downloadChibiOS-663214d0e6728d153fd4118324e69c75c574327c.tar.gz
ChibiOS-663214d0e6728d153fd4118324e69c75c574327c.tar.bz2
ChibiOS-663214d0e6728d153fd4118324e69c75c574327c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3262 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index f64e907cb..6cf27e77e 100644
--- a/todo.txt
+++ b/todo.txt
@@ -18,6 +18,8 @@ X STM32L support.
X STM32L-Discovery demo and article.
X File System infrastructure.
X STM32F2xx support.
+- USB and USB_SERIAL APIs reclassification (if needed), incorporate the USB
+ bus attach/detach handling in usbStart()/usbStop().
- MMC_SPI driver revision and speedup.
- Test suite overhaul, the API should be more generic in order to be used
with different subsystems and not just the kernel.