aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-18 12:43:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-18 12:43:14 +0000
commitecfed423dbaeda8cd0e7ad5f51fe8a76ea82f409 (patch)
tree41f8f64e5910b0dfd65e1322688d186f932f6583 /readme.txt
parenta18251e55dfe905bc0d41844e9f0b011a6d59faa (diff)
downloadChibiOS-ecfed423dbaeda8cd0e7ad5f51fe8a76ea82f409.tar.gz
ChibiOS-ecfed423dbaeda8cd0e7ad5f51fe8a76ea82f409.tar.bz2
ChibiOS-ecfed423dbaeda8cd0e7ad5f51fe8a76ea82f409.zip
Fixed bug #927.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11811 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 f5c5901bb..99067edb3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -110,6 +110,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 useless writes in read-only CFGR_SWS field on all STM32Fxx
+ (bug #927)(backported to 18.2.1 and 17.6.4).
- HAL: Fixed typo in hal_pal.h (bug #926)(backported to 18.2.1).
- HAL: Fixed I2C address not accepted (bug #923)(backported to 18.2.1
and 17.6.4).