doxygen: score: Add Moxie CPU architecture group

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-01 12:02:30 +02:00
parent 0be1e54a26
commit f2e282dd4b
3 changed files with 26 additions and 0 deletions
@@ -41,6 +41,16 @@
#include <rtems/score/moxie.h>
/**
* @defgroup RTEMSScoreCPUMoxieASM Moxie Assembler Support
*
* @ingroup RTEMSScoreCPUMoxie
*
* @brief Moxie Assembler Support
*
* @{
*/
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -113,4 +123,6 @@
#define PUBLIC(sym) .globl SYM (sym)
#define EXTERN(sym) .globl SYM (sym)
/** @} */
#endif
@@ -1,5 +1,7 @@
/**
* @file
*
* @addtogroup RTEMSScoreCPUMoxie
*/
/*
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
/**
* @defgroup RTEMSScoreCPUMoxie Moxie
*
* @ingroup RTEMSScoreCPU
*
* @brief Moxie Architecture Support
*
* @{
*/
#define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM
@@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
/** @} */
#endif /* _RTEMS_SCORE_CPUIMPL_H */