drivers: serial: stm32: use generic LL headers
Use generic LL headers instead of depending on soc.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
ca3488cb9b
commit
e83fab32d7
16 changed files with 3 additions and 66 deletions
|
@ -28,6 +28,9 @@
|
|||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
#include "uart_stm32.h"
|
||||
|
||||
#include <stm32_ll_usart.h>
|
||||
#include <stm32_ll_lpuart.h>
|
||||
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(uart_stm32);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue