Fixed bug #1131.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13899 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
7064624f81
commit
d0ec6c06b8
|
@ -616,7 +616,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -329,7 +329,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -346,7 +346,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -424,7 +424,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -578,7 +578,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -668,7 +668,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1445,7 +1445,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -807,7 +807,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1148,7 +1148,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -862,7 +862,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -953,7 +953,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1501,7 +1501,7 @@
|
|||
#else /* !STM32_LSI_ENABLED */
|
||||
#define STM32_LSI_CK 0U
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI_CK
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI_CK)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -758,7 +758,7 @@
|
|||
#error "LSI not enabled, required by STM32_MCOSEL"
|
||||
#endif
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -496,7 +496,7 @@
|
|||
#error "LSI not enabled, required by STM32_MCOSEL"
|
||||
#endif
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1246,7 +1246,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1179,7 +1179,7 @@
|
|||
#if STM32_LSI_ENABLED
|
||||
#else /* !STM32_LSI_ENABLED */
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1001,7 +1001,7 @@
|
|||
*/
|
||||
#if !STM32_LSI_ENABLED
|
||||
|
||||
#if STM32_RTCSEL == STM32_RTCSEL_LSI
|
||||
#if HAL_USE_RTC && (STM32_RTCSEL == STM32_RTCSEL_LSI)
|
||||
#error "LSI not enabled, required by STM32_RTCSEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -122,6 +122,8 @@
|
|||
MEMS Accelerometers.
|
||||
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
|
||||
- NEW: Added latency measurement test application.
|
||||
- FIX: Fixed wrong check on LSI on all STM32 platforms (bug #1131)
|
||||
(backported to 20.3.3)(backported to 19.1.5).
|
||||
- FIX: Fixed OSAL does not allow 64 bits resolution values (bug #1128)
|
||||
(backported to 20.3.3)(backported to 19.1.5).
|
||||
- FIX: Fixed wrong SDMMC RCC macros for STM32H7xx (bug #1127)
|
||||
|
|
Loading…
Reference in New Issue