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

This commit is contained in:
gdisirio 2011-02-23 19:43:16 +00:00
parent 6f6e1a6401
commit 658872aee0
2 changed files with 2 additions and 4 deletions

View File

@ -96,8 +96,6 @@
driver. driver.
- CHANGE: Swapped the numeric values of the TIME_IMMEDIATE and TIME_INFINITE - CHANGE: Swapped the numeric values of the TIME_IMMEDIATE and TIME_INFINITE
constants. Fixed the relative documentation in various places. constants. Fixed the relative documentation in various places.
- CHANGE: Slightly modified the messages API in order to allow the
processing of multiple messages at the same time.
*** 2.1.8 *** *** 2.1.8 ***
- FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported - FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported

View File

@ -15,8 +15,8 @@ Within 2.3.x (hopefully)
* Add a "transmission end" event to the serial device driver model. * Add a "transmission end" event to the serial device driver model.
X Implement the "transmission end" serial driver event on those platforms X Implement the "transmission end" serial driver event on those platforms
supporting the feature. supporting the feature.
- Swap TIME_IMMEDIATE and TIME_INFINITE values. * Swap TIME_IMMEDIATE and TIME_INFINITE values.
- Improvements to the message passing mechanism in order to allow "delayed, * Improvements to the message passing mechanism in order to allow "delayed,
out of order, responses". out of order, responses".
? Make thread functions return void and add a CH_THREAD macro for threads ? Make thread functions return void and add a CH_THREAD macro for threads
declaration in order to hide compiler-specific optimizations for thread declaration in order to hide compiler-specific optimizations for thread