summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-bsp-interrupt-spurious.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-06validation: Improve IRQ handler dispatch testSebastian Huber1-624/+0
Clarify wording. Use a function wrapper for the SMP spurious interrupt setup. Update #3716.
2022-12-02bsps/irq: Rename handler in dispatch tableSebastian Huber1-2/+2
The name handler table was a bit misleading after the last rework. Rename it to distach table. Update the documentation accordingly. Update #4769.
2022-11-11validation: Fix unused variable warningSebastian Huber1-2/+0
2022-11-11validation: Improve spurious interrupt test caseSebastian Huber1-25/+15
Use the tm27 support to test a spurious interrupt. This helps to run the validation test case on targets which have no software interrupt available for tests (for example riscv/PLIC/CLINT in the SMP configuration).
2022-07-14validation: SMP-specific spurious interrupt testSebastian Huber1-23/+125
Update #3716.
2022-07-07validation: Always test spurious interruptsSebastian Huber1-14/+10
Update #3716.
2022-03-24validation: Test Interrupt ManagerSebastian Huber1-0/+538
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.