drivers: serial: stm32: add LPUART support for L0/L4 series
LPUART (Low-power UART) peripheral is just like ordinary U(S)ART which lives in a separate clock/power domain. Therefore already existing code could be reused as is almost entirely. Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
This commit is contained in:
parent
967c31bc07
commit
1e6d827a53
9 changed files with 132 additions and 8 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#ifdef CONFIG_SERIAL_HAS_DRIVER
|
||||
#include <stm32l4xx_ll_usart.h>
|
||||
#include <stm32l4xx_ll_lpuart.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_CLOCK_CONTROL_STM32_CUBE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue