aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-16 11:12:55 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-16 11:12:55 +0000
commit56146024e19019fb7e0d09ba7d1536980580f094 (patch)
tree823b0eb598a629e8c82793d4e4fce5e21fe195c6 /readme.txt
parent038f0a243d8041c832bb025d1ed0fd3a05e5f9ae (diff)
downloadChibiOS-56146024e19019fb7e0d09ba7d1536980580f094.tar.gz
ChibiOS-56146024e19019fb7e0d09ba7d1536980580f094.tar.bz2
ChibiOS-56146024e19019fb7e0d09ba7d1536980580f094.zip
Fixed bug #661.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8501 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6266a2b42..07ff70285 100644
--- a/readme.txt
+++ b/readme.txt
@@ -141,6 +141,8 @@
(backported to 3.0.3).
- HAL: Fixed RTC module loses day of week when converting (bug #664)
(backported to 3.0.3).
+- HAL: Fixed STM32 USBv1 wrong multiplier when calculating descriptor address
+ in BTABLE (bug #661)(backported to 3.0.4 and 2.6.10).
- HAL: Fixed STM32 USBv1 does not make use of BTABLE_ADDR define (bug #660)
(backported to 3.0.4 and 2.6.10).
- HAL: Fixed invalid class type for sdPutWouldBlock() and sdGetWouldBlock()