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:
Richard Osterloh 2019-09-04 09:45:46 +01:00 committed by Andrew Boie
commit af4678f885
2 changed files with 30 additions and 16 deletions

View file

@ -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_ */