aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-19 11:01:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-19 11:01:48 +0000
commit86fed9342d5f072bb7c879abdaec29cb7b94f605 (patch)
treebadb370893f2b7caad30a1f244c01ba97f0c5191 /readme.txt
parent0c379c379b5333e1d30023fc6ef34dee159c06e2 (diff)
downloadChibiOS-86fed9342d5f072bb7c879abdaec29cb7b94f605.tar.gz
ChibiOS-86fed9342d5f072bb7c879abdaec29cb7b94f605.tar.bz2
ChibiOS-86fed9342d5f072bb7c879abdaec29cb7b94f605.zip
More changes caused by #913.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11346 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 647a93256..1ca42108f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -166,6 +166,7 @@
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 Clock selection for SDMMC2 missing in STM32F7 HAL (bug #913).
- 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