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:
Rocco Marco Guglielmi 2021-08-12 08:09:35 +00:00
parent 705a5f707d
commit aa7b999ba9
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,11 @@
/* Driver local definitions. */
/*===========================================================================*/
/**
* @brief Disable watchdog at startup.
*/
#define HAL_CFG_DISABLE_WDG TRUE
/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/

View File

@ -82,6 +82,7 @@
- NEW: Improved boost settings for STM32G4.
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
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 I2S-related definitions missing in STM32F3xx registry (bug #1162).
- FIX: Fixed STM32 SDMMCv2 driver invalid initial clock settings (bug #1160).