aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-12-08 09:12:28 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-12-08 09:12:28 +0000
commit426d45d6d42e6f45a92b9db8d4c89291c3781e85 (patch)
tree56e39b644aa325f98afc93b9bbe90e368b0813e2 /readme.txt
parent732268a2148db0771034af243ffbeac658fc4942 (diff)
downloadChibiOS-426d45d6d42e6f45a92b9db8d4c89291c3781e85.tar.gz
ChibiOS-426d45d6d42e6f45a92b9db8d4c89291c3781e85.tar.bz2
ChibiOS-426d45d6d42e6f45a92b9db8d4c89291c3781e85.zip
Fixed bug #992.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12461 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 5211bbb46..724215970 100644
--- a/readme.txt
+++ b/readme.txt
@@ -165,6 +165,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 STM32F7xx I2SPLL not fully initialized (bug #992)
+ (backported to 18.2.2 and 17.6.5).
- HAL: Fixed ethernet registry error for STM32F469/479 (bug #990)
(backported to 18.2.2 and 17.6.5).
- RT: Fixed bug in chEvtBroadcastFlagsI (bug #989)