Fixed bug 3533414.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4261 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
4d4f92d00e
commit
77529edc0d
|
@ -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.*/
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue