Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend tests/kernel/arm_irq_vector_table to other platforms #3098

Closed
zephyrbot opened this issue Jan 26, 2017 · 0 comments
Closed

extend tests/kernel/arm_irq_vector_table to other platforms #3098

zephyrbot opened this issue Jan 26, 2017 · 0 comments
Assignees
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: low Low impact/importance bug

Comments

@zephyrbot
Copy link
Collaborator

zephyrbot commented Jan 26, 2017

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)

@zephyrbot zephyrbot added priority: low Low impact/importance bug area: Kernel Enhancement Changes/Updates/Additions to existing features labels Sep 23, 2017
@zephyrbot zephyrbot mentioned this issue Sep 23, 2017
14 tasks
@nashif nashif closed this as completed Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants