aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-09 10:44:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-09 10:44:22 +0000
commit66cf5195f983d64d24e708333907679529449b0b (patch)
tree426015c722fe44ef210cfcd0de8d66a1d1399e29 /readme.txt
parent5100d6afbf747042b938586f76dd998192a016e5 (diff)
downloadChibiOS-66cf5195f983d64d24e708333907679529449b0b.tar.gz
ChibiOS-66cf5195f983d64d24e708333907679529449b0b.tar.bz2
ChibiOS-66cf5195f983d64d24e708333907679529449b0b.zip
Fixed bug #885.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10567 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 ca20c3aad..8b4754fd3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -115,6 +115,8 @@
dependencies and configuration directories. This makes possible
to have multiple non-conflicting makefiles in the same project.
Updated the various platform.mk implementing "smart build" mode.
+- HAL: Fixed USB GET_DESCRIPTOR not handled for Interface Recipients (bug #885)
+ (backported to 17.6.1 and 16.1.9).
- HAL: Fixed error in uartReceiveTimeout() and uartSendTimeout() (bug #883)
(backported to 17.6.1 and 16.1.9).
- HAL: Fixed TIMx DBL field macro broken (bug #880)(backported