summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/asrdata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/include/rtems/rtems/*.h: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* rtems: Add ASR implementation to existing groupSebastian Huber2021-10-061-2/+2
| | | | Update #3706.
* rtems: Simplify signal handlingSebastian Huber2021-02-201-2/+0
| | | | | | | Remove superfluous ASR_Information::signals_posted. Move code out of trivial inline functions. Update #4244.
* rtems: Remove unused ASR_Information::nest_levelSebastian Huber2021-02-201-2/+0
| | | | Update #4244.
* config: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-1/+3
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* rtems: Canonicalize implementation Doxygen groupsSebastian Huber2020-12-021-2/+2
| | | | | | | | | Rename Classic API top-level group from Classic to RTEMSImplClassic. Use RTEMSImplClassic as a prefix for the subgroups. Change the group names to be in line with the API group names. Use common phrases for the group brief descriptions. Update #3706.
* rtems: Remove Modes_ControlSebastian Huber2018-11-121-1/+1
| | | | | | | Use rtems_mode directly. This is in line with rtems_attribute and rtems_option. Update #3598.
* rtems: Move internal structures to asrdata.hSebastian Huber2018-11-121-0/+58
Update #3598.