git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10464 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-08-24 09:50:55 +00:00
parent 5a8f647d15
commit 04de7cb7ea
1 changed files with 2 additions and 0 deletions

View File

@ -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 STM32 OTGv1 driver fails on STM32L4 (bug #875)
(backported to 17.6.1 and 16.1.9).
- 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)