diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-09 11:29:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-09 11:29:07 +0000 |
commit | db6fea6a28e94cf3beeb720e97c25014535e9f71 (patch) | |
tree | aa547d17a8fb2aad04928428ac28cd64401ca4fa /readme.txt | |
parent | 41e76064d6b940f5adb5be8a73a450f450c3e9fd (diff) | |
download | ChibiOS-db6fea6a28e94cf3beeb720e97c25014535e9f71.tar.gz ChibiOS-db6fea6a28e94cf3beeb720e97c25014535e9f71.tar.bz2 ChibiOS-db6fea6a28e94cf3beeb720e97c25014535e9f71.zip |
Fixed bugs #445 and #446.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6560 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index e084bd95b..5ad6ab798 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,10 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed spurious half buffer callback in STM32 ADC drivers (bug #446)
+ (backported to 2.4.6 and 2.6.2).
+- FIX: Fixed callbacks changes to the ADC high level driver (bug #445)
+ (backported to 2.4.6 and 2.6.2).
- FIX: Fixed wrong definition in STM32F37x ADC driver (bug #444)(backported
to 2.6.2).
- FIX: Fixed wrong CORTEX_PRIORITY_PENDSV value (bug #443)(backported to
|