git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9733 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-08-02 08:27:51 +00:00
parent 83a29d333b
commit d82b98664b
2 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,7 @@ static void hal_lld_backup_domain_init(void) {
while ((RCC->CR & RCC_CR_MSIRDY) == 0)
; /* Wait until MSI is stable. */
#endif
#if HAL_USE_RTC
/* If the backup domain hasn't been initialized yet then proceed with
initialization.*/

View File

@ -123,6 +123,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed potential wait states problem in STM32L4 initialization code
(bug #768)(backported to 16.1.6).
- HAL: Fixed SDIO driver not compiling on STM32F446 devices (bug #767)
(backported to 16.1.6).
- HAL: Fixed error in STM32L4xx ST headers (bug #766)(backported to 16.1.6).