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:
parent
f9d2a41612
commit
26c38a49a2
3 changed files with 41 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue