فهرست منبع

Added Cortex-M1

Christopher Seidl 7 سال پیش
والد
کامیت
2efcd747d7
1فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  1. 11 1
      CMSIS/DoxyGen/Core/src/Template.txt

+ 11 - 1
CMSIS/DoxyGen/Core/src/Template.txt

@@ -756,6 +756,16 @@ to verify a minimum version or ensure that the right processor core is used.
 \endcode
 \endcode
 
 
 
 
+\b core_cm1.h
+\code
+#define __CM1_CMSIS_VERSION_MAIN  (__CM_CMSIS_VERSION_MAIN)              /*!< \deprecated [31:16] CMSIS HAL main version */
+#define __CM1_CMSIS_VERSION_SUB   (__CM_CMSIS_VERSION_SUB)               /*!< \deprecated [15:0]  CMSIS HAL sub version */
+#define __CM1_CMSIS_VERSION       ((__CM1_CMSIS_VERSION_MAIN << 16U) | \
+                                    __CM1_CMSIS_VERSION_SUB           )  /*!< \deprecated CMSIS HAL version number */
+
+#define __CORTEX_M                (1U)                                   /*!< Cortex-M Core */
+\endcode
+
 \b core_cm3.h
 \b core_cm3.h
 \code
 \code
 #define __CM3_CMSIS_VERSION_MAIN  (5U)                                 /* [31:16] CMSIS HAL main version */
 #define __CM3_CMSIS_VERSION_MAIN  (5U)                                 /* [31:16] CMSIS HAL main version */
@@ -1078,4 +1088,4 @@ The following example shows the configuration for a maximum of 64 external inter
 */
 */
 
 
 
 
-*/
+*/