aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-09 16:28:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-09 16:28:23 +0000
commit77529edc0d133413f32b4a5660514ad0c593ebb6 (patch)
treed3dce7e4610612f793b82a458e698795f141facb
parent4d4f92d00e5aeef8c93082bb3f477b8d4c0bbc2c (diff)
downloadChibiOS-77529edc0d133413f32b4a5660514ad0c593ebb6.tar.gz
ChibiOS-77529edc0d133413f32b4a5660514ad0c593ebb6.tar.bz2
ChibiOS-77529edc0d133413f32b4a5660514ad0c593ebb6.zip
Fixed bug 3533414.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4261 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32F2xx/hal_lld.h2
-rw-r--r--readme.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h
index 4d63324ce..736853605 100644
--- a/os/hal/platforms/STM32F2xx/hal_lld.h
+++ b/os/hal/platforms/STM32F2xx/hal_lld.h
@@ -341,7 +341,7 @@
/* RTC attributes.*/
#define STM32_HAS_RTC TRUE
-#define STM32_RTC_HAS_SUBSECONDS TRUE
+#define STM32_RTC_HAS_SUBSECONDS FALSE
#define STM32_RTC_IS_CALENDAR TRUE
/* SDIO attributes.*/
diff --git a/readme.txt b/readme.txt
index 9207188e7..5fdacd8af 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,7 @@
*****************************************************************************
*** 2.5.0 ***
+- FIX: Fixed STM32F2 RTC subseconds (bug 3533414)(backported to 2.4.2).
- FIX: Fixed problem with arm-v6m and state checker (bug 3532591)(backported
to 2.4.2).
- FIX: Fixed wrong MAC divider setting in STM32 MAC driver (bug 3531290)