summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal32/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-05testsuites/sptests/sp[a-f*]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/testsuites/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2019-11-12sptests: Avoid include path magicSebastian Huber1-1/+9
Update #3818.
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-5/+13
An invalid heap usage such as a double free is usually a fatal error since this indicates a use after free. Replace the use of printk() in free() with a fatal error. Update #3437.
2018-03-06Add a simple task console driverSebastian Huber1-7/+6
Close #3320.
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-08-01Add __synch_synchronize function for armJan Sommer1-0/+9
Fixes link failure when linking Ada programs on the raspberry pi