summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpscheduler07 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-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.
* config: Improve EDF SMP scheduler configurationSebastian Huber2019-12-191-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.
* testsuite/smptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-19/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* config: Use new scheduler configuration definesSebastian Huber2018-03-121-4/+4
| | | | Update #3325.
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* score: Add simple affinity support to EDF SMPSebastian Huber2017-07-101-1/+1
| | | | Update #3059.
* score: Add SMP EDF schedulerSebastian Huber2017-06-294-0/+83
Update #3056.