summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-03-05score: Update _Thread_Heir only if necessarySebastian Huber2-0/+100
2015-03-05tests: Fix warningsSebastian Huber2-3/+3
2015-03-04score: ISR lock C/C++ compatiblity issueSebastian Huber1-2/+2
2015-02-26sptests/sp76: Check that the right task executesSebastian Huber1-8/+11
2015-02-19sptests: Add missing test extensionSebastian Huber3-0/+6
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber6-0/+321
2015-02-12IMFS: Add fine grained configurationSebastian Huber2-4/+0
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber4-6/+0
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber6-70/+1
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-2/+1
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber17-30/+0
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-12-03sptests: Add get_one_tick_busy_value()Sebastian Huber1-29/+38
2014-12-02spcpuset01: fix test commentsDaniel Hellstrom3-70/+70
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber3-0/+51
2014-11-25rtems: Move rtems_cache_aligned_malloc()Sebastian Huber3-0/+33
2014-11-25sptest/spcache01: New test casesSebastian Huber1-0/+4
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber2-6/+5
2014-10-14testsuites: Avoid clock driverSebastian Huber1-1/+1
2014-10-13score: Rework global constructionSebastian Huber7-1/+101
2014-09-19sptests/spintrcritical22: New testSebastian Huber6-0/+176
2014-09-16sptests/sp07: Minimize thread dispatch latencySebastian Huber11-157/+71
2014-09-12sptests/spintrcritical_support: Optimize busy loopSebastian Huber1-3/+4
2014-09-12sptests/spintrcritical10: Avoid undefined memorySebastian Huber1-0/+3
2014-09-10sptests/spfatal07: Fix end of test messageSebastian Huber1-1/+1
2014-09-10sptests/sp39: Convert to sptests/spintrcritical21Sebastian Huber8-105/+83
2014-09-10tests: Rework interrupt critical testsSebastian Huber13-267/+485
2014-09-08sptests/spcontext01: Fix warningSebastian Huber1-1/+1