nuttx/arch/arm/include/armv8-m
hujun5 29e514b276 clock: Correct the usage of atomic64_t atomic functions
Replace CONFIG_SYSTEM_TIME64 conditional atomic64 operations with a unified
seqlock-based approach for managing the system tick counter. This simplifies
code by eliminating architecture-specific branches and provides more robust
thread-safe access patterns.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-02-03 10:18:11 +08:00
..
barriers.h clock: Correct the usage of atomic64_t atomic functions 2026-02-03 10:18:11 +08:00
irq.h arch/arm: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
nvicpri.h armv7/8m: fix regresion from https://github.com/apache/nuttx/pull/14881 2024-12-09 12:20:13 +08:00