walnux/include/nuttx/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
..
mxser.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
pty.h serial/pty: Decouple SUSv1 style from pseudo fs operation 2022-02-09 20:35:59 +08:00
serial.h drivers/serial: fix race condition in multi-thread write 2023-05-17 07:56:08 +02:00
tioctl.h nuttx: Add "#include <nuttx/fs/ioctl.h>" to tioctl.h 2022-04-01 16:35:24 +08:00
uart_16550.h arch: Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit 2023-03-27 12:35:04 +03:00
uart_bth4.h serial/uart/h4: add bt h4 uart serial driver 2021-05-31 09:50:54 -03:00
uart_pl011.h arch/arm64: merge serial_pl011.c and qemu_serial.c 2023-05-10 09:06:59 +02:00
uart_rpmsg.h Fix the minor style issue 2022-02-15 15:26:38 +01:00