From de2a2c9b0285c2636747aad8acda82b6893a1a8b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 15 Mar 2022 14:25:36 +0000 Subject: [PATCH] Fixed bug #1225. Fixed bug #1226. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15515 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.txt b/readme.txt index 936a00f1c..69dced021 100644 --- a/readme.txt +++ b/readme.txt @@ -123,6 +123,10 @@ - NEW: Added SPIv2 support also to STM32WB and STM32WL. - FIX: Re-opened and fixed bug #1100 (backported to 20.3.5)(backported to 21.11.2). +- FIX: Fixed missing TIM16/17 errata handling for STM32G0xx (bug #1226) + (backported to 20.3.5)(backported to 21.11.2). +- FIX: Fixed missing ADC errata handling for STM32G0xx (bug #1225) + (backported to 20.3.5)(backported to 21.11.2). - FIX: Fixed problem in the HAL I2C fallback driver (bug #1224) (backported to 20.3.5)(backported to 21.11.2). - FIX: Fixed GPIOH clock not enabled on STM32L432 (bug #1223)