From a3ce312d7ed78ce11a2bbad46651245241eeb223 Mon Sep 17 00:00:00 2001 From: akscram Date: Tue, 14 Sep 2021 09:44:01 +0000 Subject: [PATCH] Fixed bug #1186 https://github.com/ChibiOS/ChibiOS/pull/40 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14771 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index c41e333af..104547ba1 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ - NEW: EFL driver and demo for STM32F3xx. - NEW: New unit test subsystem under /os/test. Now it is officially ChibiOS/TEST. +- FIX: fixes for uart clock rounding, missing DMA streams and timers (bug #1186) - FIX: Fixed invalid check in chVTResetTimeStamp() function (bug #1185) (TO BE backported to 21.6.1). - FIX: Fixed wrong configuration in testex LSM6DSL demos (bug #1184)