git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2582 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7076a87962
commit
e8f4507517
8
todo.txt
8
todo.txt
|
@ -64,10 +64,6 @@ X Support for not just Makefiles (Ride7, Crossworks etc).
|
||||||
optimizations for thread functions.
|
optimizations for thread functions.
|
||||||
X IAR port for Cortex-Mx, add demos for all the supported families.
|
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 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.
|
- 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
|
Add Rx and Tx to the existing flags mechanism. Move up the flags handling in
|
||||||
the superclass.
|
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)
|
Within 2.3.x (hopefully)
|
||||||
- Resist doing more changes and optimizations to the kernel.
|
- 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.
|
- Add a switch to enable/disable the priority inheritance algorithm in mutexes.
|
||||||
X File System infrastructure.
|
X File System infrastructure.
|
||||||
- Official FatFs wrapper using the new infrastructure, dedicated test suite.
|
- Official FatFs wrapper using the new infrastructure, dedicated test suite.
|
||||||
|
|
Loading…
Reference in New Issue