aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-19 10:13:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-19 10:13:44 +0000
commit52d583ec3b89f04d4daa3688026bde568315b64c (patch)
tree702e34ad1844b0dd89047360e1da3b08abe31131 /readme.txt
parent78ebf73dcdc6aa09b6f255ac53ceafffa62422c4 (diff)
downloadChibiOS-52d583ec3b89f04d4daa3688026bde568315b64c.tar.gz
ChibiOS-52d583ec3b89f04d4daa3688026bde568315b64c.tar.bz2
ChibiOS-52d583ec3b89f04d4daa3688026bde568315b64c.zip
Fixed #912.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11343 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 f1dbbe31a..647a93256 100644
--- a/readme.txt
+++ b/readme.txt
@@ -166,6 +166,8 @@
dependencies and configuration directories. This makes possible
to have multiple non-conflicting makefiles in the same project.
Updated the various platform.mk implementing "smart build" mode.
+- HAL: Fixed STM32 SDMMCv1 driver not setting DMA channel properly for SDCD2
+ instance (bug #912)(backported to 17.6.4).
- LIB: Fixed inner semaphore not updated in chGuardedPoolAllocI() function
(bug #911).
- RT: Fixed compile error with assertions enabled and dynamic extensions