nuttx/libs/libc/machine/tricore
zhangyu117 aee6fa1462 nuttx/atomic: use toolchain builtin atomic function
The reason for using builtin atomic is that in C++, when include <atomic> in <nuttx/atomic.h> easily conflicts with third-party function libraries. We wanted to completely separate the implementation of <nuttx/atomic.h>.

There are two points:
1. use builtin function directly.
2. Without the standard library implementation, need implement "atomic_fetch_xxx", leading conflicts with the standard library used by third-party programs, introducing redefinition issues and requiring name changes.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 13:20:45 +08:00
..
arch_atomic.c nuttx/atomic: use toolchain builtin atomic function 2026-08-24 13:20:45 +08:00
arch_setjmp.c arch/tricore: Full implementation of setjmp and longjmp. 2026-05-22 00:38:02 +08:00
CMakeLists.txt nuttx/libc: refine the atomic related Kconfig 2026-08-24 13:20:45 +08:00
Kconfig arch/tricore: Support setjmp and longjmp. 2026-05-22 00:38:02 +08:00
Make.defs nuttx/libc: refine the atomic related Kconfig 2026-08-24 13:20:45 +08:00