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