mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
aa4e61fab2
fixes #1190
41 lines
612 B
Plaintext
41 lines
612 B
Plaintext
/**
|
|
* @defgroup cortexm Cortex-M
|
|
* @brief ARM Cortex-M specific code
|
|
* @ingroup cpu
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_Core_FunctionInterface
|
|
* @ingroup cortexm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_core_register
|
|
* @ingroup cortexm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_glob_defs
|
|
* @ingroup cortexm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_MISRA_Exceptions
|
|
* @ingroup cortexm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_core_definitions
|
|
* @ingroup cortexm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_SIMD_intrinsics
|
|
* @ingroup cortexm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS_Core_InstructionInterface
|
|
* @ingroup cortexm
|
|
*/
|