incubator-nuttx/drivers/serial
dongjiuzhu1 e0c18c05e8 fs/driver: using nx_unlink to call unlink ops to release some resource
if driver complete unlink ops, we need to call it to release some resource,
otherwise, it will only remove inode.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2024-03-14 11:53:30 +08:00
..
CMakeLists.txt serial/pl011: rename serial_pl011 to uart_pl011 2024-01-11 13:39:06 +01:00
Kconfig rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
Kconfig-16550 serial/uart_16550: Wait before setting Line Control Register (Synopsys DesignWare 8250) 2023-08-03 08:38:07 +02:00
Kconfig-lpuart
Kconfig-pl011 drivers/serial/pl011: add support of uart0/2/3 port 2024-01-11 13:39:06 +01:00
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs serial/pl011: rename serial_pl011 to uart_pl011 2024-01-11 13:39:06 +01:00
ptmx.c enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
pty.c fs/driver: using nx_unlink to call unlink ops to release some resource 2024-03-14 11:53:30 +08:00
pty.h
serial.c compiler/tasking: fix compiler warning on tasking 2024-01-31 05:02:56 -08:00
serial_dma.c drivers/serial: unmodify head and tail pointers 2023-09-19 09:41:07 +08:00
serial_gdbstub.c support gdbstub use serial. 2023-12-11 08:43:26 -08:00
serial_io.c
uart_16550.c serial/uart_16550: Wait before setting Line Control Register (Synopsys DesignWare 8250) 2023-08-03 08:38:07 +02:00
uart_bth4.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
uart_bth5.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
uart_pl011.c drivers/serial/pl011: add FAR specifier 2024-01-11 13:39:06 +01:00
uart_ram.c drivers/serial: add ram uart driver 2023-09-19 09:41:07 +08:00
uart_rpmsg.c drivers/serial: check the remote device before get name 2023-11-07 18:27:05 +08:00