This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit d26c24bc7bd4ae85fb43d13fa5daaf9b3b36aded Author: zhangyu117 <[email protected]> AuthorDate: Thu Oct 30 20:42:31 2025 +0800 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 <[email protected]> --- 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
