mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
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 <zhangyu117@xiaomi.com>
This commit is contained in:
parent
a51ecf629a
commit
d26c24bc7b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue