incubator-nuttx/include/nuttx/serial
yinshengkai 1d8e69700f drivers/serial: add ram uart driver
It uses the memory block as the serial communication medium, which can communicate between different processes or different CPUs

Using the following configuration, the cross-core communication rate of 200MHz cortex-M55 is about 461KB/s
RAM_UART_BUFSIZE=1024
RAM_UART_POLLING_INTERVAL=100

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2023-09-19 09:41:07 +08:00
..
mxser.h
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 serial/uart_16550: Wait before setting Line Control Register (Synopsys DesignWare 8250) 2023-08-03 08:38:07 +02:00
uart_bth4.h
uart_bth5.h serial/uart/h5: add bt h5 uart serial driver 2023-08-25 17:17:37 +08:00
uart_pl011.h include/nuttx/serial: remove unrelated comments 2023-05-19 02:40:38 +08:00
uart_ram.h drivers/serial: add ram uart driver 2023-09-19 09:41:07 +08:00
uart_rpmsg.h Fix the minor style issue 2022-02-15 15:26:38 +01:00