summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-19tm27: Add TM27_INTERRUPT_VECTOR_ALTERNATIVESebastian Huber1-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.
2023-12-19tm27: Add optional TM27_INTERRUPT_VECTOR_DEFAULTSebastian Huber1-1/+17
Let the BSP define TM27_INTERRUPT_VECTOR_DEFAULT to more efficiently and reliably get the TM27 default interrupt vector. Update #3716.
2023-02-16doxygen: Add Doxygen files to a groupSebastian Huber1-0/+8
Update #3707.
2020-12-02dosfs: Fix Doxygen group placementSebastian Huber1-8/+0
Update #3706.
2020-12-02nfsclient: Rework Doxygen groupsSebastian Huber1-8/+0
Update #3706.
2020-12-02rtems: Canonicalize implementation Doxygen groupsSebastian Huber1-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.
2020-11-23doxygen: Rename Internal to ImplementationSebastian Huber1-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.
2020-09-17doxygen: Move top-level group definitionsSebastian Huber1-18/+0
Update #3959.
2019-04-04doxygen: Split up "libmisc" subgroups and removed libmiscAndreas Dachsberger1-8/+0
Update #3706.
2019-04-04doxygen: New API subgroup TracingAndreas Dachsberger1-0/+8
Update #3706.
2019-04-04doxygen: Print Support now in API->IOAndreas Dachsberger1-0/+16
Update #3706.
2019-04-04doxygen: Mouse now in Device DriversAndreas Dachsberger1-1/+1
Update #3706.
2019-04-04doxygen: Time Test 27 now in Device DriversAndreas Dachsberger1-0/+8
Update #3706.
2019-04-04doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger1-0/+8
Update #3706.
2019-04-04doxygen: Added libmisc group and libmisc mouse groupAndreas Dachsberger1-0/+17
Update #3706. @ingroup for these groups already existed, but no @defgroup Further restructuring necessary
2019-04-04doxygen: Added toplevel group for device driversAndreas Dachsberger1-0/+6
Update #3706.
2019-04-02doxygen: Added groups to IO libraryAndreas Dachsberger1-0/+16
Update #3706.
2019-04-02doxygen: Restructured cpukit/include/rtems/rtemsAndreas Dachsberger1-0/+14
Update #3706.
2019-03-26score: Add implementation top-level groupSebastian Huber1-0/+5
Update #3706.