summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpipi01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Introduce _SMP_Get_online_processors()Sebastian Huber2017-07-071-2/+2
| | | | Update #3059.
* score: Use <sys/bitset.h> for Processor_maskSebastian Huber2017-07-061-2/+2
| | | | | | | | Implement the Processor_mask via <sys/bitset.h>. Provide _Processor_mask_To_uint32_t() to enable its use in device specific routines, e.g. interrupt affinity register in an interrupt controller. Update #3059.
* 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.
* score: Add _SMP_Online_processorsSebastian Huber2016-03-041-0/+10
|
* tests: Add documentationSebastian Huber2014-09-011-1/+3
|
* score: Add SMP test message handlerSebastian Huber2014-05-054-0/+243
This handler can be used to test the inter-processor interrupt implementation.