diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-04 21:43:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-04 21:43:42 +0000 |
commit | e8f4507517a94a4da31d767a4422415b49e46191 (patch) | |
tree | fd880d410ea6b3a609e1aff52a18e07961be955d | |
parent | 7076a879620e2f372e133686c1c59623e379b10c (diff) | |
download | ChibiOS-e8f4507517a94a4da31d767a4422415b49e46191.tar.gz ChibiOS-e8f4507517a94a4da31d767a4422415b49e46191.tar.bz2 ChibiOS-e8f4507517a94a4da31d767a4422415b49e46191.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2582 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -64,10 +64,6 @@ X Support for not just Makefiles (Ride7, Crossworks etc). optimizations for thread functions.
X IAR port for Cortex-Mx, add demos for all the supported families.
X Keil port for Cortex-Mx, add demos for all the supported families.
-X Add an USB abstract device driver class.
-X USB driver implementation for STM32F103/STM32F102.
-X Add a Serial over USB generic device driver implementing a USB Communication
- Device Class and offering a Serial-like interface to the applications.
- Change the serial drivers to have a single event source instead of three.
Add Rx and Tx to the existing flags mechanism. Move up the flags handling in
the superclass.
@@ -75,6 +71,10 @@ X Except for the above, bug fixing only until the 2.2.0 release. Within 2.3.x (hopefully)
- Resist doing more changes and optimizations to the kernel.
+X Add an USB abstract device driver class.
+X USB driver implementation for STM32F103/STM32F102.
+X Add a Serial over USB generic device driver implementing a USB Communication
+ Device Class and offering a Serial-like interface to the applications.
- Add a switch to enable/disable the priority inheritance algorithm in mutexes.
X File System infrastructure.
- Official FatFs wrapper using the new infrastructure, dedicated test suite.
|