mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
Enable SYSCALL_HOOKS architecture capability for TriCore platform. This allows runtime interception and hooking of system calls on TriCore architecture, enabling profiling, tracing, and debugging features. Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
@@ -199,6 +199,7 @@ config ARCH_TRICORE
|
||||
bool "Infineon TriCore"
|
||||
select ARCH_HAVE_INTERRUPTSTACK
|
||||
select ARCH_HAVE_STACKCHECK
|
||||
select ARCH_HAVE_SYSCALL_HOOKS
|
||||
select ARCH_HAVE_CUSTOMOPT
|
||||
select ARCH_HAVE_TCBINFO
|
||||
select ARCH_HAVE_REGCPY
|
||||
|
||||
Reference in New Issue
Block a user