drivers: gpio: Add STM32G0X pinmux support

Add gpio support for STM32G0X SoC series.

Signed-off-by: Philippe Retornaz <philippe@shapescale.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>

# Conflicts:
#	drivers/gpio/gpio_stm32.h
This commit is contained in:
Francois Ramu 2019-07-01 16:46:34 +02:00 committed by Maureen Helm
commit dd3ee06af7
5 changed files with 111 additions and 0 deletions

View file

@ -36,6 +36,10 @@
#include <stm32g0xx_ll_rcc.h>
#endif /* CONFIG_CLOCK_CONTROL_STM32_CUBE */
#ifdef CONFIG_GPIO_STM32
#include <stm32g0xx_ll_gpio.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32G0_SOC_H_ */