incubator-nuttx/drivers/serial
ligd 3479622fec serial: use nxsig_tgkill instead of nxsig_kill
Caused nxsig_tgkill is for the one thread, nxsig_kill for the group

Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-10-12 09:30:37 +08:00
..
CMakeLists.txt drivers/serial/CMakeLists.txt: add missing files 2024-10-05 23:40:11 +08:00
Kconfig drivers/serial: support force panic only when repeat the panic char 2024-10-10 02:38:12 +08:00
Kconfig-16550 drivers/serial: Add 16550_DLF_SIZE option for DesignWare UART. 2024-10-10 02:38:12 +08:00
Kconfig-cmsdk
Kconfig-lpuart
Kconfig-pci drivers: add UART 16550 compatible PCI device support 2024-09-15 03:37:58 +08:00
Kconfig-pl011
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs serial: use hostfs read/write on stdio as uart 2024-09-28 13:53:06 +08:00
ptmx.c pty: use mutex to protect alloc minor 2024-08-25 22:16:53 +08:00
pty.c libc:getline support backspace 2024-10-11 03:11:26 +08:00
pty.h
serial.c ICANON mode need echo every bytes 2024-10-11 03:11:26 +08:00
serial_cmsdk.c
serial_dma.c serial: use nxsig_tgkill instead of nxsig_kill 2024-10-12 09:30:37 +08:00
serial_gdbstub.c gdbstub: support the use of recvbuf and sendbuf 2024-10-09 15:41:48 +08:00
serial_io.c serial: use nxsig_tgkill instead of nxsig_kill 2024-10-12 09:30:37 +08:00
uart_16550.c drivers/serial: Add 16550_DLF_SIZE option for DesignWare UART. 2024-10-10 02:38:12 +08:00
uart_bth4.c circbuf: Move from mm/circbuf to libs/libc/misc 2024-10-09 08:41:49 +08:00
uart_bth5.c circbuf: Move from mm/circbuf to libs/libc/misc 2024-10-09 08:41:49 +08:00
uart_hostfs.c serial: use hostfs read/write on stdio as uart 2024-09-28 13:53:06 +08:00
uart_pci_16550.c serial/pci_16550: make sure that interrupts are disabled during init 2024-09-18 23:54:12 +08:00
uart_pl011.c serial/pl011: fix can't up_putc() after setup 2024-10-10 02:38:12 +08:00
uart_ram.c
uart_rpmsg.c rpmsg services: should release the tx buffer when rpmsg_send_nocopy failed 2024-10-08 18:26:39 +08:00