Forráskód Böngészése

Updated file versions, dates and copyright headers.

Change-Id: I2fe43d2ad56cff4347424929fd1f82eccd1cc770
Jonatan Antoni 7 éve
szülő
commit
12955cd8dd
100 módosított fájl, 351 hozzáadás és 217 törlés
  1. 28 27
      ARM.CMSIS.pdsc
  2. 2 2
      CMSIS/Core/Include/cmsis_armcc.h
  3. 1 1
      CMSIS/Core/Include/cmsis_armclang.h
  4. 2 2
      CMSIS/Core/Include/cmsis_armclang_ltm.h
  5. 2 2
      CMSIS/Core/Include/cmsis_compiler.h
  6. 2 2
      CMSIS/Core/Include/cmsis_gcc.h
  7. 2 2
      CMSIS/Core/Include/cmsis_iccarm.h
  8. 3 3
      CMSIS/Core/Include/core_armv81mml.h
  9. 1 1
      CMSIS/Core/Include/core_armv8mbl.h
  10. 1 1
      CMSIS/Core/Include/core_armv8mml.h
  11. 2 2
      CMSIS/Core/Include/core_cm1.h
  12. 1 1
      CMSIS/Core/Include/core_cm23.h
  13. 1 1
      CMSIS/Core/Include/core_cm3.h
  14. 2 2
      CMSIS/Core/Include/core_cm33.h
  15. 3 3
      CMSIS/Core/Include/core_cm35p.h
  16. 1 1
      CMSIS/Core/Include/core_cm4.h
  17. 1 1
      CMSIS/Core/Include/core_cm7.h
  18. 2 2
      CMSIS/Core/Include/core_sc000.h
  19. 2 2
      CMSIS/Core/Include/core_sc300.h
  20. 1 1
      CMSIS/Core/Include/mpu_armv7.h
  21. 1 1
      CMSIS/Core/Include/mpu_armv8.h
  22. 3 3
      CMSIS/Core_A/Include/cmsis_armclang.h
  23. 2 2
      CMSIS/Core_A/Include/cmsis_gcc.h
  24. 2 2
      CMSIS/Core_A/Include/cmsis_iccarm.h
  25. 3 3
      CMSIS/Core_A/Include/core_ca.h
  26. 3 3
      CMSIS/DSP/Include/arm_common_tables.h
  27. 3 3
      CMSIS/DSP/Include/arm_const_structs.h
  28. 4 6
      CMSIS/DSP/Include/arm_math.h
  29. 27 0
      CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c
  30. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c
  31. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c
  32. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c
  33. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c
  34. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c
  35. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c
  36. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c
  37. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c
  38. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c
  39. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c
  40. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c
  41. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c
  42. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c
  43. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c
  44. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c
  45. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c
  46. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c
  47. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c
  48. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c
  49. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c
  50. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c
  51. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c
  52. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c
  53. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c
  54. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c
  55. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c
  56. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c
  57. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c
  58. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c
  59. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c
  60. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c
  61. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c
  62. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c
  63. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c
  64. 2 2
      CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c
  65. 27 0
      CMSIS/DSP/Source/CommonTables/CommonTables.c
  66. 2 2
      CMSIS/DSP/Source/CommonTables/arm_common_tables.c
  67. 3 3
      CMSIS/DSP/Source/CommonTables/arm_const_structs.c
  68. 27 0
      CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c
  69. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c
  70. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c
  71. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c
  72. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c
  73. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c
  74. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c
  75. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
  76. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
  77. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c
  78. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c
  79. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c
  80. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c
  81. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c
  82. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c
  83. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c
  84. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c
  85. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c
  86. 2 2
      CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c
  87. 27 0
      CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c
  88. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c
  89. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c
  90. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c
  91. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c
  92. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c
  93. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c
  94. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c
  95. 2 2
      CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c
  96. 27 0
      CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c
  97. 2 2
      CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c
  98. 2 2
      CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c
  99. 2 2
      CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c
  100. 2 2
      CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c

+ 28 - 27
ARM.CMSIS.pdsc

@@ -11,18 +11,19 @@
     <release version="5.5.1-dev0">
       Active development...
     </release>
-    <release version="5.5.0-rc1" date="2019-03-15">
+    <release version="5.5.0-rc1" date="2019-03-18">
       The following folders have been removed:
-        - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
         - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/)
         - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/)
+      The following folders are deprecated
+        - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
 
       CMSIS-Core(M): 5.2.0 (see revision history for details)
         - Reworked Stack/Heap configuration for ARM startup files.
         - Added Cortex-M35P device support.
         - Added generic Armv8.1-M Mainline device support.
       CMSIS-Core(A): 1.1.3 (see revision history for details)
-      CMSIS-DSP: 1.5.5 (see revision history for details)
+      CMSIS-DSP: 1.6.0 (see revision history for details)
         - reworked DSP library source files
           * added macro ARM_MATH_LOOPUNROLL
           * removed macro UNALIGNED_SUPPORT_DISABLE
@@ -2458,7 +2459,7 @@ and 8-bit Java bytecodes in Jazelle state.
       <require Cclass="CMSIS" Cgroup="CORE"/>
     </condition>
     <condition id="ARMv81MML CMSIS GCC">
-      <description>Generic Armv8-M Mainline device startup and depends on CMSIS Core requiring GCC</description>
+      <description>Generic Armv8.1-M Mainline device startup and depends on CMSIS Core requiring GCC</description>
       <require condition="ARMv81MML CMSIS"/>
       <require condition="GCC"/>
     </condition>
@@ -2608,7 +2609,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="header"  name="Device/ARM/ARMCM0/Include/ARMCM0.h"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld"       version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM0/Source/system_ARMCM0.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2634,7 +2635,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="header"  name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld"           version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2660,7 +2661,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="header"  name="Device/ARM/ARMCM1/Include/ARMCM1.h"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM1/Source/GCC/startup_ARMCM1.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM1/Source/GCC/startup_ARMCM1.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld"       version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM1/Source/system_ARMCM1.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2686,7 +2687,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="header"  name="Device/ARM/ARMCM3/Include/ARMCM3.h"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld"       version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM3/Source/system_ARMCM3.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2712,7 +2713,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="include" name="Device/ARM/ARMCM4/Include/"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld"       version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM4/Source/system_ARMCM4.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2738,7 +2739,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="include"  name="Device/ARM/ARMCM7/Include/"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld"       version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM7/Source/system_ARMCM7.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2766,7 +2767,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="include"  name="Device/ARM/ARMCM23/Include/"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld"        version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM23/Source/system_ARMCM23.c"      version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
@@ -2787,7 +2788,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="sourceAsm"    name="Device/ARM/ARMCM33/Source/IAR/startup_ARMCM33.s"         version="1.0.0" attr="config" condition="IAR"/>
         <file category="sourceC"      name="Device/ARM/ARMCM33/Source/system_ARMCM33.c"              version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
-        <file category="header"       name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/>
+        <file category="header"       name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.1" attr="config" condition="ARMv8-M TZ Device"/>
       </files>
     </component>
     <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMCM33 CMSIS GCC">
@@ -2796,11 +2797,11 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="include"  name="Device/ARM/ARMCM33/Include/"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.c"         version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.c"         version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld"                version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM33/Source/system_ARMCM33.c"              version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
-        <file category="header"       name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/>
+        <file category="header"       name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.1" attr="config" condition="ARMv8-M TZ Device"/>
       </files>
     </component>
 
@@ -2817,7 +2818,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="sourceAsm"    name="Device/ARM/ARMCM35P/Source/IAR/startup_ARMCM35P.s"         version="1.0.0" attr="config" condition="IAR"/>
         <file category="sourceC"      name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c"              version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
-        <file category="header"       name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/>
+        <file category="header"       name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.0.0" attr="config" condition="ARMv8-M TZ Device"/>
       </files>
     </component>
     <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMCM35P CMSIS GCC">
@@ -2830,7 +2831,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld"                 version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c"              version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
-        <file category="header"       name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/>
+        <file category="header"       name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.0.0" attr="config" condition="ARMv8-M TZ Device"/>
       </files>
     </component>
 
@@ -2854,7 +2855,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="header"  name="Device/ARM/ARMSC000/Include/ARMSC000.h"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld"         version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMSC000/Source/system_ARMSC000.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2880,7 +2881,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="header"  name="Device/ARM/ARMSC300/Include/ARMSC300.h"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld"         version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMSC300/Source/system_ARMSC300.c"      version="1.0.0" attr="config"/>
       </files>
@@ -2907,7 +2908,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="include"  name="Device/ARM/ARMv8MBL/Include/"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.c" version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.c" version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld"         version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c"      version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
@@ -2927,7 +2928,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld"                 version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c"              version="1.0.0" attr="config" condition="ARMCC GCC"/>
         <!-- SAU configuration -->
-        <file category="header"       name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/>
+        <file category="header"       name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.1" attr="config" condition="ARMv8-M TZ Device"/>
       </files>
     </component>
     <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMv8MML CMSIS GCC">
@@ -2936,11 +2937,11 @@ and 8-bit Java bytecodes in Jazelle state.
         <!-- include folder / device header file -->
         <file category="include"      name="Device/ARM/ARMv8MML/Include/"/>
         <!-- startup / system file -->
-        <file category="sourceC"      name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.c"         version="1.0.0" attr="config" condition="GCC"/>
+        <file category="sourceC"      name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.c"         version="1.1.0" attr="config" condition="GCC"/>
         <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld"                 version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceC"      name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c"              version="1.0.0" attr="config"/>
         <!-- SAU configuration -->
-        <file category="header"       name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/>
+        <file category="header"       name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.1" attr="config" condition="ARMv8-M TZ Device"/>
       </files>
     </component>
 
@@ -2990,7 +2991,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="other"        name="Device/ARM/ARMCA5/Source/GCC/ARMCA5.ld"        version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceAsm"    name="Device/ARM/ARMCA5/Source/IAR/startup_ARMCA5.s" version="1.0.0" attr="config" condition="IAR"/>
         <file category="linkerScript" name="Device/ARM/ARMCA5/Source/IAR/ARMCA5.icf"       version="1.0.0" attr="config" condition="IAR"/>
-        <file category="sourceC"      name="Device/ARM/ARMCA5/Source/system_ARMCA5.c"      version="1.0.0" attr="config"/>
+        <file category="sourceC"      name="Device/ARM/ARMCA5/Source/system_ARMCA5.c"      version="1.0.1" attr="config"/>
         <file category="sourceC"      name="Device/ARM/ARMCA5/Source/mmu_ARMCA5.c"         version="1.0.0" attr="config"/>
         <file category="header"       name="Device/ARM/ARMCA5/Include/system_ARMCA5.h"     version="1.0.0" attr="config"/>
         <file category="header"       name="Device/ARM/ARMCA5/Include/mem_ARMCA5.h"        version="1.0.0" attr="config"/>
@@ -3013,7 +3014,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="other"        name="Device/ARM/ARMCA7/Source/GCC/ARMCA7.ld"        version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceAsm"    name="Device/ARM/ARMCA7/Source/IAR/startup_ARMCA7.s" version="1.0.0" attr="config" condition="IAR"/>
         <file category="linkerScript" name="Device/ARM/ARMCA7/Source/IAR/ARMCA7.icf"       version="1.0.0" attr="config" condition="IAR"/>
-        <file category="sourceC"      name="Device/ARM/ARMCA7/Source/system_ARMCA7.c"      version="1.0.0" attr="config"/>
+        <file category="sourceC"      name="Device/ARM/ARMCA7/Source/system_ARMCA7.c"      version="1.0.1" attr="config"/>
         <file category="sourceC"      name="Device/ARM/ARMCA7/Source/mmu_ARMCA7.c"         version="1.0.0" attr="config"/>
         <file category="header"       name="Device/ARM/ARMCA7/Include/system_ARMCA7.h"     version="1.0.0" attr="config"/>
         <file category="header"       name="Device/ARM/ARMCA7/Include/mem_ARMCA7.h"        version="1.0.0" attr="config"/>
@@ -3035,7 +3036,7 @@ and 8-bit Java bytecodes in Jazelle state.
         <file category="other"        name="Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld"        version="1.0.0" attr="config" condition="GCC"/>
         <file category="sourceAsm"    name="Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s" version="1.0.0" attr="config" condition="IAR"/>
         <file category="linkerScript" name="Device/ARM/ARMCA9/Source/IAR/ARMCA9.icf"       version="1.0.0" attr="config" condition="IAR"/>
-        <file category="sourceC"      name="Device/ARM/ARMCA9/Source/system_ARMCA9.c"      version="1.0.0" attr="config"/>
+        <file category="sourceC"      name="Device/ARM/ARMCA9/Source/system_ARMCA9.c"      version="1.0.1" attr="config"/>
         <file category="sourceC"      name="Device/ARM/ARMCA9/Source/mmu_ARMCA9.c"         version="1.0.0" attr="config"/>
         <file category="header"       name="Device/ARM/ARMCA9/Include/system_ARMCA9.h"     version="1.0.0" attr="config"/>
         <file category="header"       name="Device/ARM/ARMCA9/Include/mem_ARMCA9.h"        version="1.0.0" attr="config"/>
@@ -3066,7 +3067,7 @@ and 8-bit Java bytecodes in Jazelle state.
     </component>
 
     <!-- CMSIS-DSP component -->
-    <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Library" Cversion="1.5.5" isDefaultVariant="true" condition="CMSIS DSP">
+    <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Library" Cversion="1.6.0" isDefaultVariant="true" condition="CMSIS DSP">
       <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description>
       <files>
         <!-- CPU independent -->
@@ -3173,7 +3174,7 @@ and 8-bit Java bytecodes in Jazelle state.
 
       </files>
     </component>
-    <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Source"  Cversion="1.5.5" condition="CMSIS DSP">
+    <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Source"  Cversion="1.6.0" condition="CMSIS DSP">
       <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description>
       <files>
         <!-- CPU independent -->

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

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_armcc.h
  * @brief    CMSIS compiler ARMCC (Arm Compiler 5) header file
- * @version  V5.0.4
- * @date     10. December 2018
+ * @version  V5.0.5
+ * @date     14. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 1 - 1
CMSIS/Core/Include/cmsis_armclang.h

@@ -1,7 +1,7 @@
 /**************************************************************************//**
  * @file     cmsis_armclang.h
  * @brief    CMSIS compiler armclang (Arm Compiler 6) header file
- * @version  V5.0.5
+ * @version  V5.1.0
  * @date     14. March 2019
  ******************************************************************************/
 /*

+ 2 - 2
CMSIS/Core/Include/cmsis_armclang_ltm.h

@@ -1,11 +1,11 @@
 ^/**************************************************************************//**
  * @file     cmsis_armclang.h
  * @brief    CMSIS compiler armclang (Arm Compiler 6) header file
- * @version  V5.0.5
+ * @version  V1.0.0
  * @date     13. March 2019
  ******************************************************************************/
 /*
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2019 Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 2 - 2
CMSIS/Core/Include/cmsis_compiler.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_compiler.h
  * @brief    CMSIS compiler generic header file
- * @version  V5.0.4
- * @date     10. January 2018
+ * @version  V5.1.0
+ * @date     09. October 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

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

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_gcc.h
  * @brief    CMSIS compiler GCC header file
- * @version  V5.0.4
- * @date     09. April 2018
+ * @version  V5.1.0
+ * @date     20. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 2 - 2
CMSIS/Core/Include/cmsis_iccarm.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_iccarm.h
  * @brief    CMSIS compiler ICCARM (IAR Compiler for Arm) header file
- * @version  V5.0.7
- * @date     19. June 2018
+ * @version  V5.0.8
+ * @date     04. September 2018
  ******************************************************************************/
 
 //------------------------------------------------------------------------------

+ 3 - 3
CMSIS/Core/Include/core_armv81mml.h

@@ -1,11 +1,11 @@
 /**************************************************************************//**
  * @file     core_armv81mml.h
  * @brief    CMSIS Armv8.1-M Mainline Core Peripheral Access Layer Header File
- * @version  V5.0.5
- * @date     22. May 2018
+ * @version  V1.0.0
+ * @date     15. March 2019
  ******************************************************************************/
 /*
- * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2019 Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
CMSIS/Core/Include/core_armv8mbl.h

@@ -2,7 +2,7 @@
  * @file     core_armv8mbl.h
  * @brief    CMSIS Armv8-M Baseline Core Peripheral Access Layer Header File
  * @version  V5.0.8
- * @date     28. August 2018
+ * @date     12. November 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 1 - 1
CMSIS/Core/Include/core_armv8mml.h

@@ -1,7 +1,7 @@
 /**************************************************************************//**
  * @file     core_armv8mml.h
  * @brief    CMSIS Armv8-M Mainline Core Peripheral Access Layer Header File
- * @version  V5.2.2
+ * @version  V5.1.0
  * @date     12. September 2018
  ******************************************************************************/
 /*

+ 2 - 2
CMSIS/Core/Include/core_cm1.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     core_cm1.h
  * @brief    CMSIS Cortex-M1 Core Peripheral Access Layer Header File
- * @version  V1.0.0
- * @date     23. July 2018
+ * @version  V1.0.1
+ * @date     12. November 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 1 - 1
CMSIS/Core/Include/core_cm23.h

@@ -2,7 +2,7 @@
  * @file     core_cm23.h
  * @brief    CMSIS Cortex-M23 Core Peripheral Access Layer Header File
  * @version  V5.0.8
- * @date     28. August 2018
+ * @date     12. November 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 1 - 1
CMSIS/Core/Include/core_cm3.h

@@ -1,7 +1,7 @@
 /**************************************************************************//**
  * @file     core_cm3.h
  * @brief    CMSIS Cortex-M3 Core Peripheral Access Layer Header File
- * @version  V5.2.2
+ * @version  V5.1.0
  * @date     13. March 2019
  ******************************************************************************/
 /*

+ 2 - 2
CMSIS/Core/Include/core_cm33.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     core_cm33.h
  * @brief    CMSIS Cortex-M33 Core Peripheral Access Layer Header File
- * @version  V5.2.2
- * @date     12. September 2018
+ * @version  V5.1.0
+ * @date     12. November 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 3 - 3
CMSIS/Core/Include/core_cm35p.h

@@ -1,11 +1,11 @@
 /**************************************************************************//**
  * @file     core_cm35p.h
  * @brief    CMSIS Cortex-M35P Core Peripheral Access Layer Header File
- * @version  V5.2.2
- * @date     11. September 2018
+ * @version  V1.0.0
+ * @date     12. November 2018
  ******************************************************************************/
 /*
- * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ * Copyright (c) 2018 Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
CMSIS/Core/Include/core_cm4.h

@@ -1,7 +1,7 @@
 /**************************************************************************//**
  * @file     core_cm4.h
  * @brief    CMSIS Cortex-M4 Core Peripheral Access Layer Header File
- * @version  V5.2.2
+ * @version  V5.1.0
  * @date     13. March 2019
  ******************************************************************************/
 /*

+ 1 - 1
CMSIS/Core/Include/core_cm7.h

@@ -1,7 +1,7 @@
 /**************************************************************************//**
  * @file     core_cm7.h
  * @brief    CMSIS Cortex-M7 Core Peripheral Access Layer Header File
- * @version  V5.2.6
+ * @version  V5.1.0
  * @date     13. March 2019
  ******************************************************************************/
 /*

+ 2 - 2
CMSIS/Core/Include/core_sc000.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     core_sc000.h
  * @brief    CMSIS SC000 Core Peripheral Access Layer Header File
- * @version  V5.0.5
- * @date     28. May 2018
+ * @version  V5.0.6
+ * @date     12. November 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 2 - 2
CMSIS/Core/Include/core_sc300.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     core_sc300.h
  * @brief    CMSIS SC300 Core Peripheral Access Layer Header File
- * @version  V5.0.6
- * @date     04. June 2018
+ * @version  V5.0.7
+ * @date     12. November 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

+ 1 - 1
CMSIS/Core/Include/mpu_armv7.h

@@ -1,7 +1,7 @@
 /******************************************************************************
  * @file     mpu_armv7.h
  * @brief    CMSIS MPU API for Armv7-M MPU
- * @version  V5.0.6
+ * @version  V5.1.0
  * @date     08. March 2019
  ******************************************************************************/
 /*

+ 1 - 1
CMSIS/Core/Include/mpu_armv8.h

@@ -1,7 +1,7 @@
 /******************************************************************************
  * @file     mpu_armv8.h
  * @brief    CMSIS MPU API for Armv8-M and Armv8.1-M MPU
- * @version  V1.1.1
+ * @version  V5.1.0
  * @date     08. March 2019
  ******************************************************************************/
 /*

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

@@ -1,11 +1,11 @@
 /**************************************************************************//**
  * @file     cmsis_armclang.h
  * @brief    CMSIS compiler specific macros, functions, instructions
- * @version  V1.0.2
- * @date     10. January 2018
+ * @version  V1.1.0
+ * @date     18. March 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
  *

+ 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.0.2
- * @date     09. April 2018
+ * @version  V1.1.0
+ * @date     20. December 2018
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2018 Arm Limited. All rights reserved.

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

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_iccarm.h
  * @brief    CMSIS compiler ICCARM (IAR Compiler for Arm) header file
- * @version  V5.0.6
- * @date     02. March 2018
+ * @version  V5.0.7
+ * @date     04. Semptember 2018
  ******************************************************************************/
 
 //------------------------------------------------------------------------------

+ 3 - 3
CMSIS/Core_A/Include/core_ca.h

@@ -1,11 +1,11 @@
 /**************************************************************************//**
  * @file     core_ca.h
  * @brief    CMSIS Cortex-A Core Peripheral Access Layer Header File
- * @version  V1.0.1
- * @date     07. May 2018
+ * @version  V1.0.2
+ * @date     12. November 2018
  ******************************************************************************/
 /*
- * Copyright (c) 2009-2017 ARM Limited. All rights reserved.
+ * Copyright (c) 2009-2018 ARM Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 3 - 3
CMSIS/DSP/Include/arm_common_tables.h

@@ -3,13 +3,13 @@
  * Title:        arm_common_tables.h
  * Description:  Extern declaration for common tables
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        27. January 2017
+ * $Revision:    V.1.5.1
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */
 /*
- * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
+ * Copyright (C) 2010-2017 ARM Limited or its affiliates. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 3 - 3
CMSIS/DSP/Include/arm_const_structs.h

@@ -4,13 +4,13 @@
  * Description:  Constant structs that are initialized for user convenience.
  *               For example, some can be given as arguments to the arm_cfft_f32() function.
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        27. January 2017
+ * $Revision:    V.1.5.1
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */
 /*
- * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
+ * Copyright (C) 2010-2017 ARM Limited or its affiliates. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 4 - 6
CMSIS/DSP/Include/arm_math.h

@@ -1,8 +1,8 @@
 /******************************************************************************
  * @file     arm_math.h
  * @brief    Public header file for CMSIS DSP Library
- * @version  V1.5.5
- * @date     28. February 2019
+ * @version  V1.6.0
+ * @date     18. March 2019
  ******************************************************************************/
 /*
  * Copyright (c) 2010-2019 Arm Limited or its affiliates. All rights reserved.
@@ -401,7 +401,8 @@ extern "C"
 
 
 /**
-  @brief definition to read/write two 16 bit values (Depricated).
+  @brief definition to read/write two 16 bit values.
+  @deprecated
  */
 #if   defined ( __CC_ARM )
   #define __SIMD32_TYPE int32_t __packed
@@ -426,9 +427,6 @@ extern "C"
 #define _SIMD32_OFFSET(addr)  (*(__SIMD32_TYPE * )   (addr))
 #define __SIMD64(addr)        (*(      int64_t **) & (addr))
 
-
-
-
 /* SIMD replacement */
 
 /**

+ 27 - 0
CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c

@@ -1,3 +1,30 @@
+/* ----------------------------------------------------------------------
+ * Project:      CMSIS DSP Library
+ * Title:        BasicMathFunctions.c
+ * Description:  Combination of all basic math function source files.
+ *
+ * $Date:        18. March 2019
+ * $Revision:    V1.0.0
+ *
+ * Target Processor: Cortex-M cores
+ * -------------------------------------------------------------------- */
+/*
+ * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include "arm_abs_f32.c"
 #include "arm_abs_q15.c"

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_abs_f32.c
  * Description:  Floating-point vector absolute value
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_abs_q15.c
  * Description:  Q15 vector absolute value
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_abs_q31.c
  * Description:  Q31 vector absolute value
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_abs_q7.c
  * Description:  Q7 vector absolute value
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_add_f32.c
  * Description:  Floating-point vector addition
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_add_q15.c
  * Description:  Q15 vector addition
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_add_q31.c
  * Description:  Q31 vector addition
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_add_q7.c
  * Description:  Q7 vector addition
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_dot_prod_f32.c
  * Description:  Floating-point dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_dot_prod_q15.c
  * Description:  Q15 dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_dot_prod_q31.c
  * Description:  Q31 dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_dot_prod_q7.c
  * Description:  Q7 dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_mult_f32.c
  * Description:  Floating-point vector multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_mult_q15.c
  * Description:  Q15 vector multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_mult_q31.c
  * Description:  Q31 vector multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_mult_q7.c
  * Description:  Q7 vector multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_negate_f32.c
  * Description:  Negates floating-point vectors
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_negate_q15.c
  * Description:  Negates Q15 vectors
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_negate_q31.c
  * Description:  Negates Q31 vectors
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_negate_q7.c
  * Description:  Negates Q7 vectors
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_offset_f32.c
  * Description:  Floating-point vector offset
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_offset_q15.c
  * Description:  Q15 vector offset
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_offset_q31.c
  * Description:  Q31 vector offset
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_offset_q7.c
  * Description:  Q7 vector offset
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_scale_f32.c
  * Description:  Multiplies a floating-point vector by a scalar
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_scale_q15.c
  * Description:  Multiplies a Q15 vector by a scalar
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_scale_q31.c
  * Description:  Multiplies a Q31 vector by a scalar
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_scale_q7.c
  * Description:  Multiplies a Q7 vector by a scalar
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_shift_q15.c
  * Description:  Shifts the elements of a Q15 vector by a specified number of bits
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_shift_q31.c
  * Description:  Shifts the elements of a Q31 vector by a specified number of bits
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_shift_q7.c
  * Description:  Processing function for the Q7 Shifting
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_sub_f32.c
  * Description:  Floating-point vector subtraction
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_sub_q15.c
  * Description:  Q15 vector subtraction
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_sub_q31.c
  * Description:  Q31 vector subtraction
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c

@@ -3,8 +3,8 @@
  * Title:        arm_sub_q7.c
  * Description:  Q7 vector subtraction
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 27 - 0
CMSIS/DSP/Source/CommonTables/CommonTables.c

@@ -1,3 +1,30 @@
+/* ----------------------------------------------------------------------
+ * Project:      CMSIS DSP Library
+ * Title:        CommonTables.c
+ * Description:  Combination of all common table source files.
+ *
+ * $Date:        18. March 2019
+ * $Revision:    V1.0.0
+ *
+ * Target Processor: Cortex-M cores
+ * -------------------------------------------------------------------- */
+/*
+ * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include "arm_common_tables.c"
 #include "arm_const_structs.c"

+ 2 - 2
CMSIS/DSP/Source/CommonTables/arm_common_tables.c

@@ -3,8 +3,8 @@
  * Title:        arm_common_tables.c
  * Description:  common tables like fft twiddle factors, Bitreverse, reciprocal etc
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 3 - 3
CMSIS/DSP/Source/CommonTables/arm_const_structs.c

@@ -4,13 +4,13 @@
  * Description:  Constant structs that are initialized for user convenience.
  *               For example, some can be given as arguments to the arm_cfft_f32() or arm_rfft_f32() functions.
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        27. January 2017
+ * $Revision:    V.1.5.1
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */
 /*
- * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
+ * Copyright (C) 2010-2017 ARM Limited or its affiliates. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 27 - 0
CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c

@@ -1,3 +1,30 @@
+/* ----------------------------------------------------------------------
+ * Project:      CMSIS DSP Library
+ * Title:        CompexMathFunctions.c
+ * Description:  Combination of all comlex math function source files.
+ *
+ * $Date:        18. March 2019
+ * $Revision:    V1.0.0
+ *
+ * Target Processor: Cortex-M cores
+ * -------------------------------------------------------------------- */
+/*
+ * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include "arm_cmplx_conj_f32.c"
 #include "arm_cmplx_conj_q15.c"

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_conj_f32.c
  * Description:  Floating-point complex conjugate
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_conj_q15.c
  * Description:  Q15 complex conjugate
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_conj_q31.c
  * Description:  Q31 complex conjugate
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_dot_prod_f32.c
  * Description:  Floating-point complex dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_dot_prod_q15.c
  * Description:  Processing function for the Q15 Complex Dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_dot_prod_q31.c
  * Description:  Q31 complex dot product
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mag_f32.c
  * Description:  Floating-point complex magnitude
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mag_q15.c
  * Description:  Q15 complex magnitude
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mag_q31.c
  * Description:  Q31 complex magnitude
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mag_squared_f32.c
  * Description:  Floating-point complex magnitude squared
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mag_squared_q15.c
  * Description:  Q15 complex magnitude squared
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mag_squared_q31.c
  * Description:  Q31 complex magnitude squared
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mult_cmplx_f32.c
  * Description:  Floating-point complex-by-complex multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mult_cmplx_q15.c
  * Description:  Q15 complex-by-complex multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mult_cmplx_q31.c
  * Description:  Q31 complex-by-complex multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mult_real_f32.c
  * Description:  Floating-point complex by real multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mult_real_q15.c
  * Description:  Q15 complex by real multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cmplx_mult_real_q31.c
  * Description:  Q31 complex by real multiplication
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 27 - 0
CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c

@@ -1,3 +1,30 @@
+/* ----------------------------------------------------------------------
+ * Project:      CMSIS DSP Library
+ * Title:        ControllerFunctions.c
+ * Description:  Combination of all controller function source files.
+ *
+ * $Date:        18. March 2019
+ * $Revision:    V1.0.0
+ *
+ * Target Processor: Cortex-M cores
+ * -------------------------------------------------------------------- */
+/*
+ * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include "arm_pid_init_f32.c"
 #include "arm_pid_init_q15.c"

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_pid_init_f32.c
  * Description:  Floating-point PID Control initialization function
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_pid_init_q15.c
  * Description:  Q15 PID Control initialization function
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_pid_init_q31.c
  * Description:  Q31 PID Control initialization function
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_pid_reset_f32.c
  * Description:  Floating-point PID Control reset function
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_pid_reset_q15.c
  * Description:  Q15 PID Control reset function
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_pid_reset_q31.c
  * Description:  Q31 PID Control reset function
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_sin_cos_f32.c
  * Description:  Sine and Cosine calculation for floating-point values
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_sin_cos_q31.c
  * Description:  Cosine & Sine calculation for Q31 values
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 27 - 0
CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c

@@ -1,3 +1,30 @@
+/* ----------------------------------------------------------------------
+ * Project:      CMSIS DSP Library
+ * Title:        FastMathFunctions.c
+ * Description:  Combination of all fast math function source files.
+ *
+ * $Date:        18. March 2019
+ * $Revision:    V1.0.0
+ *
+ * Target Processor: Cortex-M cores
+ * -------------------------------------------------------------------- */
+/*
+ * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include "arm_cos_f32.c"
 #include "arm_cos_q15.c"

+ 2 - 2
CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_cos_f32.c
  * Description:  Fast cosine calculation for floating-point values
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c

@@ -3,8 +3,8 @@
  * Title:        arm_cos_q15.c
  * Description:  Fast cosine calculation for Q15 values
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c

@@ -3,8 +3,8 @@
  * Title:        arm_cos_q31.c
  * Description:  Fast cosine calculation for Q31 values
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

+ 2 - 2
CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c

@@ -3,8 +3,8 @@
  * Title:        arm_sin_f32.c
  * Description:  Fast sine calculation for floating-point values
  *
- * $Date:        28. February 2019
- * $Revision:    V.1.5.5
+ * $Date:        18. March 2019
+ * $Revision:    V1.6.0
  *
  * Target Processor: Cortex-M cores
  * -------------------------------------------------------------------- */

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott