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 f40dfc7234d fs: add fs dump in ROMFS/LITTLEFS
new f44060ca9f5 arch/tricore: support minimal vectortalbe in tricore
new 4775d6dcebb arch/tricore: support up_trigger_irq
new 9685403038f arch/tricore: modify gpsr init process
The 3 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/Kconfig | 2 +
arch/tricore/include/tc3xx/irq.h | 8 +-
arch/tricore/src/common/tricore_doirq.c | 4 +-
arch/tricore/src/common/tricore_internal.h | 4 +
arch/tricore/src/common/tricore_irq.c | 95 +++++++++++++++++-----
arch/tricore/src/tc3xx/tc3xx_timerisr.c | 4 +-
.../tc397/a2g-tc397-5v-tft/configs/nsh/defconfig | 1 +
include/nuttx/irq.h | 62 +++++++++-----
sched/irq/irq.h | 34 --------
sched/irq/irq_attach.c | 20 ++++-
10 files changed, 153 insertions(+), 81 deletions(-)