Pārlūkot izejas kodu

Fixed documentation after Core(A) refactoring.

Jonatan Antoni 8 gadi atpakaļ
vecāks
revīzija
ca5cf5dba4

+ 2 - 2
CMSIS/Core_A/Include/cmsis_armcc.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_armcc.h
  * @brief    CMSIS compiler specific macros, functions, instructions
- * @version  V1.00
- * @date     22. Feb 2017
+ * @version  V1.0.1
+ * @date     07. Sep 2017
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2017 ARM Limited. All rights reserved.

+ 2 - 2
CMSIS/Core_A/Include/cmsis_armclang.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_armclang.h
  * @brief    CMSIS compiler specific macros, functions, instructions
- * @version  V1.00
- * @date     05. Apr 2017
+ * @version  V1.0.1
+ * @date     07. Sep 2017
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2017 ARM Limited. All rights reserved.

+ 6 - 5
CMSIS/Core_A/Include/cmsis_cp15.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
- * @file     cmsis_armclang.h
+ * @file     cmsis_cp15.h
  * @brief    CMSIS compiler specific macros, functions, instructions
- * @version  V1.00
- * @date     05. Apr 2017
+ * @version  V1.0.1
+ * @date     07. Sep 2017
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2017 ARM Limited. All rights reserved.
@@ -262,8 +262,9 @@ __STATIC_FORCEINLINE void __set_VBAR(uint32_t vbar)
   __set_CP(15, 0, vbar, 12, 0, 1);
 }
 
-#if defined(__CORTEX_A) && (__CORTEX_A == 7U) && \
-    defined(__TIM_PRESENT) && (__TIM_PRESENT == 1U)
+#if (defined(__CORTEX_A) && (__CORTEX_A == 7U) && \
+    defined(__TIM_PRESENT) && (__TIM_PRESENT == 1U)) || \
+    defined(DOXYGEN)
 
 /** \brief  Set CNTFRQ
 

+ 2 - 2
CMSIS/Core_A/Include/cmsis_gcc.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_gcc.h
  * @brief    CMSIS compiler specific macros, functions, instructions
- * @version  V1.00
- * @date     06. Jul 2017
+ * @version  V1.0.1
+ * @date     07. Sep 2017
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2017 ARM Limited. All rights reserved.

+ 7 - 6
CMSIS/DoxyGen/Core_A/core_A.dxy

@@ -754,16 +754,17 @@ INPUT                  = src/Overview.txt \
                          src/Template.txt \
                          src/MISRA.txt \
                          src/Ref_SystemAndClock.txt \
-						 src/ref_gic.txt \
-						 src/ref_core_register.txt \
-						 src/ref_cache.txt \
-						 src/ref_timer.txt \
-						 src/ref_mmu.txt \
+                         src/ref_gic.txt \
+                         src/ref_core_register.txt \
+                         src/ref_cache.txt \
+                         src/ref_timer.txt \
+                         src/ref_mmu.txt \
                          src/core_ca.txt \
                          src/cmsis_armcc.txt \
                          src/irq_ctrl.txt \
                          ../../Core_A/Include/core_ca.h \
                          ../../Core_A/Include/cmsis_armcc.h \
+                         ../../Core_A/Include/cmsis_cp15.h \
                          ../../Core_A/Source/irq_ctrl_gic.c \
                          ../../Core_A/Include/irq_ctrl.h \
                          ../../../Device/ARM/ARMCA9/Include/ARMCA9.h \
@@ -1996,7 +1997,7 @@ PREDEFINED             = DOXYGEN \
                          __TASKING__:=1 \
                          __NO_EMBEDDED_ASM:=0 \
                          __CORTEX_A:=9 \
-						 __CA_REV:=0x0000 \
+             __CA_REV:=0x0000 \
                          __TARGET_ARCH_7_A:=1
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this