diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-24 09:50:55 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-24 09:50:55 +0000 |
commit | 04de7cb7eaba5b568971aa91b81e4b96ae105c86 (patch) | |
tree | 2e0cc2c373ddb2c9ea3b9a63f7645a60b0a2f3ae | |
parent | 5a8f647d1557395a20c01db8b5f6704a1cf38c61 (diff) | |
download | ChibiOS-04de7cb7eaba5b568971aa91b81e4b96ae105c86.tar.gz ChibiOS-04de7cb7eaba5b568971aa91b81e4b96ae105c86.tar.bz2 ChibiOS-04de7cb7eaba5b568971aa91b81e4b96ae105c86.zip |
Fixed bug #875.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10464 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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)
|