diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-22 09:58:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-22 09:58:33 +0000 |
commit | bb48071bc5f863fcecb8c43f88f50235c60a2768 (patch) | |
tree | bf6b422f234cfe58ff954c3944fd031938c5905b /readme.txt | |
parent | f1e6a55322f18fe69293ce9cc4e1da31a589ea6f (diff) | |
download | ChibiOS-bb48071bc5f863fcecb8c43f88f50235c60a2768.tar.gz ChibiOS-bb48071bc5f863fcecb8c43f88f50235c60a2768.tar.bz2 ChibiOS-bb48071bc5f863fcecb8c43f88f50235c60a2768.zip |
Fixed bug #873.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10455 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 801a7ae26..85c5666d3 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 SAI1 and SAI2 clock selection (bug #873)
+ (backported to 17.6.1).
- HAL: Fixed invalid number of DMA channels on STM32L011 (bug #872)
(backported to 17.6.1).
- HAL: Fixed STM32 USARTv2 serial incorrect buffer size declarations
|