drivers: adc: Add STM32G4X ADC support
Add ADC driver support for STM32G4X SoC series. Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
parent
794606f866
commit
af4678f885
2 changed files with 30 additions and 16 deletions
|
@ -56,6 +56,10 @@
|
|||
#include <stm32g4xx_ll_i2c.h>
|
||||
#endif /* CONFIG_I2C */
|
||||
|
||||
#ifdef CONFIG_ADC_STM32
|
||||
#include <stm32g4xx_ll_adc.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32G4_SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue