nuttx/drivers/note
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
Kconfig
Make.defs
note_driver.c spelling: fix spelling typo premption -> preemption 2024-11-25 22:05:05 +08:00
note_initialize.c
notectl_driver.c
notelog_driver.c spelling: fix spelling typo premption -> preemption 2024-11-25 22:05:05 +08:00
noteram_driver.c
noterpmsg.h
noterpmsg_driver.c note: Remove enter_critical_section from the sched_note module to avoid recursive calls. 2024-11-26 10:14:02 +08:00
noterpmsg_server.c
notesnap_driver.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
notestream_driver.c