From 6d6ded8060b43bd9bbf7c5c0567601811d91769d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Dec 2012 10:24:40 +0000 Subject: [PATCH] Fixed bug 3592817. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4926 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index e5bf3a750..22cbcefcd 100644 --- a/readme.txt +++ b/readme.txt @@ -87,6 +87,7 @@ - FIX: Fixed compilation issue with HAL_USE_RTC disabled (bug 3594083). - FIX: Fixed wasting of BKP registers in RTCv1 driver (bug 3594005). - FIX: Fixed potential problem with RTC_CRL_RSF bit (bug 3593972). +- FIX: Fixed STM32F1x rtc_lld_init not functional (bug 3592817). - FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592809). - FIX: Fixed STM32 UART driver redundant initialization (bug 3592764). - FIX: Fixed wrong stack initializations in GCC STM32L1xx port files (bug