From d637f26a28ee556fd48b53ef60c5293005916e66 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 7 Mar 2021 12:30:31 +0000 Subject: [PATCH] Fixed bug #1147. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14064 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index f88589950..bbd23dde2 100644 --- a/readme.txt +++ b/readme.txt @@ -128,6 +128,8 @@ MEMS Accelerometers. - NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1). - NEW: Added latency measurement test application. +- FIX: Fixed STM32 QUADSPI driver problem when used with DMAv2 (bug #1147) + (backported to 20.3.4) - FIX: Fixed incorrect IRQ vector for PVM (bug #1146) (backported to 20.3.4) - FIX: Fixed missing STM32F765 from registry (bug #1145)