nuttx-mirror/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 serial/gdbstub:Adjust serial port gdbstub Kconfig dependencies 2024-10-24 08:45:21 +08:00
Kconfig-16550 drivers/serial: Add 16550_DLF_SIZE option for DesignWare UART. 2024-10-10 02:38:12 +08:00
Kconfig-cmsdk drivers/serial:support arm cmsdk drivers 2024-04-26 18:42:35 -03:00
Kconfig-lpuart Add initial support for NXP S32K3 MCU family 2022-07-25 23:47:05 +08:00
Kconfig-pci serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
Kconfig-pl011 drivers/serial/uart_pl011.c : add the interface about clock and reset control for reducing power consumption. 2024-06-03 21:18:44 +08:00
Kconfig-sci We have ported NuttX on Renesas RX65N Micro-controller. This port includes following interfaces 2019-10-11 23:36:57 +08:00
Kconfig-uart drivers/serial/Kconfig: Split serial Rx/Tx DMA. 2019-12-03 07:06:30 -06:00
Kconfig-usart drivers/serial/Kconfig: Split serial Rx/Tx DMA. 2019-12-03 07:06:30 -06:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ptmx.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
pty.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
pty.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
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 drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
serial_dma.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
serial_gdbstub.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
serial_io.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
uart_16550.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
uart_bth4.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
uart_bth5.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
uart_hostfs.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
uart_pci_16550.c serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
uart_pl011.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
uart_ram.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
uart_rpmsg.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00