diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-29 09:47:19 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-29 09:47:19 +0000 |
commit | 19ede34bedb36684ff607dde29ec417cacafb75f (patch) | |
tree | 960c194f569d2a695931a07bc241b67f76dab96b /readme.txt | |
parent | 1417f92116066bcd6d7a724ba2ffacc97fe87271 (diff) | |
download | ChibiOS-19ede34bedb36684ff607dde29ec417cacafb75f.tar.gz ChibiOS-19ede34bedb36684ff607dde29ec417cacafb75f.tar.bz2 ChibiOS-19ede34bedb36684ff607dde29ec417cacafb75f.zip |
Fixed bug #908.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11209 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 f1d5da336..ef218e421 100644 --- a/readme.txt +++ b/readme.txt @@ -165,6 +165,8 @@ Updated the various platform.mk implementing "smart build" mode.
- RT: Fixed compile error with assertions enabled and dynamic extensions
disabled (bug #909)(backported to 17.6.4).
+- HAL: Fixed compile error HAL UART without WAIT (bug #908)(backported to
+ 17.6.4 and 16.1.10).
- RT: Fixed gcc7 implicit-fallthrough (bug #906)(backported to 17.6.4
and 16.1.10).
- HAL: Fixed gcc7 implicit-fallthrough (bug #906)(backported to 17.6.4
|