diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-18 08:56:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-18 08:56:54 +0000 |
commit | e44be744f288e2c58c0d0e26ed1c08123d821641 (patch) | |
tree | 0a640ab7f1b292572b06fc673086ed9d0d92a5e0 /readme.txt | |
parent | 987e86b8c85f8217a5ced30fb8e894a340e7ebe6 (diff) | |
download | ChibiOS-e44be744f288e2c58c0d0e26ed1c08123d821641.tar.gz ChibiOS-e44be744f288e2c58c0d0e26ed1c08123d821641.tar.bz2 ChibiOS-e44be744f288e2c58c0d0e26ed1c08123d821641.zip |
Fixed bug #457.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6627 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 2d76a7bec..f94a041a0 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- 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)
(backported to 2.6.3).
- FIX: Fixed chprintf() does not compile in strict C90 mode (bug #453)
|