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:
Giovanni Di Sirio 2020-10-31 13:28:00 +00:00
parent 46b8615550
commit e91b9c4818
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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).