diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-18 09:16:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-18 09:16:20 +0000 |
commit | 027e1f38459888c6641a66063bfd203493c35dd4 (patch) | |
tree | 039386c7f5d5dff6045e0b36a206ef9e317caf38 /readme.txt | |
parent | e44be744f288e2c58c0d0e26ed1c08123d821641 (diff) | |
download | ChibiOS-027e1f38459888c6641a66063bfd203493c35dd4.tar.gz ChibiOS-027e1f38459888c6641a66063bfd203493c35dd4.tar.bz2 ChibiOS-027e1f38459888c6641a66063bfd203493c35dd4.zip |
Fixed bug #458.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6630 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 f94a041a0..da17204b0 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed race condition in STM32 SDC driver (bug #458)(backported
+ to 2.6.3).
- FIX: Fixed race condition in STM32 OTG driver (bug #457)(backported
to 2.6.3).
- FIX: Fixed memstreams.c missing from simulator makefiles (bug #454)
|