From f7711d16599732eda9620ba13a702b8d093c7f31 Mon Sep 17 00:00:00 2001 From: Enrico Joerns Date: Tue, 7 Oct 2014 00:07:22 +0200 Subject: [PATCH] [cpu/arm] Added doxygen .txt files for gaining a minimum of documentation structure --- cpu/arm/arm.txt | 19 +++++++++++++ cpu/arm/common/CMSIS/core.txt | 50 +++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 cpu/arm/arm.txt create mode 100644 cpu/arm/common/CMSIS/core.txt diff --git a/cpu/arm/arm.txt b/cpu/arm/arm.txt new file mode 100644 index 000000000..5ab586778 --- /dev/null +++ b/cpu/arm/arm.txt @@ -0,0 +1,19 @@ +/** + * @defgroup cmsis CMSIS (Cortex Microcontroller Software Interface Standard) + * @ingroup arm + */ + +/** + * @defgroup aducrf101 ADUCRF101 + * @ingroup arm + */ + +/** + * @defgroup at91sam7s AT91SAM7S + * @ingroup arm + */ + +/** + * @defgroup stm32f103 STM32F103 + * @ingroup arm + */ diff --git a/cpu/arm/common/CMSIS/core.txt b/cpu/arm/common/CMSIS/core.txt new file mode 100644 index 000000000..3ae0d00ff --- /dev/null +++ b/cpu/arm/common/CMSIS/core.txt @@ -0,0 +1,50 @@ +/** + * @addtogroup CMSIS_Core_FunctionInterface + * @ingroup cmsis + */ + +/** + * @addtogroup CMSIS_core_register + * @ingroup cmsis + */ + +/** + * @addtogroup CMSIS_glob_defs + * @ingroup cmsis + */ + +/** + * @addtogroup CMSIS_MISRA_Exceptions + * @ingroup cmsis + */ + +/** + * @addtogroup CMSIS_core_definitions + * @ingroup cmsis + */ + +/** + * @addtogroup CMSIS_SIMD_intrinsics + * @ingroup cmsis + */ + +/** + * @addtogroup CMSIS_Core_InstructionInterface + * @ingroup cmsis + */ + +/** + * @defgroup Cortex_M0 + * @ingroup cmsis + */ + +/** + * @defgroup Cortex_M3 + * @ingroup cmsis + */ + +/** + * @defgroup Cortex_M4 + * @ingroup cmsis + */ +