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:
parent
e70de6ee82
commit
ff8fea4ebb
5 changed files with 26 additions and 2 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue