soc: arm: uart: Add STM32G0X UART support

Add UART support for STM32G0X SoC series.

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

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2019-06-26 13:34:28 +02:00 committed by Maureen Helm
commit 26c38a49a2
3 changed files with 41 additions and 0 deletions

View file

@ -44,6 +44,10 @@
#include <stm32g0xx_ll_gpio.h>
#endif
#ifdef CONFIG_SERIAL_HAS_DRIVER
#include <stm32g0xx_ll_usart.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32G0_SOC_H_ */