Fixed bug #1156.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14300 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
aca575e875
commit
ddda3dc37f
|
@ -1124,8 +1124,8 @@
|
|||
#error "HSI16 not enabled, required by STM32_SAI1SEL"
|
||||
#endif
|
||||
|
||||
#if ((STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI1) || \
|
||||
(STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI2)) && \
|
||||
#if ((STM32_SAI2SEL == STM32_SA21SEL_PLLSAI1) || \
|
||||
(STM32_SAI2SEL == STM32_SA21SEL_PLLSAI2)) && \
|
||||
(STM32_PLLSRC == STM32_PLLSRC_HSI16)
|
||||
#error "HSI16 not enabled, required by STM32_SAI2SEL"
|
||||
#endif
|
||||
|
@ -1228,8 +1228,8 @@
|
|||
#error "HSE not enabled, required by STM32_SAI1SEL"
|
||||
#endif
|
||||
|
||||
#if ((STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI1) | \
|
||||
(STM32_SAI2SEL == STM32_SAI1SEL_PLLSAI2)) && \
|
||||
#if ((STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI1) | \
|
||||
(STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI2)) && \
|
||||
(STM32_PLLSRC == STM32_PLLSRC_HSE)
|
||||
#error "HSE not enabled, required by STM32_SAI2SEL"
|
||||
#endif
|
||||
|
@ -1902,7 +1902,6 @@
|
|||
*/
|
||||
#if (STM32_SAI1SEL == STM32_SAI1SEL_PLLSAI2) || \
|
||||
(STM32_SAI2SEL == STM32_SAI2SEL_PLLSAI2) || \
|
||||
(STM32_ADCSEL == STM32_ADCSEL_PLLSAI1) || \
|
||||
defined(__DOXYGEN__)
|
||||
|
||||
#if STM32_PLLSAI2CLKIN == 0
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
*** 20.3.4 ***
|
||||
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
|
||||
the missing setting STM32_WSPI_QUADSPI1_PRESCALER_VALUE.
|
||||
- FIX: Fixed wrong checks related to PLLSAI2 on L4 and L4+ (bug #1156).
|
||||
- FIX: Fixed STM32G431 DMA defines error (bug #1155).
|
||||
- FIX: Fixed errors in STM32L4xx registry (bug #1154).
|
||||
- FIX: Fixed QUADSPI errata fix applied to all platforms (bug #1153).
|
||||
|
|
Loading…
Reference in New Issue