summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-03sptests/spcontext01: Improve outputSebastian Huber2-10/+20
2015-05-26sptests/spcontext01: Test deferred FP contextAlexander Krutwig2-20/+47
2015-05-20timecounter: Use in RTEMSAlexander Krutwig8-11/+348
2015-05-20timecounter: Port to RTEMSAlexander Krutwig6-0/+185
2015-05-19score: Add static initializers for thread queuesSebastian Huber1-0/+14
2015-05-19score: Remove Giant lock in rtems_clock_tick()Sebastian Huber1-4/+0
2015-05-19score: New thread queue implementationSebastian Huber5-67/+54
2015-05-19score: Add Thread_queue_OperationsSebastian Huber1-2/+2
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber1-3/+3
2015-05-19score: Reduce thread wait statesSebastian Huber1-3/+3
2015-05-19score: New timer server implementationSebastian Huber2-110/+59
2015-05-19score: Add Watchdog_IteratorSebastian Huber2-3/+115
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber2-2/+2
2015-05-19score: _Thread_queue_Extract()Sebastian Huber1-25/+4
2015-05-07sptests/spcontext01: Check FPU task combinationsAlexander Krutwig2-12/+43
2015-04-27sptests/spstkalloc02: Fix namespace issueSebastian Huber1-3/+3
2015-04-23sp13/system.h: Account for all message buffersJoel Sherrill1-2/+2
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-1/+1
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber1-6/+6
2015-04-20score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber1-0/+6
2015-04-17sp13: Document message buffer usage and adjust configurationJoel Sherrill1-5/+26
2015-04-17sptests/sp52: Reduce clock tick intervalSebastian Huber1-0/+2
2015-04-17score: Fix _TOD_Set_with_timestamp()Sebastian Huber1-15/+20
2015-04-16sptests/sp68: Avoid use of internal variablesSebastian Huber1-10/+12
2015-04-16score: Add _ISR_lock_Flash()Sebastian Huber1-0/+2
2015-04-14spcpuset01: Reduce output to reduce run-timeJoel Sherrill4-4045/+12
2015-04-14sp13: Update configuration to account for messages on fourth message queueJoel Sherrill2-1/+6
2015-04-13score: Add Watchdog_HeaderSebastian Huber3-8/+8
2015-03-24score: Add thread priority change handlerSebastian Huber1-2/+2
2015-03-24testsuites/sptests/sp54/init.c: Add cast to avoid warningJoel Sherrill1-1/+1
2015-03-24sptls03/init.c: Make type and constants uint32_t to avoid overflow warningsJoel Sherrill1-4/+4
2015-03-24sptls01/init.c: Use larger data types for valuesJoel Sherrill1-5/+5
2015-03-24sptests/spwatchdog/init.c: Avoid integer overflowJoel Sherrill1-2/+8
2015-03-24sptests/spedfsched02: Reduce stack space usage to fix on smaller targetsJoel Sherrill2-3/+1
2015-03-24sptests/spatomic01/init.c: Avoid integer overflowJoel Sherrill1-8/+11
2015-03-24sptests/sp34/changepri.c: Correct printf() warningJoel Sherrill1-4/+5
2015-03-24sptests/sp33/init.c: Correct printf() warningJoel Sherrill1-2/+3
2015-03-24sptests/sp20: Reduce memory requirementsJoel Sherrill2-3/+1
2015-03-24sptests/sp13/system.h: Fine tune message buffer configuration to avoid intege...Joel Sherrill1-13/+17
2015-03-24sptests/sp12/pritask.c: Correct printf() warningJoel Sherrill1-3/+4
2015-03-22score: Simplify debug code and use _Assert()Sebastian Huber1-1/+1
2015-03-21sptests/spintrcritical23: Fix warningsSebastian Huber1-8/+10
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber37-37/+37
2015-03-20score: Fix _Thread_Change_priority()Sebastian Huber6-0/+225
2015-03-17spcbssched03/tasks_periodic.c: Fixed now used before set warningJoel Sherrill1-0/+1
2015-03-17sptests misc: Update to not use deprecated methodsJoel Sherrill6-18/+18
2015-03-17tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill3-166/+185
2015-03-17tm07: Split some code into new spnotepad02.Joel Sherrill10-22/+116
2015-03-10cpukit: deprecate notepadsGedare Bloom3-1/+4
2015-03-05score: Implement fine-grained locking for eventsSebastian Huber3-31/+49