summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical17/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-118/+0
| | | | | | | | | Use a red-black tree instead of delta chains. Close #2344. Update #2554. Update #2555. Close #2606.
* score: New timer server implementationSebastian Huber2015-05-191-106/+57
| | | | | | | | Use mostly the standard watchdog operations. Use a system event for synchronization. This implementation is simpler and offers better SMP performance. Close #2131.
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+6
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* sptests/spintrcritical17: Increase tick intervalSebastian Huber2013-08-061-1/+1
| | | | | This helps to complete the test in case the compiler optimization is disabled.
* rtems: Create timer implementation headerSebastian Huber2013-07-231-0/+2
| | | | | | Move implementation specific parts of timer.h and timer.inl into new header file timerimpl.h. The timer.h contains now only the application visible API.
* sptests - Eliminate missing prototype warningsJoel Sherrill2012-05-311-0/+3
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2009-12-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-12-041-34/+59
| | | | | * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test cases. Updated copyright notice.
* Added timer server control blockThomas Doerfler2009-11-301-0/+131
Removed _Timer_Server thread pointer Added _Timer_server pointer to the default timer server control block Rework of the timer server implementation.