diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-18 09:18:47 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-18 09:18:47 +0000 |
commit | 0791baebdc187dccde2efa2084b9c976afa53316 (patch) | |
tree | 16c80d65457032c1fd4a158bc32bad4844322910 | |
parent | bd0d0251e24ada9247d6329f7f74365f576ffa08 (diff) | |
download | ChibiOS-0791baebdc187dccde2efa2084b9c976afa53316.tar.gz ChibiOS-0791baebdc187dccde2efa2084b9c976afa53316.tar.bz2 ChibiOS-0791baebdc187dccde2efa2084b9c976afa53316.zip |
Fixed bugs #756 and #757.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9642 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 8e5463051..bdc144ea3 100644 --- a/readme.txt +++ b/readme.txt @@ -120,7 +120,11 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
-- HAL: Fixed wrong info in readme of LWIP related demos (bug #755).
+- HAL: Fixed problem in USB driver when changing configuration (bug #757).
+- HAL: Fixed bug in function usbDisableEndpointsI() (bug #756)(backported
+ to 16.1.5).
+- HAL: Fixed wrong info in readme of LWIP related demos (bug #755)(backported
+ to 16.1.5).
- HAL: Fixed misconfiguration in STM32L4 Discovery board files
(bug #754)(backported to 16.1.5).
- HAL: Fixed errors in documentation related to OTG peripheral switches
|