This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2662473b833 sys/resouce: add RLIM_NLIMITS definition
new 641d52fefa3 arch/tricore: Adapt to Trap Exception Display
new 909e63b63ba arch/tricore: upcsa/lowcsa process && dumpinfo
new 2a76bc9d5b1 arch/tricore: dump special registers about trap
new 31adcde41bb arch/tricore: use PRId32 to fixed the correct int type
new 4e40393cc49 arch/tricore: record trapinfo for coredump
The 5 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/Kconfig | 7 +
arch/tricore/include/irq.h | 16 +-
arch/tricore/include/tc3xx/irq.h | 5 +-
arch/tricore/src/common/tricore_csa.c | 4 +-
arch/tricore/src/common/tricore_initialize.c | 2 +
arch/tricore/src/common/tricore_internal.h | 1 +
arch/tricore/src/common/tricore_registerdump.c | 98 +++++++
arch/tricore/src/common/tricore_saveusercontext.c | 31 ++-
arch/tricore/src/common/tricore_trapcall.c | 310 ++++++++++++++++++++++
include/nuttx/arch.h | 10 +
sched/misc/assert.c | 6 +-
tools/nxstyle.c | 2 +
12 files changed, 476 insertions(+), 16 deletions(-)