nuttx/include/nuttx/rpmsg
Bowen Wang 960bd97bb0 drivers/rpmsg: use NuttX atomic_t API instead of C11 atomics
Replace C11 atomic types and operations with NuttX native atomic
interfaces (atomic_t, atomic_set, atomic_fetch_and_acquire,
atomic_fetch_or_acquire) to avoid build failures on toolchains
that lack full C11 atomics support.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2026-05-21 06:28:36 +08:00
..
rpmsg.h drivers/rpmsg: use NuttX atomic_t API instead of C11 atomics 2026-05-21 06:28:36 +08:00
rpmsg_ping.h rpmsg_ping.c: change msg cmd type for more compatible 2024-10-11 14:59:26 +08:00
rpmsg_port.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
rpmsg_router.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
rpmsg_virtio.h rpmsg_virtio/rptun: support fallback cpuname when VIRTIO_RPMSG_F_CPUNAME not set 2026-02-04 20:01:13 -03:00
rpmsg_virtio_ivshmem.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
rpmsg_virtio_lite.h rpmsg/rpmsg_virtio_lite: rename rpmsg_virtio to rpmsg_virtio_lite 2024-12-28 22:43:20 -03:00