nuttx/drivers/serial
zhangyuan29 dcea1b90e7 arch_atomic: only support atomic_xx and atomic64_xx function
Modify the kernel to use only atomic_xx and atomic64_xx interfaces,
avoiding the use of sizeof or typeof to determine the type of
atomic operations, thereby simplifying the kernel's atomic
interface operations.

Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>
2024-12-04 14:03:14 +01:00
..
CMakeLists.txt cmake(bugfix):add missing driver/serial CMake build source 2024-11-13 02:36:18 +08:00
Kconfig
Kconfig-16550
Kconfig-cmsdk
Kconfig-lpuart
Kconfig-pci serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
Kconfig-pl011
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs
ptmx.c
pty.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
pty.h
serial.c Reapply "SYSLOG_DEFAULT: wrap up_putc/up_nputs calls with critical section" 2024-11-18 13:52:53 +08:00
serial_cmsdk.c
serial_dma.c
serial_gdbstub.c
serial_io.c
uart_16550.c
uart_bth4.c
uart_bth5.c
uart_hostfs.c
uart_pci_16550.c serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
uart_pl011.c
uart_ram.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
uart_rpmsg.c