From 04de7cb7eaba5b568971aa91b81e4b96ae105c86 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 24 Aug 2017 09:50:55 +0000 Subject: [PATCH] Fixed bug #875. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10464 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index b596b054f..f0f170369 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 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)