Allow to customize uart source_clk

This is for example needed when using an external crystal to select
UART_SCLK_XTAL, which fixes uart comm issue when using PM with light
sleep enabled.
This commit is contained in:
Bruno Binet
2022-06-22 15:37:06 +02:00
parent 51a50db0fd
commit d723fb7a5a
4 changed files with 7 additions and 3 deletions

View File

@ -17,4 +17,5 @@
typedef int uart_port_t;
typedef int uart_word_length_t;
typedef int uart_stop_bits_t;
typedef int uart_parity_t;
typedef int uart_parity_t;
typedef int uart_sclk_t;