summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spmisc01/init.c (follow)
AgeCommit message (Collapse)Author
2020-07-24score: Add RTEMS_WEAKSebastian Huber
Update #4032.
2020-04-08score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL()Sebastian Huber
Delete unused RTEMS_DECLARE_GLOBAL_SYMBOL(). Update #3799.
2019-10-28score: Add RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()Sebastian Huber
Update #3799.
2019-08-28score: Add RTEMS_RETURN_ADDRESS()Sebastian Huber
2019-04-09spmisc01: Use RTEMS_CONSTSebastian Huber
Update #3734.
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber
Add RTEMS_PREDICT_TRUE() and RTEMS_PREDICT_FALSE() for static branch prediction hints. Close #3475.
2018-06-21spmisc01: Add test cases for basedefs.h stuffSebastian Huber
2018-06-21score: Macros to declare and define global symbolsSebastian Huber
Add RTEMS_DEFINE_GLOBAL_SYMBOL() and add RTEMS_DECLARE_GLOBAL_SYMBOL(). Update #3459.