1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

documentation: CMSIS cleanup

Put all CMSIS documentation into a dedicated subgroup of cpu.
This commit is contained in:
Oleg Hahm 2014-04-16 12:06:53 +02:00
parent e9ff3e6cf8
commit bf00b019e4
3 changed files with 19 additions and 1 deletions

View File

@ -4,6 +4,16 @@
* A generic CMSIS include header, pulling in LPC1768 specifics
*/
/**
* @defgroup CMSIS
* @ingroup cpu
* @{
*
* @file cmsis.h
* @brief CMSIS interface pulling in LPC1768 specifics
*/
#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H
@ -11,3 +21,4 @@
#include "cmsis_nvic.h"
#endif
/** @} */

View File

@ -1,4 +1,6 @@
/**************************************************************************//**
/**
* @ingroup CMSIS
*
* @file core_cm3.h
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File
* @version V3.02
@ -154,6 +156,7 @@
/* IO definitions (access restrictions to peripheral registers) */
/**
\defgroup CMSIS_glob_defs CMSIS Global Defines
\ingroup CMSIS
<strong>IO Type Qualifiers</strong> are used
\li to specify the access to peripheral variables.
@ -182,6 +185,7 @@
- Core MPU Register
******************************************************************************/
/** \defgroup CMSIS_core_register Defines and Type Definitions
* \ingroup CMSIS
\brief Type definitions and defines for Cortex-M processor based devices.
*/
@ -1252,6 +1256,7 @@ typedef struct
- Core Register Access Functions
******************************************************************************/
/** \defgroup CMSIS_Core_FunctionInterface Functions and Instructions Reference
* \ingroup CMSIS
*/

View File

@ -28,6 +28,8 @@
/* ########################## Core Instruction Access ######################### */
/** \defgroup CMSIS_Core_InstructionInterface CMSIS Core Instruction Interface
Access to dedicated instructions
\ingroup CMSIS
@{
*/