summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpschedsem01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2017-02-141-1/+1
| | | | | | | Rename CONFIGURE_SMP_MAXIMUM_PROCESSORS to CONFIGURE_MAXIMUM_PROCESSORS since the SMP part is superfluous. Update #2894.
* Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2017-02-021-2/+0
| | | | | | Enable the SMP support if CONFIGURE_SMP_MAXIMUM_PROCESSORS > 1. Update #2893.
* smpschedsem01: Remove unused variable warning.Jennifer Averett2014-11-251-1/+0
|
* smpschedsem01: new test.Jennifer Averett2014-07-114-0/+132
This test verifies priority is inherited from a high priority semaphore by a lower priority task.