diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-03 20:23:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-03 20:23:01 +0000 |
commit | 3ea461b0b1087f26d2c2b1cd251d05ed5968f341 (patch) | |
tree | 4e3b56870ad7fc41e651e889fa881ed5bcf0cd24 /readme.txt | |
parent | b630753334a5f0c92f3806d2185f1bdc4357d8c2 (diff) | |
download | ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.tar.gz ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.tar.bz2 ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.zip |
Fixed bug #437.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6413 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 ed183f690..49b5f4f1c 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed STM32 OTG-FS wrong upper memory limit (bug #437)(backported
+ to 2.6.2).
- FIX: Fixed timing issue in the STM32 OTGv1 USB driver (bug #436)(backported
to 2.6.2).
- FIX: Fixed STM32L1 remove reset flag (bug #435)(backported to 2.6.2).
|