nuttx/drivers/serial
yangsong8 c497c5feb0 drivers/serial/cdcacm: Reduce one copy of data between serial and cdcacm framework
Data form serial framework will be written to usb reqbuf directly,
and data form cdcacm will be read form reqbuf directly.

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2025-03-05 12:52:00 -03:00
..
CMakeLists.txt
Kconfig serial: Add struct serial_icounter_s and CONFIG_SERIAL_TIOCGICOUNT 2025-02-14 18:24:47 +01:00
Kconfig-16550
Kconfig-cmsdk
Kconfig-lpuart
Kconfig-pci drivers/serial: simplify 16550_PCI_UARTx_CLOCK config 2025-01-03 08:52:43 +08:00
Kconfig-pl011
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs
ptmx.c ptmx: When alloc minor, skip the start addr if it has been used 2025-03-04 09:14:25 +01:00
pty.c
pty.h
serial.c drivers/serial/cdcacm: Reduce one copy of data between serial and cdcacm framework 2025-03-05 12:52:00 -03:00
serial_cmsdk.c
serial_dma.c
serial_gdbstub.c gdbstub: change send buffer to const char 2025-01-20 20:07:13 +08:00
serial_io.c
uart_16550.c
uart_bth4.c
uart_bth5.c
uart_hostfs.c
uart_pci_16550.c
uart_pl011.c fix a deadlock 2024-12-25 04:22:49 -03:00
uart_ram.c serial/uart_ram: update lower buffer offset if previous send completes 2025-01-23 18:14:48 +08:00
uart_rpmsg.c