drivers: counter: Add STM32G4X counter support

Add counter driver support for STM32G4X SoC series.

Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
Richard Osterloh 2019-09-04 09:47:06 +01:00 committed by Andrew Boie
commit c678d4508d
5 changed files with 26 additions and 2 deletions

View file

@ -60,6 +60,12 @@
#include <stm32g4xx_ll_adc.h>
#endif
#if defined(CONFIG_COUNTER_RTC_STM32)
#include <stm32g4xx_ll_rtc.h>
#include <stm32g4xx_ll_exti.h>
#include <stm32g4xx_ll_pwr.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32G4_SOC_H_ */