Fixed bug #1129.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13896 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
46b8615550
commit
e91b9c4818
|
@ -467,7 +467,7 @@
|
||||||
#define ST_LLD_NUM_ALARMS STM32_ST_ENFORCE_ALARMS
|
#define ST_LLD_NUM_ALARMS STM32_ST_ENFORCE_ALARMS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif OSAL_ST_MODE == OSAL_ST_MODE_FREERUNNING
|
#elif OSAL_ST_MODE == OSAL_ST_MODE_PERIODIC
|
||||||
|
|
||||||
#define STM32_ST_USE_SYSTICK TRUE
|
#define STM32_ST_USE_SYSTICK TRUE
|
||||||
#define STM32_ST_USE_TIM2 FALSE
|
#define STM32_ST_USE_TIM2 FALSE
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 20.3.3 ***
|
*** 20.3.3 ***
|
||||||
|
- FIX: Fixed wrong check in STM32 ST driver (bug #1129).
|
||||||
- FIX: Fixed OSAL does not allow 64 bits resolution values (bug #1128).
|
- FIX: Fixed OSAL does not allow 64 bits resolution values (bug #1128).
|
||||||
- FIX: Fixed wrong SDMMC RCC macros for STM32H7xx (bug #1127).
|
- FIX: Fixed wrong SDMMC RCC macros for STM32H7xx (bug #1127).
|
||||||
- FIX: Fixed STM32 ADCv3 hangin on initialization (bug #1126).
|
- FIX: Fixed STM32 ADCv3 hangin on initialization (bug #1126).
|
||||||
|
|
Loading…
Reference in New Issue