Fixed bug 3533414.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4261 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-06-09 16:28:23 +00:00
parent 4d4f92d00e
commit 77529edc0d
2 changed files with 2 additions and 1 deletions

View File

@ -341,7 +341,7 @@
/* RTC attributes.*/ /* RTC attributes.*/
#define STM32_HAS_RTC TRUE #define STM32_HAS_RTC TRUE
#define STM32_RTC_HAS_SUBSECONDS TRUE #define STM32_RTC_HAS_SUBSECONDS FALSE
#define STM32_RTC_IS_CALENDAR TRUE #define STM32_RTC_IS_CALENDAR TRUE
/* SDIO attributes.*/ /* SDIO attributes.*/

View File

@ -81,6 +81,7 @@
***************************************************************************** *****************************************************************************
*** 2.5.0 *** *** 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 - FIX: Fixed problem with arm-v6m and state checker (bug 3532591)(backported
to 2.4.2). to 2.4.2).
- FIX: Fixed wrong MAC divider setting in STM32 MAC driver (bug 3531290) - FIX: Fixed wrong MAC divider setting in STM32 MAC driver (bug 3531290)