From 8734411ecf45e785d1cb22f84f2e1ad943b612b7 Mon Sep 17 00:00:00 2001 From: fxcoder Date: Sat, 15 Apr 2023 13:46:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16223 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index f9d4ea5d7..80f48a581 100644 --- a/readme.txt +++ b/readme.txt @@ -114,6 +114,8 @@ instead of a simple size. - NEW: RT and NIL upgraded to support the enhanced OSLIB. - NEW: Memory areas/pointers checker functions added to OSLIB. +- FIX: Fixed RTC & TAMP interrupts not functional (bug #1260) + (backported to 21.11.4). - FIX: Fixed syntax errors in STM32H7xx/hal_lld_type2.h (bug #1259) (backported to 21.11.4). - FIX: Fixed unwanted reset of cache on STM32H7xx (bug #1258)