diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-07-09 13:05:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-07-09 13:05:52 +0000 |
commit | b30dc19cb9ca3ef87adffc38710686c0bdacc29a (patch) | |
tree | 28b7b036718f1a029f6c359d873449b43082eb5e | |
parent | 795ada11843ebd54c7f1a327d54b6739406e63ca (diff) | |
download | ChibiOS-b30dc19cb9ca3ef87adffc38710686c0bdacc29a.tar.gz ChibiOS-b30dc19cb9ca3ef87adffc38710686c0bdacc29a.tar.bz2 ChibiOS-b30dc19cb9ca3ef87adffc38710686c0bdacc29a.zip |
Fixed bug #863.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10323 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index dac0d9b20..8092aeba2 100644 --- a/readme.txt +++ b/readme.txt @@ -89,7 +89,9 @@ *****************************************************************************
*** Next ***
-- HAL: Fixed incorrect OTG stepping in STM32F412 registry (bug #861)
+- HAL: Fixed STM32 USBv1 fails the state check when USB_USE_WAIT is TRUE
+ (bug #863)(backported to 17.6.1 and 16.1.9).
+- HAL: Fixed incorrect UTG stepping in STM32F412 registry (bug #861)
(backported to 17.6.1).
- HAL: Fixed missing DMA I2C3 streams in STM32F411 registry (bug #860)
(backported to 17.6.1).
|