From d26c24bc7bd4ae85fb43d13fa5daaf9b3b36aded Mon Sep 17 00:00:00 2001 From: zhangyu117 Date: Thu, 30 Oct 2025 20:42:31 +0800 Subject: [PATCH] arch/tricore: use tricore arch-atomic-instruction version Select LIBC_ATOMIC_ARCH for TriCore when not using Tasking toolchain, so that the tricore arch-atomic implementation is used instead of the toolchain builtin. Signed-off-by: zhangyu117 --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index 22ed70d78af..95a74a3f63b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -206,6 +206,7 @@ config ARCH_TRICORE select ARCH_HAVE_CUSTOMOPT select ARCH_HAVE_TCBINFO select ARCH_HAVE_REGCPY + select LIBC_ATOMIC_ARCH if !TRICORE_TOOLCHAIN_TASKING ---help--- Infineon 32-bit AURIX TriCore architectures