summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (follow)
Commit message (Expand)AuthorAgeFilesLines
* sptests/spcontext01: Test deferred FP contextAlexander Krutwig2015-05-262-20/+47
* timecounter: Use in RTEMSAlexander Krutwig2015-05-208-11/+348
* timecounter: Port to RTEMSAlexander Krutwig2015-05-206-0/+185
* score: Add static initializers for thread queuesSebastian Huber2015-05-191-0/+14
* score: Remove Giant lock in rtems_clock_tick()Sebastian Huber2015-05-191-4/+0
* score: New thread queue implementationSebastian Huber2015-05-195-67/+54
* score: Add Thread_queue_OperationsSebastian Huber2015-05-191-2/+2
* score: Generalize _Event_Timeout()Sebastian Huber2015-05-191-3/+3
* score: Reduce thread wait statesSebastian Huber2015-05-191-3/+3
* score: New timer server implementationSebastian Huber2015-05-192-110/+59
* score: Add Watchdog_IteratorSebastian Huber2015-05-192-3/+115
* score: Add header to _Watchdog_Remove()Sebastian Huber2015-05-192-2/+2
* score: _Thread_queue_Extract()Sebastian Huber2015-05-191-25/+4
* sptests/spcontext01: Check FPU task combinationsAlexander Krutwig2015-05-072-12/+43
* sptests/spstkalloc02: Fix namespace issueSebastian Huber2015-04-271-3/+3
* sp13/system.h: Account for all message buffersJoel Sherrill2015-04-231-2/+2
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-1/+1
* score: Add _Thread_Get_interrupt_disable()Sebastian Huber2015-04-211-6/+6
* score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber2015-04-201-0/+6
* sp13: Document message buffer usage and adjust configurationJoel Sherrill2015-04-171-5/+26
* sptests/sp52: Reduce clock tick intervalSebastian Huber2015-04-171-0/+2
* score: Fix _TOD_Set_with_timestamp()Sebastian Huber2015-04-171-15/+20
* sptests/sp68: Avoid use of internal variablesSebastian Huber2015-04-161-10/+12
* score: Add _ISR_lock_Flash()Sebastian Huber2015-04-161-0/+2
* spcpuset01: Reduce output to reduce run-timeJoel Sherrill2015-04-144-4045/+12
* sp13: Update configuration to account for messages on fourth message queueJoel Sherrill2015-04-142-1/+6
* score: Add Watchdog_HeaderSebastian Huber2015-04-133-8/+8
* score: Add thread priority change handlerSebastian Huber2015-03-241-2/+2
* testsuites/sptests/sp54/init.c: Add cast to avoid warningJoel Sherrill2015-03-241-1/+1
* sptls03/init.c: Make type and constants uint32_t to avoid overflow warningsJoel Sherrill2015-03-241-4/+4
* sptls01/init.c: Use larger data types for valuesJoel Sherrill2015-03-241-5/+5
* sptests/spwatchdog/init.c: Avoid integer overflowJoel Sherrill2015-03-241-2/+8
* sptests/spedfsched02: Reduce stack space usage to fix on smaller targetsJoel Sherrill2015-03-242-3/+1
* sptests/spatomic01/init.c: Avoid integer overflowJoel Sherrill2015-03-241-8/+11
* sptests/sp34/changepri.c: Correct printf() warningJoel Sherrill2015-03-241-4/+5
* sptests/sp33/init.c: Correct printf() warningJoel Sherrill2015-03-241-2/+3
* sptests/sp20: Reduce memory requirementsJoel Sherrill2015-03-242-3/+1
* sptests/sp13/system.h: Fine tune message buffer configuration to avoid intege...Joel Sherrill2015-03-241-13/+17
* sptests/sp12/pritask.c: Correct printf() warningJoel Sherrill2015-03-241-3/+4
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-221-1/+1
* sptests/spintrcritical23: Fix warningsSebastian Huber2015-03-211-8/+10
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-2037-37/+37
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-206-0/+225
* spcbssched03/tasks_periodic.c: Fixed now used before set warningJoel Sherrill2015-03-171-0/+1
* sptests misc: Update to not use deprecated methodsJoel Sherrill2015-03-176-18/+18
* tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill2015-03-173-166/+185
* tm07: Split some code into new spnotepad02.Joel Sherrill2015-03-1710-22/+116
* cpukit: deprecate notepadsGedare Bloom2015-03-103-1/+4
* score: Implement fine-grained locking for eventsSebastian Huber2015-03-053-31/+49
* score: Update _Thread_Heir only if necessarySebastian Huber2015-03-052-0/+100