aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-04-27 07:49:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-04-27 07:49:11 +0000
commit6471bff88b8423cc785999ed852e236b0ee56532 (patch)
tree28c32253b62cebe7d5bf17c38a2dc252b239f151 /readme.txt
parent837f2cd0fd066a1a4ee1fe299aac42b7816c7e29 (diff)
downloadChibiOS-6471bff88b8423cc785999ed852e236b0ee56532.tar.gz
ChibiOS-6471bff88b8423cc785999ed852e236b0ee56532.tar.bz2
ChibiOS-6471bff88b8423cc785999ed852e236b0ee56532.zip
Fixed bug #940.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11956 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 272b853f5..4110d8a70 100644
--- a/readme.txt
+++ b/readme.txt
@@ -115,6 +115,8 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- HAL: Fixed IOBus PAL functions missing the const qualifier (bug #940)
+ (backported to 18.2.1 and 17.6.5).
- HAL: Fixed STM32 USBv1 driver does not reset data toggling bits on endpoint
initialization (bug #939)(backported to 18.2.1 and 17.6.5).
- HAL: Fixed incorrect behavior of USB driver on SET CONFIGURATION (bug #938)