Fixed Bug #1166
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14640 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
705a5f707d
commit
aa7b999ba9
|
@ -28,6 +28,11 @@
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable watchdog at startup.
|
||||||
|
*/
|
||||||
|
#define HAL_CFG_DISABLE_WDG TRUE
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
- NEW: Improved boost settings for STM32G4.
|
- NEW: Improved boost settings for STM32G4.
|
||||||
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
|
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
|
||||||
the missing setting STM32_WSPI_QUADSPI1_PRESCALER_VALUE.
|
the missing setting STM32_WSPI_QUADSPI1_PRESCALER_VALUE.
|
||||||
|
- FIX: Fixed missing constant in ADuCM36x hal_lld.c (bug #1166).
|
||||||
- FIX: Fixed invalid STM32 TIM21/TIM22 debug freeze setting (bug #1164).
|
- FIX: Fixed invalid STM32 TIM21/TIM22 debug freeze setting (bug #1164).
|
||||||
- FIX: Fixed I2S-related definitions missing in STM32F3xx registry (bug #1162).
|
- FIX: Fixed I2S-related definitions missing in STM32F3xx registry (bug #1162).
|
||||||
- FIX: Fixed STM32 SDMMCv2 driver invalid initial clock settings (bug #1160).
|
- FIX: Fixed STM32 SDMMCv2 driver invalid initial clock settings (bug #1160).
|
||||||
|
|
Loading…
Reference in New Issue