Просмотр исходного кода

reworked AC6 preprocessed startup files

GuentherMartin 7 лет назад
Родитель
Сommit
c2eab038fa

+ 3 - 3
Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM0 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -166,9 +166,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM0plus/Source/ARM/startup_ARMCM0plus_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM0plus Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -166,9 +166,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM1/Source/ARM/startup_ARMCM1_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM1 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -166,9 +166,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM23 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -169,9 +169,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM3/Source/ARM/startup_ARMCM3_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM3 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -170,9 +170,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM33 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -174,9 +174,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM35P/Source/ARM/startup_ARMCM35P_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM35P Device
  * @version  V5.5.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -174,9 +174,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM4/Source/ARM/startup_ARMCM4_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM4 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -170,9 +170,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMCM7 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -170,9 +170,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMSC000/Source/ARM/startup_ARMSC000_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMSC000 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -166,9 +166,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMSC300/Source/ARM/startup_ARMSC300_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMSC300 Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -170,9 +170,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMv8MBL Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -169,9 +169,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp

+ 3 - 3
Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML_ac6.S

@@ -3,7 +3,7 @@
  * @brief    CMSIS Core Device Startup File for
  *           ARMv8MML Device
  * @version  V5.4.0
- * @date     12. December 2018
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -174,9 +174,9 @@ Default_Handler:
 
 /* User setup Stack & Heap */
 
-                .ifndef  __MICROLIB
+#ifndef  __MICROLIB
                 .global  __use_two_region_memory
-                .endif
+#endif
 
                 .global  __stack_limit
                 .global  __initial_sp