From fd52f546aae9e27ec9e6b7055655bb172d2d6152 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 19 Sep 2017 11:05:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10646 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 02e018067..a2895a4b3 100644 --- a/readme.txt +++ b/readme.txt @@ -89,12 +89,12 @@ ***************************************************************************** *** 17.6.1 *** -- HAL: Fixed EXT low level driver bug on AVR port (bug #886). - NEW: Improved RT and NIL test suite to report version numbers and configuration settings. - NEW: Added a test suite generator tool written in FTL. - NEW: Added to the HAL USB driver a new function usbWakeupHost() for standby exit. +- HAL: Fixed EXT low level driver bug on AVR port (bug #886). - HAL: Fixed USB GET_DESCRIPTOR not handled for Interface Recipients (bug #885). - RT: MAILBOX_DECL size parameter is actually a count (bug #884). - HAL: Fixed error in uartReceiveTimeout() and uartSendTimeout() (bug #883).