mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +00:00
Add support for handling non-maskable interrupts (NMI) on TriCore platforms. The NMI trap handler `tricore_nmitrap()` is provided as a weak function that prints diagnostic information and invokes a panic with register context. The main trap dispatcher will invoke `tricore_nmitrap` when an NMI trap class is detected. This change improves diagnostics when watchdog-induced NMIs or other non-maskable exceptions occur during runtime. Signed-off-by: yukangzhi <yukangzhi@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||