aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-10 19:58:55 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-10 19:58:55 +0000
commitbeb5f4e03ebaaa196009c41fbb4d9e2c7bc3a14d (patch)
tree592942d7242ef98756540d9e2302c6776f6bf9b3 /readme.txt
parent344fad19952eaa67062df36cfdd5a19ce165c15d (diff)
downloadChibiOS-beb5f4e03ebaaa196009c41fbb4d9e2c7bc3a14d.tar.gz
ChibiOS-beb5f4e03ebaaa196009c41fbb4d9e2c7bc3a14d.tar.bz2
ChibiOS-beb5f4e03ebaaa196009c41fbb4d9e2c7bc3a14d.zip
RTCv1. Fixed unneded RTC initialization when HAL_USE_RTC disabled (bug 3594620).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4899 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index b47c67298..6e0dfd700 100644
--- a/readme.txt
+++ b/readme.txt
@@ -82,6 +82,8 @@
*****************************************************************************
*** 2.5.1 ***
+- 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
to 2.4.3).
- FIX: Wasting of BKP registers in RTCv1 driver (bug 3594005) (backported