summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add _ISR_lock_Set_name()Sebastian Huber2019-04-121-5/+17
* score: Rename _SMP_Get_processor_count()Sebastian Huber2019-04-111-1/+1
* spmisc01: Use RTEMS_CONSTSebastian Huber2019-04-092-0/+7
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-091-3/+15
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-141-1/+0
* Add rtems_board_support_package()Sebastian Huber2019-03-141-0/+1
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-071-2/+4
* score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber2019-03-012-0/+19
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-182-3/+20
* build: Do not install test programsSebastian Huber2019-01-301-3/+1
* score: Remove unused _ISR_lock_Flash()Sebastian Huber2019-01-181-2/+0
* score: Improve debug support for ISR locksSebastian Huber2019-01-181-0/+12
* build: Remove bogus spqreslib_LDADDSebastian Huber2019-01-141-1/+0
* build: Add missing $(LDADD) for dependenciesSebastian Huber2019-01-141-2/+2
* Adjust interrupt mode tests for some CPU portsSebastian Huber2019-01-092-4/+29
* tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)Sebastian Huber2019-01-095-5/+5
* spcxx01: Add test caseSebastian Huber2018-12-211-0/+10
* Add aligned_alloc() and memalign()Sebastian Huber2018-12-215-0/+99
* score: Fix per-CPU data allocationSebastian Huber2018-12-182-1/+15
* score: Static Objects_Information initializationSebastian Huber2018-12-149-105/+324
* score: Remove Objects_Information::maximumSebastian Huber2018-12-071-34/+38
* score: Optimize object lookupSebastian Huber2018-12-071-20/+218
* rtems: Add rtems_scheduler_get_maximum_priority()Sebastian Huber2018-12-071-1/+25
* tests: Fix rtems_test_spin_until_next_tick()Sebastian Huber2018-12-071-0/+2
* Capitalize Rtems to RTEMSMarçal Comajoan Cara2018-12-041-1/+1
* Convert CPU counter ticks to/from sbintime_tSebastian Huber2018-12-031-2/+13
* rtems: Remove Modes_ControlSebastian Huber2018-11-122-4/+2
* m32c: Remove this targetSebastian Huber2018-11-122-26/+11
* spconfig02: Check object methods in default configSebastian Huber2018-11-075-0/+328
* posix: Enable more sptests test cases by defaultSebastian Huber2018-10-294-96/+35
* config: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber2018-10-241-0/+32
* build: Remove local.amSebastian Huber2018-10-101-1/+0
* tests: Use rtems_task_exit()Sebastian Huber2018-10-0582-167/+97
* spthreadlife01: A task exit must not returnSebastian Huber2018-10-051-3/+3
* rtems: Add rtems_task_exit()Sebastian Huber2018-10-011-3/+27
* spthreadlife01: Remove superfluous restart caseSebastian Huber2018-10-011-3/+0
* Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALLSebastian Huber2018-09-215-58/+0
* score: Fix PER_CPU_DATA_GET_BY_OFFSET()Sebastian Huber2018-09-101-0/+10
* score: Add flexible per-CPU dataSebastian Huber2018-09-107-0/+371
* sptests/spconfig01: New testSebastian Huber2018-09-065-0/+150
* spglobalcon01: LLVM optimization makes variable i always 1Daniel Hellstrom2018-08-241-2/+2
* tests: Remove CONFIGURE_MAXIMUM_DRIVERSSebastian Huber2018-08-073-3/+0
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-251-0/+25
* sptests/sp20: Remove unused variableSebastian Huber2018-07-241-1/+0
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-231-34/+6
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-201-5/+2
* score: Move context validation declarationsSebastian Huber2018-07-201-1/+3
* linux: Add rbtree_postorder_for_each_entry_safe()Sebastian Huber2018-07-161-0/+22
* score: Add postorder tree iteration supportSebastian Huber2018-07-161-0/+182
* Rework initialization and interrupt stack supportSebastian Huber2018-06-272-37/+2