aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-08 18:24:20 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-08 18:24:20 +0000
commit7e1edd8d16ef8552da032804e91a7730caa2c0de (patch)
treeeee35652d2d7b912ee5a70fe15c87667822c8723 /readme.txt
parent8cdaeffa2c3b38cd0056e6f5bd09d561fdd6ad7d (diff)
downloadChibiOS-7e1edd8d16ef8552da032804e91a7730caa2c0de.tar.gz
ChibiOS-7e1edd8d16ef8552da032804e91a7730caa2c0de.tar.bz2
ChibiOS-7e1edd8d16ef8552da032804e91a7730caa2c0de.zip
STM32. RTCv1. Fixed wasting of BKP registers in RTCv1 driver (bug 3594005)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4890 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 99b7bad61..1bc573183 100644
--- a/readme.txt
+++ b/readme.txt
@@ -82,6 +82,8 @@
*****************************************************************************
*** 2.5.1 ***
+- 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
to 2.4.3).
- FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592809)