summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal01/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sptests: Manually adding file headers and licensesRyan Long2022-04-271-0/+35
| | | | | Theses files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
* config: Remove CONFIGURE_HAS_OWN_INIT_TASK_TABLESebastian Huber2020-02-251-20/+13
| | | | | | | | | | | | | | | | | | | The CONFIGURE_HAS_OWN_INIT_TASK_TABLE and CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE are the last *_HAS_OWN_* configuration options. These two options are probably unused, see also: * https://lists.rtems.org/pipermail/users/2019-April/033129.html * https://lists.rtems.org/pipermail/users/2019-April/033130.html Removing them simplifies the configuration. If there is a real user need which shows up after the removal, we can resurrect them on demand. Using CONFIGURE_HAS_OWN_INIT_TASK_TABLE would have required the use of the undocumented CONFIGURE_INIT_TASK_TABLE and CONFIGURE_INIT_TASK_TABLE_SIZE configuration options. Update #3873.
* sptests: Avoid include path magicSebastian Huber2019-11-121-0/+48
Update #3818.