From 9b7101acde6dbc0c991a90500962abfacfce806f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 28 Apr 2020 09:06:44 +0000 Subject: [PATCH] Fixed bug #1082. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13598 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 433c25ba4..1eebbc515 100644 --- a/readme.txt +++ b/readme.txt @@ -88,12 +88,14 @@ - NEW: Added latency measurement test application. - FIX: Fixed invalid CHSEL DMA setting in STM32 UART drivers (bug #1088) (backported to 20.3.1)(backported to 19.1.4). -- FIX: Fixed sector count incorrect in STM32G07/8 EFL driver (bug #1085). -- FIX: Fixed sector size incorrect in STM32F413 EFL driver (bug #1084). - FIX: Fixed wrong arguments for the cacheBufferInvalidate in the STM32 SPI demo (bug #1086)(backported to 20.3.1)(backported to 19.1.4). +- FIX: Fixed sector count incorrect in STM32G07/8 EFL driver (bug #1085). +- FIX: Fixed sector size incorrect in STM32F413 EFL driver (bug #1084). - FIX: Fixed race condition in HAL MAC driver (bug #1083) (backported to 20.3.1)(backported to 19.1.4). +- FIX: Fixed STM32H7 compile fails for I2C4 (bug #1082) + (backported to 20.3.1). - FIX: Fixed early interrupts enable in ARMv7-M port (bug #1081) (backported to 20.3.1). - FIX: Fixed I2CD4 interrupt vectors are swapped versus I2CD1-I2CD3 (bug #1080)