diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-19 15:13:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-19 15:13:11 +0000 |
commit | 824a2d427ae201da05d5af5427c949a9a362f5cb (patch) | |
tree | 333456b70881a122421297b2d97242395efe9f26 /readme.txt | |
parent | 7e778da6b0ac408d377da7e539d095ca7e796c53 (diff) | |
download | ChibiOS-824a2d427ae201da05d5af5427c949a9a362f5cb.tar.gz ChibiOS-824a2d427ae201da05d5af5427c949a9a362f5cb.tar.bz2 ChibiOS-824a2d427ae201da05d5af5427c949a9a362f5cb.zip |
Fixed bug #477.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6792 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index a4b36f339..f22d5d91f 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed spurious callback in STM32 EXT driver (bug #477)(backported
+ to 2.6.4).
- FIX: Fixed several macro errors in STM32L1xx HAL driver (bug #476)
(backported to 2.6.4).
- FIX: Fixed wrong STM32 RTCv2 alarms implementation (bug #475)(backported
|