mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
f44060ca9f
The SRN number in TriCore far exceeds the PN number. Using IRQ as the PN number would result in an overflow. Therefore, MINIMAL_VECTORTABLE is used to ensure that the PN number does not overflow. Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>