forked from Imagelibrary/rtems
- Use CamelCase as it is not used in our C code. Enables simple search and replace. - Prefix with "RTEMS" to aid deployment and integration. It aids searching and sorting. Update #3706.
14 lines
225 B
C
14 lines
225 B
C
/**
|
|
* @defgroup RTEMSBSPsMIPS MIPS
|
|
*
|
|
* @ingroup RTEMSBSPs
|
|
*
|
|
* @brief MIPS Board Support Packages.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup mips_shared MIPS Shared Modules
|
|
* @ingroup RTEMSBSPsMIPS
|
|
* @brief mips Shared Modules
|
|
*/
|