summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tm27: Add TM27_INTERRUPT_VECTOR_ALTERNATIVESebastian Huber2023-12-191-0/+7
| | | | | | | | | | | The TM27 support may define TM27_INTERRUPT_VECTOR_ALTERNATIVE to provide an alternative software generated interrupt request which is raised by _TM27_Raise_alternative() and cleared by _TM27_Clear_alternative(). Both functions shall return an RTEMS status code. This interrupt vector may be used to test the interrupt controller support on targets which do not provide generic software generated interrupts. Update #3716.
* tm27: Add optional TM27_INTERRUPT_VECTOR_DEFAULTSebastian Huber2023-12-191-1/+17
| | | | | | | Let the BSP define TM27_INTERRUPT_VECTOR_DEFAULT to more efficiently and reliably get the TM27 default interrupt vector. Update #3716.
* doxygen: Add Doxygen files to a groupSebastian Huber2023-02-161-0/+8
| | | | Update #3707.
* dosfs: Fix Doxygen group placementSebastian Huber2020-12-021-8/+0
| | | | Update #3706.
* nfsclient: Rework Doxygen groupsSebastian Huber2020-12-021-8/+0
| | | | Update #3706.
* rtems: Canonicalize implementation Doxygen groupsSebastian Huber2020-12-021-8/+0
| | | | | | | | | 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.
* doxygen: Rename Internal to ImplementationSebastian Huber2020-11-231-2/+2
| | | | | | Use a top-level implementation group to gather implementation related files. The use of "Impl" is shorter and matches with the *impl.h file names.
* doxygen: Move top-level group definitionsSebastian Huber2020-09-171-18/+0
| | | | Update #3959.
* doxygen: Split up "libmisc" subgroups and removed libmiscAndreas Dachsberger2019-04-041-8/+0
| | | | Update #3706.
* doxygen: New API subgroup TracingAndreas Dachsberger2019-04-041-0/+8
| | | | Update #3706.
* doxygen: Print Support now in API->IOAndreas Dachsberger2019-04-041-0/+16
| | | | Update #3706.
* doxygen: Mouse now in Device DriversAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Time Test 27 now in Device DriversAndreas Dachsberger2019-04-041-0/+8
| | | | Update #3706.
* doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger2019-04-041-0/+8
| | | | Update #3706.
* doxygen: Added libmisc group and libmisc mouse groupAndreas Dachsberger2019-04-041-0/+17
| | | | | | | | Update #3706. @ingroup for these groups already existed, but no @defgroup Further restructuring necessary
* doxygen: Added toplevel group for device driversAndreas Dachsberger2019-04-041-0/+6
| | | | Update #3706.
* doxygen: Added groups to IO libraryAndreas Dachsberger2019-04-021-0/+16
| | | | Update #3706.
* doxygen: Restructured cpukit/include/rtems/rtemsAndreas Dachsberger2019-04-021-0/+14
| | | | Update #3706.
* score: Add implementation top-level groupSebastian Huber2019-03-261-0/+5
Update #3706.