soc: arm: stm32: stm32l1: Add UART support
Add UART support for STM32L1 series SoCs. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
parent
c8b0a8d41f
commit
43e56a93bb
3 changed files with 58 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
#include <stm32l1xx_ll_rcc.h>
|
||||
#endif /* CONFIG_CLOCK_CONTROL_STM32_CUBE */
|
||||
|
||||
#ifdef CONFIG_SERIAL_HAS_DRIVER
|
||||
#include <stm32l1xx_ll_usart.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32L1_SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue