summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpirqs01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Improve rtems_interrupt_server_create()Sebastian Huber2020-11-241-2/+63
| | | | | | Also start interrupt server tasks on processors which do not have a scheduler. Applications may dynamically manage processors using rtems_scheduler_remove_processor() and rtems_scheduler_add_processor().
* irqs01/smpirqs01: New testsSebastian Huber2020-09-142-0/+210
Close #4034.