Fixed STM32L0 RTC alarms number.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8346 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
711b94f688
commit
f70b765a8e
|
@ -141,8 +141,8 @@
|
||||||
/* 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 TRUE
|
||||||
#define STM32_RTC_HAS_PERIODIC_WAKEUPS FALSE
|
#define STM32_RTC_HAS_PERIODIC_WAKEUPS TRUE
|
||||||
#define STM32_RTC_NUM_ALARMS 1
|
#define STM32_RTC_NUM_ALARMS 2
|
||||||
#define STM32_RTC_HAS_INTERRUPTS FALSE
|
#define STM32_RTC_HAS_INTERRUPTS FALSE
|
||||||
|
|
||||||
/* SDIO attributes.*/
|
/* SDIO attributes.*/
|
||||||
|
@ -368,8 +368,8 @@
|
||||||
/* 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 TRUE
|
||||||
#define STM32_RTC_HAS_PERIODIC_WAKEUPS FALSE
|
#define STM32_RTC_HAS_PERIODIC_WAKEUPS TRUE
|
||||||
#define STM32_RTC_NUM_ALARMS 1
|
#define STM32_RTC_NUM_ALARMS 2
|
||||||
#define STM32_RTC_HAS_INTERRUPTS FALSE
|
#define STM32_RTC_HAS_INTERRUPTS FALSE
|
||||||
|
|
||||||
/* SDIO attributes.*/
|
/* SDIO attributes.*/
|
||||||
|
@ -603,8 +603,8 @@
|
||||||
/* 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 TRUE
|
||||||
#define STM32_RTC_HAS_PERIODIC_WAKEUPS FALSE
|
#define STM32_RTC_HAS_PERIODIC_WAKEUPS TRUE
|
||||||
#define STM32_RTC_NUM_ALARMS 1
|
#define STM32_RTC_NUM_ALARMS 2
|
||||||
#define STM32_RTC_HAS_INTERRUPTS FALSE
|
#define STM32_RTC_HAS_INTERRUPTS FALSE
|
||||||
|
|
||||||
/* SDIO attributes.*/
|
/* SDIO attributes.*/
|
||||||
|
|
Loading…
Reference in New Issue