aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-13 19:44:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-13 19:44:03 +0000
commit6b83515c62cf7e278c71ba59e5007519ee472805 (patch)
tree0b241ac3963f58a2ad22e609fc60e852fdbcf830 /readme.txt
parent08debc286839353dd5cba39d527214589686702e (diff)
downloadChibiOS-6b83515c62cf7e278c71ba59e5007519ee472805.tar.gz
ChibiOS-6b83515c62cf7e278c71ba59e5007519ee472805.tar.bz2
ChibiOS-6b83515c62cf7e278c71ba59e5007519ee472805.zip
Fixed bug bug #986. Fixed a small documentation error in M0 port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12418 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d8d022a21..7cff28c1c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -160,6 +160,7 @@
- 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 broken functionality of MFS module (bug #986).
- RT: Fixed GCC6 problem breaks Cortex-M0 port (bug #985).
- NIL: Fixed scheduler misbehaving in rare cases (bug #983)
(backported to 18.2.2 and 17.6.5).