extend tests/kernel/arm_irq_vector_table to other platforms #3098
Labels
area: Kernel
Enhancement
Changes/Updates/Additions to existing features
priority: low
Low impact/importance bug
Reported by Andrew Boie:
This test is currently specific to ARM, but really is applicable to all architectures that use an array-type vector table for interrupts: ARM, ARC, and Xtensa. The test proves that it's possible for the end user to override the vector table with their own creation.
Extend this test to those architectures as well. The only arch-specific code is to trigger the interrupt from software. Rename the test so it is not ARM-specific.
(Imported from Jira ZEP-1642)
The text was updated successfully, but these errors were encountered: