From d96f37cf7b042e1e878f107c0a1be3dea01a8826 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 27 May 2014 07:11:23 -0600 Subject: STM32 RTC: Add retry to initialization logic. Sometime RTC initialization takes longer. From dlsitzer. --- nuttx/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 82e83517d..4518aec22 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -7379,4 +7379,6 @@ that were reverted in the PX4 repositories (2014-5-25). * sched/Kconfig: CONFIG_START_YEAR/MONTH/DAY are not required is the RTC is enabled (2014-5-26). - + * arch/arm/src/stm32/stm32_rtcc.c: Add retry logic to RTC initialization. + It sometimes takes longer for the RTC to initialize, at least as noted + on an F2 part. From dlsitzer (2014-5-27). -- cgit v1.2.3