diff --git a/todo.txt b/todo.txt index 241fb7066..30e63a668 100644 --- a/todo.txt +++ b/todo.txt @@ -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.