nuttx/drivers/serial
zhangyu117 e2a99f096e Revert "drivers/serial/uart_gsmmux: fix atomic print type not match"
This reverts commit a14f0514f3bf930cdf9f6a4b63d60ec8e0d5ddeb.

Reason for revert: revert type warning process

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-04-21 01:36:04 +08:00
..
CMakeLists.txt serial: support gsmmux 2026-04-21 01:29:22 +08:00
Kconfig nuttx: add TTY_SIGINT/SIGTSTP depend config !DISABLE_SIGNALS in case that they can not work normally 2026-04-21 01:31:53 +08:00
Kconfig-16550 Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
Kconfig-cmsdk Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
Kconfig-lpuart Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.3-0806 2026-04-20 22:05:38 +08:00
Kconfig-pci drivers/serial: simplify 16550_PCI_UARTx_CLOCK config 2026-04-21 01:17:01 +08:00
Kconfig-pl011 Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
Kconfig-sci
Kconfig-uart
Kconfig-usart drivers/serial/serial: prevent race conditions on 8-bit architectures 2026-04-21 01:24:59 +08:00
Make.defs serial: support gsmmux 2026-04-21 01:29:22 +08:00
ptmx.c drivers/serial: fix the issue of the refs count for filep being zeroed out by utilizing dup2 2026-04-21 01:24:56 +08:00
pty.c driver/serial/pty: Fixed use-after-free issue when pty_register2 registration failed. 2026-04-21 01:35:44 +08:00
pty.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
serial.c gdbstub: use poll to attach to uart 2026-04-21 01:33:55 +08:00
serial_cmsdk.c serial/cmsdk: fix RX lockup caused by up_putc disabling RX interrupts 2026-04-21 01:36:00 +08:00
serial_dma.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
serial_gdbstub.c gdbstub: move file_open into uart_gdbstub_attach 2026-04-21 01:35:34 +08:00
serial_io.c drivers/serial: using temp space to receive when rxbuffer is full 2026-04-21 01:26:50 +08:00
uart_16550.c serial/16550: add sched_lock to avoid txint happen context switch 2026-04-21 01:35:56 +08:00
uart_bth4.c bluetooth: bth4 adjust critical section to spin lock 2026-04-21 01:25:04 +08:00
uart_bth5.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
uart_gsmmux.c Revert "drivers/serial/uart_gsmmux: fix atomic print type not match" 2026-04-21 01:36:04 +08:00
uart_hostfs.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
uart_pci_16550.c use small lock in following files 2026-04-21 01:19:05 +08:00
uart_pl011.c serial/pl011: fix pl011_putc SMP race on IMSC causing RX input loss 2026-04-21 01:36:01 +08:00
uart_ram.c uart_ram: fix warning on incompatible pointer type 2026-04-21 01:32:59 +08:00
uart_rpmsg.c uart_rpmsg: copy devname and cpuname to local 2026-04-21 01:28:37 +08:00