From ca21f0fa25e633f5fa42a04058d1e39b410ffffe Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Dec 2012 09:10:04 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4915 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 73f60e50d..7946caea0 100644 --- a/readme.txt +++ b/readme.txt @@ -83,14 +83,14 @@ *** 2.5.1 *** - FIX: Possible false detect of loaded prescaler in RTCv1 driver (bug - 3595489) (backported to 2.4.3). + 3595489)(backported to 2.4.3). - FIX: Unneded RTC initialization when HAL_USE_RTC disabled (bug 3594620) (backported to 2.4.3). -- FIX: Compilation issue with HAL_USE_RTC disabled (bug 3594083) (backported +- FIX: Compilation issue with HAL_USE_RTC disabled (bug 3594083)(backported to 2.4.3). -- FIX: Wasting of BKP registers in RTCv1 driver (bug 3594005) (backported +- FIX: Wasting of BKP registers in RTCv1 driver (bug 3594005)(backported to 2.4.3). -- FIX: Potential problem with RTC_CRL_RSF bit (bug 3593972) (backported +- FIX: Potential problem with RTC_CRL_RSF bit (bug 3593972)(backported to 2.4.3). - FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592809) (backported to 2.4.3).