From e134412309667899f6cc0b09ce67b4cc2c714d68 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 24 Apr 2021 14:24:00 +0000 Subject: [PATCH] Fixed bug #1156. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14299 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index ae6a42369..502eb3d8f 100644 --- a/readme.txt +++ b/readme.txt @@ -135,6 +135,8 @@ - NEW: Added latency measurement test application. - FIX: Fixed STM32G431 DMA defines error (bug #1155) (backported to 20.3.4). +- FIX: Fixed wrong checks related to PLLSAI2 on L4 and L4+ (bug #1156) + (backported to 20.3.4)(backported to 19.1.5). - FIX: Fixed errors in STM32L4xx registry (bug #1154) (backported to 20.3.4)(backported to 19.1.5). - FIX: Fixed QUADSPI errata fix applied to all platforms (bug #1153)