From 9a58d1b6e303b559c54b26bd1cfb91eea26f20bd Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Dec 2012 10:24:36 +0000 Subject: [PATCH] Fixed bug 3592817. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4925 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index 381b9422b..67affa836 100644 --- a/readme.txt +++ b/readme.txt @@ -94,6 +94,8 @@ to 2.4.3). - FIX: Fixed potential problem with RTC_CRL_RSF bit (bug 3593972)(backported to 2.4.3). +- FIX: Fixed STM32F1x rtc_lld_init not functional (bug 3592817)(backported + to 2.4.3). - FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592809) (backported to 2.4.3). - FIX: Fixed STM32 UART driver redundant initialization (bug 3592764)