drivers: counter: stm32: enable support for H7 series

Enable counter driver support for H7 series. Tested with H743ZI MCU
using samples/drivers/counter/alarm.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2020-03-06 05:41:11 -08:00 committed by Maureen Helm
commit ff8fea4ebb
5 changed files with 26 additions and 2 deletions

View file

@ -64,6 +64,12 @@
#include <stm32h7xx_ll_utils.h>
#endif
#ifdef CONFIG_COUNTER_RTC_STM32
#include <stm32h7xx_ll_rtc.h>
#include <stm32h7xx_ll_exti.h>
#include <stm32h7xx_ll_pwr.h>
#endif /* CONFIG_COUNTER_RTC_STM32 */
#endif /* !_ASMLANGUAGE */
#endif /* _STM32F7_SOC_H7_ */