aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-07-07 09:32:13 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-07-07 09:32:13 +0000
commit5cbcf25546a5e027e2bba1137ab4a04ed80257de (patch)
treec7977e9e4db5f796eb674fc23bcb140e4925898e
parentc7a343c1721124be84ce84fd8d60c95da86172e4 (diff)
downloadChibiOS-5cbcf25546a5e027e2bba1137ab4a04ed80257de.tar.gz
ChibiOS-5cbcf25546a5e027e2bba1137ab4a04ed80257de.tar.bz2
ChibiOS-5cbcf25546a5e027e2bba1137ab4a04ed80257de.zip
Fixed bug #764.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9687 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index e7570882c..de02a8089 100644
--- a/readme.txt
+++ b/readme.txt
@@ -120,6 +120,7 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed dependency on RT in hal_usb.c (bug #764)(backported to 16.1.6).
- HAL: Fixed wrong backup domain reset in STM32L4xx\hal_lld (bug #763)
(backported to 16.1.6).
- HAL: Fixed wrong PWR configurations in STM32L4xx\hal_lld (bug #761)