This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 68a5732d9ad stdio.h: Update TMP_MAX definition to match Linux.
new 8da6b45939d arch/tricore: Regs for context switching save the memory
address of the CSA.
new 8a15aebfeae arch/tricore: Resolving gcc compilation warning
new 6b755dea45a arch/tricore: optimize task switching process
new 69ed5f54f30 tricore: remove up_set_current_regs/up_current_regs
new b8fd06cf0eb arch/tricore: Inline up_switch_context
new 8786c814f00 arch/tricore: syscall SYS_switch_context and
SYS_restore_context use 0 para
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/tricore/include/inttypes.h | 4 +-
arch/tricore/include/irq.h | 73 +++++++++++---------
arch/tricore/src/common/CMakeLists.txt | 1 -
arch/tricore/src/common/Make.defs | 1 -
arch/tricore/src/common/tricore_csa.c | 2 +-
arch/tricore/src/common/tricore_doirq.c | 44 +++++-------
arch/tricore/src/common/tricore_exit.c | 10 +--
arch/tricore/src/common/tricore_initialize.c | 4 +-
arch/tricore/src/common/tricore_internal.h | 22 +-----
.../tricore/src/common/tricore_schedulesigaction.c | 19 +++---
arch/tricore/src/common/tricore_sigdeliver.c | 3 +-
arch/tricore/src/common/tricore_svcall.c | 78 ++++++----------------
arch/tricore/src/common/tricore_switchcontext.c | 27 +-------
arch/tricore/src/common/tricore_trapcall.c | 4 +-
tools/nxstyle.c | 2 +
15 files changed, 106 insertions(+), 188 deletions(-)