summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spinternalerror01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Static scheduler configurationSebastian Huber2014-04-151-3/+3
| | | | | | Do not allocate the scheduler control structures from the workspace. This is a preparation step for configuration of clustered/partitioned schedulers on SMP.
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-3/+9
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-212-3/+3
| | | | Rename _Internal_error_Occurred() into _Terminate().
* testsuites: Fix warningsSebastian Huber2013-04-111-2/+0
|
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-071-1/+1
| | | | | | | | | Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
* sptests/spinternalerror01: New testSebastian Huber2012-11-134-0/+119