From 663214d0e6728d153fd4118324e69c75c574327c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 28 Aug 2011 13:00:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3262 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) 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.