nuttx/drivers/serial
chao an 6be363ff35 drivers/serial: fix race condition in multi-thread write
if multiple threads are doing serial read/write at the same time,
the driver will only wake up one of the thread, which will cause
other threads fail to be woken up in time and cause blocking

Signed-off-by: chao an <anchao@xiaomi.com>
2023-05-17 07:56:08 +02:00
..
Kconfig
Kconfig-16550
Kconfig-lpuart
Kconfig-pl011
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs
ptmx.c
pty.c
pty.h
serial_dma.c
serial_io.c
serial_pl011.c
serial.c drivers/serial: fix race condition in multi-thread write 2023-05-17 07:56:08 +02:00
uart_16550.c
uart_bth4.c
uart_rpmsg.c