1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/include/nuttx/lib
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
..
builtin.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
float.h float.h: Define FLT_ROUNDS if not defined by toolchain previously 2024-12-03 08:38:58 +08:00
lib.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
math.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
math32.h math: remove is_power_of_2() keep IS_POWER_OF_2() 2024-10-07 18:39:27 +08:00
modlib.h modlib:if elf in romfs/tmpfs, try use xipbase 2024-10-16 18:40:06 +08:00
setjmp.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
stdarg.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
xorshift128.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00