From f5975693b2b8c41099aa428997b6154106b1c59c Mon Sep 17 00:00:00 2001 From: cinsights Date: Thu, 2 Apr 2020 10:04:38 +0000 Subject: [PATCH] Correct readme git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13502 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 50d98e8c8..69f78a622 100644 --- a/readme.txt +++ b/readme.txt @@ -74,7 +74,9 @@ ***************************************************************************** *** Next *** -- FIX: Fixed incorrect clock check when using PLLSAI1R in ADCv3 (bug #1078) +- FIX: Fixed I2CD4 interrupt vectors are swapped versus I2CD1-I2CD3 (bug #1080) + (backported to 20.3.1). +- FIX: Fixed incorrect clock check when using PLLSAI1R in ADCv3 (bug #1079) (backported to 20.3.1). - RT: Relocated the "ctx" field in the thread structure in order to save some RAM, it caused unused space in the "ch" variable.