aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-04-28 11:20:04 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-04-28 11:20:04 +0000
commit0392211c8a8cbe3dfbff3e6bbb21805aac2b661d (patch)
treef062cb92f5b04a7d0f414d446b0a598cc2295a76 /readme.txt
parent610a938408eab7766c0eb926ac73634e66b90648 (diff)
downloadChibiOS-0392211c8a8cbe3dfbff3e6bbb21805aac2b661d.tar.gz
ChibiOS-0392211c8a8cbe3dfbff3e6bbb21805aac2b661d.tar.bz2
ChibiOS-0392211c8a8cbe3dfbff3e6bbb21805aac2b661d.zip
Fixed bug #942.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11965 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 cc09c8e6c..bb287a922 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 invalid settings in STM32F769I-Discovery board files (bug #942)
+ (backported to 18.2.1 and 17.6.5).
- OTH: Fixed short branch to _unhandled_exception in vectors.S (bug #941)
(backported to 18.2.1).
- HAL: Fixed IOBus PAL functions missing the const qualifier (bug #940)