aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-22 10:32:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-22 10:32:35 +0000
commit491c9ac55a0337cd248bb735466bd1dee638de51 (patch)
treef9ae2ce590e6cda26c7f1ce1ffde84c5e9fdc8ff /readme.txt
parentbb48071bc5f863fcecb8c43f88f50235c60a2768 (diff)
downloadChibiOS-491c9ac55a0337cd248bb735466bd1dee638de51.tar.gz
ChibiOS-491c9ac55a0337cd248bb735466bd1dee638de51.tar.bz2
ChibiOS-491c9ac55a0337cd248bb735466bd1dee638de51.zip
Fixed bug #874.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10457 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 85c5666d3..f34d5b2a6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -93,6 +93,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 wrong I2S and SAI freq divisor (bug #874)
+ (backported to 17.6.1).
- HAL: Fixed wrong SAI1 and SAI2 clock selection (bug #873)
(backported to 17.6.1).
- HAL: Fixed invalid number of DMA channels on STM32L011 (bug #872)