summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpscheduler07 (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-23libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber1-1/+1
Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
2019-12-19config: Improve EDF SMP scheduler configurationSebastian Huber1-1/+1
Use CONFIGURE_MAXIMUM_PROCESSORS to configure the EDF SMP scheduler context. This avoids hard to debug configuration errors resulting in memory corruptions. Close #3815.
2018-04-10testsuite/smptests: Merged nested Makefile.am files into one Makefile.amChris Johns1-19/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-03-12config: Use new scheduler configuration definesSebastian Huber1-4/+4
Update #3325.
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-07-10score: Add simple affinity support to EDF SMPSebastian Huber1-1/+1
Update #3059.
2017-06-29score: Add SMP EDF schedulerSebastian Huber4-0/+83
Update #3056.