score: Add example CPU architecture group

Update #3706.
This commit is contained in:
Sebastian Huber
2019-03-26 11:27:54 +01:00
parent 5526527e51
commit 5a19915bf1
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -29,9 +29,9 @@
#define _RTEMS_ASM_H
/**
* @defgroup no_cpuAsm Address Incompatible Flavors Problems
* @defgroup RTEMSScoreCPUExampleASM Example Assembler Support
*
* @ingroup no_cpu
* @ingroup RTEMSScoreCPUExample
*/
/**@{*/
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
/**
* @defgroup RTEMSScoreCPUExample Example
*
* @ingroup RTEMSScoreCPU
*
* @brief Example CPU Architecture Support.
*
* @{
*/
/**
* @brief The size of the CPU specific per-CPU control.
*
@@ -130,4 +140,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
/** @} */
#endif /* _RTEMS_SCORE_CPUIMPL_H */