git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2582 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-01-04 21:43:42 +00:00
parent 7076a87962
commit e8f4507517
1 changed files with 4 additions and 4 deletions

View File

@ -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.