Fixed bug #968.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12197 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
06246dd30b
commit
0af5ddacc3
|
@ -1033,8 +1033,8 @@
|
||||||
#error "HSI16 not enabled, required by STM32_SAI1SEL"
|
#error "HSI16 not enabled, required by STM32_SAI1SEL"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI1) || \
|
#if ((STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI1) || \
|
||||||
(STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI2)) && \
|
(STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI2)) && \
|
||||||
(STM32_PLLSRC == STM32_PLLSRC_HSI16)
|
(STM32_PLLSRC == STM32_PLLSRC_HSI16)
|
||||||
#error "HSI16 not enabled, required by STM32_SAI2SEL"
|
#error "HSI16 not enabled, required by STM32_SAI2SEL"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1095,8 +1095,8 @@
|
||||||
#error "HSE not enabled, required by STM32_SAI1SEL"
|
#error "HSE not enabled, required by STM32_SAI1SEL"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI1) | \
|
#if ((STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI1) | \
|
||||||
(STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI2)) && \
|
(STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI2)) && \
|
||||||
(STM32_PLLSRC == STM32_PLLSRC_HSE)
|
(STM32_PLLSRC == STM32_PLLSRC_HSE)
|
||||||
#error "HSE not enabled, required by STM32_SAI2SEL"
|
#error "HSE not enabled, required by STM32_SAI2SEL"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -141,6 +141,8 @@
|
||||||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||||
|
- HAL: Fixed incorrect checks on STM32_SAI2SEL option in STM32L4 HAL
|
||||||
|
(bug #968)(backported to 18.2.2 and 17.6.5).
|
||||||
- HAL: Fixed incorrect handling of PDIV dividers in STM32L4 HAL (bug #967)
|
- HAL: Fixed incorrect handling of PDIV dividers in STM32L4 HAL (bug #967)
|
||||||
(backported to 18.2.2).
|
(backported to 18.2.2).
|
||||||
- HAL: Fixed documentation error in spiStop() (bug #966)(backported
|
- HAL: Fixed documentation error in spiStop() (bug #966)(backported
|
||||||
|
|
Loading…
Reference in New Issue