walnux/libs/libc/machine
chenrun1 1fce345481 libc/machine/CMakeLists: should alaways build arch_atomic.c
Summary:
  This issue comes from https://github.com/apache/nuttx/pull/14570. In the previous Atomic implementation https://github.com/apache/nuttx/pull/13044, we have removed the CONFIG_LIBC_ARCH_ATOMIC macro, so arch_atomic.c should always be compiled.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-11-03 02:33:03 +08:00
..
arm libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arm64 libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
renesas libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
risc-v libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
sim setjmp: fix setjmp returns 0 when calling longjmp with 0 as the second argument 2024-10-15 12:36:19 +08:00
sparc libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
tricore libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
x86 libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
x86_64 libs/x86_64:Add the setjmp/longjmp function 2024-10-09 22:24:03 +08:00
xtensa libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_atomic.c Revert "libc/atomic: decoupling atomic and spinlock to avoid recursion" 2024-10-14 17:42:16 +08:00
arch_libc.c libc/arch_libc: replace all arch define to ARCH_LIBCFUN(x) style 2024-10-31 18:11:16 +08:00
CMakeLists.txt libc/machine/CMakeLists: should alaways build arch_atomic.c 2024-11-03 02:33:03 +08:00
Kconfig nuttx/atomic.h:Fix missing type declarations at compile time 2024-08-22 01:44:29 +08:00
Make.defs libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00