1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/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 drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig note: supports specifying the section where the noteram buffer is located 2024-10-13 14:05:50 +08:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
note_driver.c spelling: fix spelling typo premption -> preemption 2024-11-25 22:05:05 +08:00
note_initialize.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
notectl_driver.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
notelog_driver.c spelling: fix spelling typo premption -> preemption 2024-11-25 22:05:05 +08:00
noteram_driver.c note/noteram_driver: Remove the unused variable j 2024-11-17 08:31:08 -03:00
noterpmsg.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
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 drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
notesnap_driver.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
notestream_driver.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00