diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-01-11 10:03:42 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-01-11 10:03:42 +0000 |
commit | a954fa43f4a1f24e9b67bad7c219a7846ae8b828 (patch) | |
tree | 515b09177c1599d41af258f2bd3d4029300cf33c /readme.txt | |
parent | 163b3562c0074af606b95d608ac4b56ccbab054c (diff) | |
download | ChibiOS-a954fa43f4a1f24e9b67bad7c219a7846ae8b828.tar.gz ChibiOS-a954fa43f4a1f24e9b67bad7c219a7846ae8b828.tar.bz2 ChibiOS-a954fa43f4a1f24e9b67bad7c219a7846ae8b828.zip |
Fixed bug #811.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10025 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 6914ab199..b1da2e655 100644 --- a/readme.txt +++ b/readme.txt @@ -153,6 +153,8 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed protocol violation in usbDisableEndpointsI() API (bug #811)
+ (backported to 16.1.7).
- HAL: Fixed redefined TIM in STM32F030 registry (bug #809)
(backported to 16.1.7).
- HAL: Fixed clock init in STM32F0x port which doesn't take in account
|