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