summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Fix warningsSebastian Huber2015-03-052-3/+3
* score: ISR lock C/C++ compatiblity issueSebastian Huber2015-03-041-2/+2
* sptests/sp76: Check that the right task executesSebastian Huber2015-02-261-8/+11
* sptests: Add missing test extensionSebastian Huber2015-02-193-0/+6
* score: Make <rtems/score/atomic.h> availableSebastian Huber2015-02-196-0/+321
* IMFS: Add fine grained configurationSebastian Huber2015-02-122-4/+0
* Filesystem: Simplify FIFO and pipe configurationSebastian Huber2015-02-094-6/+0
* Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2015-02-046-70/+1
* powerpc: Delete _CPU_IRQ_infoSebastian Huber2015-01-091-2/+1
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-1617-30/+0
* Update bug report URLSebastian Huber2014-12-051-1/+1
* sptests: Add get_one_tick_busy_value()Sebastian Huber2014-12-031-29/+38
* spcpuset01: fix test commentsDaniel Hellstrom2014-12-023-70/+70
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-273-0/+51
* rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2014-11-253-0/+33
* sptest/spcache01: New test casesSebastian Huber2014-11-251-0/+4
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-212-6/+5
* testsuites: Avoid clock driverSebastian Huber2014-10-141-1/+1
* score: Rework global constructionSebastian Huber2014-10-137-1/+101
* sptests/spintrcritical22: New testSebastian Huber2014-09-196-0/+176
* sptests/sp07: Minimize thread dispatch latencySebastian Huber2014-09-1611-157/+71
* sptests/spintrcritical_support: Optimize busy loopSebastian Huber2014-09-121-3/+4
* sptests/spintrcritical10: Avoid undefined memorySebastian Huber2014-09-121-0/+3
* sptests/spfatal07: Fix end of test messageSebastian Huber2014-09-101-1/+1
* sptests/sp39: Convert to sptests/spintrcritical21Sebastian Huber2014-09-108-105/+83
* tests: Rework interrupt critical testsSebastian Huber2014-09-1013-267/+485
* sptests/spcontext01: Fix warningSebastian Huber2014-09-081-1/+1