Skip to content

Commit 6430ad4

Browse files
VynDragoncfriedt
authored andcommitted
drivers: serial: increase FIFO threshold for BFLB uart driver
Increases the fifo threshold for tx, should increase speed a bit. Signed-off-by: Camille BAUD <[email protected]>
1 parent b20d343 commit 6430ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/serial/uart_bflb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ static DEVICE_API(uart, uart_bflb_driver_api) = {
612612
.base_reg = DT_INST_REG_ADDR(instance), \
613613
\
614614
.bit_order = UART_MSB_FIRST, \
615-
.tx_fifo_threshold = 8, \
615+
.tx_fifo_threshold = 16, \
616616
.rx_fifo_threshold = 0, \
617617
BFLB_UART_IRQ_HANDLER_FUNC(instance) \
618618
}; \

0 commit comments

Comments
 (0)