Browse Source

Device: Fixed comments/versions/copyright in Armv8.1-M Mainline device headers.

Change-Id: I9ae670987835d689366e0fa2dbeec894cc07631e
Jonatan Antoni 7 years ago
parent
commit
cfd42f30e8

+ 6 - 6
Device/ARM/ARMv81MML/Include/ARMv81MML_DSP_DP_MVE_FP.h

@@ -1,12 +1,12 @@
 /**************************************************************************//**
  * @file     ARMv81MML_DP.h
  * @brief    CMSIS Core Peripheral Access Layer Header File for
- *           Armv8-M Mainline Device Series (configured for Armv8-M Mainline with double precision FPU, with DSP extension, with TrustZone)
- * @version  V5.00
- * @date     20. June 2018
+ *           Armv8.1-M Mainline Device Series (configured for Armv8.1-M Mainline with double precision FPU, with DSP extension, with TrustZone)
+ * @version  V1.0.0
+ * @date     25. February 2019
  ******************************************************************************/
 /*
- * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *
@@ -35,7 +35,7 @@ extern "C" {
 
 typedef enum IRQn
 {
-/* --------------------  Armv8-M Mainline Processor Exceptions Numbers  ----------- */
+/* --------------------  Armv8.1-M Mainline Processor Exceptions Numbers  --------- */
   NonMaskableInt_IRQn           = -14,      /*  2 Non Maskable Interrupt */
   HardFault_IRQn                = -13,      /*  3 HardFault Interrupt */
   MemoryManagement_IRQn         = -12,      /*  4 Memory Management Interrupt */
@@ -89,7 +89,7 @@ typedef enum IRQn
 #endif
 
 
-/* --------  Configuration of the Cortex-M4 Processor and Core Peripherals  ------- */
+/* ---  Configuration of the Armv8.1-M Mainline Processor and Core Peripherals  --- */
 #define __ARMv81MML_REV           0x0001U   /* Core revision r0p1 */
 #define __SAUREGION_PRESENT       1U        /* SAU regions present */
 #define __MPU_PRESENT             1U        /* MPU present */

+ 3 - 3
Device/ARM/ARMv81MML/Include/system_ARMv81MML.h

@@ -2,11 +2,11 @@
  * @file     system_ARMv81MML.h
  * @brief    CMSIS Device System Header File for
  *           Armv8.1-M Mainline Device Series
- * @version  V5.00
- * @date     20. June 2018
+ * @version  V1.0.0
+ * @date     25. February 2019
  ******************************************************************************/
 /*
- * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *