drivers/rtc: Enable RTC driver for STM32F4 series

Enable RTC driver for STM32F4 series.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2018-06-20 19:48:31 +03:00 committed by Kumar Gala
commit 10c763cfbc
6 changed files with 29 additions and 11 deletions

View file

@ -59,6 +59,12 @@
#include <stm32f4xx_ll_iwdg.h>
#endif
#ifdef CONFIG_RTC_STM32
#include <stm32f4xx_ll_rtc.h>
#include <stm32f4xx_ll_exti.h>
#include <stm32f4xx_ll_pwr.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32F4_SOC_H_ */