From e402e59dbdf31fd5072eadf2904fce54b161ebd1 Mon Sep 17 00:00:00 2001 From: Silfurion Date: Thu, 18 Aug 2022 11:37:30 +0200 Subject: [PATCH] Update of dates --- Include/dsp/support_functions.h | 4 ++-- Include/dsp/support_functions_f16.h | 4 ++-- Source/SupportFunctions/SupportFunctions.c | 4 ++-- Source/SupportFunctions/SupportFunctionsF16.c | 4 ++-- Source/SupportFunctions/arm_f16_to_f64.c | 4 ++-- Source/SupportFunctions/arm_f64_to_f16.c | 4 ++-- Source/SupportFunctions/arm_f64_to_float.c | 4 ++-- Source/SupportFunctions/arm_f64_to_q15.c | 4 ++-- Source/SupportFunctions/arm_f64_to_q31.c | 4 ++-- Source/SupportFunctions/arm_f64_to_q7.c | 4 ++-- Source/SupportFunctions/arm_float_to_f64.c | 4 ++-- Source/SupportFunctions/arm_q15_to_f64.c | 4 ++-- Source/SupportFunctions/arm_q31_to_f64.c | 4 ++-- Source/SupportFunctions/arm_q7_to_f64.c | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Include/dsp/support_functions.h b/Include/dsp/support_functions.h index ba712b9a..f5d5bacd 100755 --- a/Include/dsp/support_functions.h +++ b/Include/dsp/support_functions.h @@ -1,8 +1,8 @@ /****************************************************************************** * @file support_functions.h * @brief Public header file for CMSIS DSP Library - * @version V1.10.0 - * @date 08 July 2021 + * @version V1.10.1 + * @date 18 August 2022 * Target Processor: Cortex-M and Cortex-A cores ******************************************************************************/ /* diff --git a/Include/dsp/support_functions_f16.h b/Include/dsp/support_functions_f16.h index cd63a0e0..c8d580c1 100755 --- a/Include/dsp/support_functions_f16.h +++ b/Include/dsp/support_functions_f16.h @@ -1,8 +1,8 @@ /****************************************************************************** * @file support_functions_f16.h * @brief Public header file for CMSIS DSP Library - * @version V1.10.0 - * @date 08 July 2021 + * @version V1.10.1 + * @date 18 August 2022 * Target Processor: Cortex-M and Cortex-A cores ******************************************************************************/ /* diff --git a/Source/SupportFunctions/SupportFunctions.c b/Source/SupportFunctions/SupportFunctions.c index 5b192c7b..80e17b75 100644 --- a/Source/SupportFunctions/SupportFunctions.c +++ b/Source/SupportFunctions/SupportFunctions.c @@ -3,8 +3,8 @@ * Title: SupportFunctions.c * Description: Combination of all support function source files. * - * $Date: 16. March 2020 - * $Revision: V1.1.0 + * $Date: 18 August 2022 + * $Revision: V1.1.1 * * Target Processor: Cortex-M cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/SupportFunctionsF16.c b/Source/SupportFunctions/SupportFunctionsF16.c index 890e6876..26b24b9d 100755 --- a/Source/SupportFunctions/SupportFunctionsF16.c +++ b/Source/SupportFunctions/SupportFunctionsF16.c @@ -3,8 +3,8 @@ * Title: SupportFunctions.c * Description: Combination of all support function source files. * - * $Date: 16. March 2020 - * $Revision: V1.1.0 + * $Date: 18 August 2022 + * $Revision: V1.1.1 * * Target Processor: Cortex-M cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_f16_to_f64.c b/Source/SupportFunctions/arm_f16_to_f64.c index cb15b72b..386e65f8 100644 --- a/Source/SupportFunctions/arm_f16_to_f64.c +++ b/Source/SupportFunctions/arm_f16_to_f64.c @@ -3,8 +3,8 @@ * Title: arm_f16_to_f64.c * Description: Converts the elements of the floating-point 16 bit vector to floating-point 64 bit vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_f64_to_f16.c b/Source/SupportFunctions/arm_f64_to_f16.c index db5082c8..8537e3a7 100644 --- a/Source/SupportFunctions/arm_f64_to_f16.c +++ b/Source/SupportFunctions/arm_f64_to_f16.c @@ -3,8 +3,8 @@ * Title: arm_f64_to_f16.c * Description: Converts the elements of the 64 bit floating-point vector to 16 bit floating-point vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_f64_to_float.c b/Source/SupportFunctions/arm_f64_to_float.c index 1a6621dc..981543f8 100644 --- a/Source/SupportFunctions/arm_f64_to_float.c +++ b/Source/SupportFunctions/arm_f64_to_float.c @@ -3,8 +3,8 @@ * Title: arm_f64_to_float.c * Description: Converts the elements of the floating-point 64 bit vector to floating-point vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_f64_to_q15.c b/Source/SupportFunctions/arm_f64_to_q15.c index 169e9773..93ddca15 100644 --- a/Source/SupportFunctions/arm_f64_to_q15.c +++ b/Source/SupportFunctions/arm_f64_to_q15.c @@ -3,8 +3,8 @@ * Title: arm_f64_to_q15.c * Description: Converts the elements of the 64 bit floating-point vector to Q15 vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_f64_to_q31.c b/Source/SupportFunctions/arm_f64_to_q31.c index beb88a6b..e6b4afee 100644 --- a/Source/SupportFunctions/arm_f64_to_q31.c +++ b/Source/SupportFunctions/arm_f64_to_q31.c @@ -3,8 +3,8 @@ * Title: arm_f64_to_q31.c * Description: Converts the elements of the 64 bit floating-point vector to Q31 vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_f64_to_q7.c b/Source/SupportFunctions/arm_f64_to_q7.c index c9f87602..bc3bba56 100644 --- a/Source/SupportFunctions/arm_f64_to_q7.c +++ b/Source/SupportFunctions/arm_f64_to_q7.c @@ -3,8 +3,8 @@ * Title: arm_f64_to_q7.c * Description: Converts the elements of the 64 bit floating-point vector to Q7 vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_float_to_f64.c b/Source/SupportFunctions/arm_float_to_f64.c index b8aaaa71..4439a0c3 100644 --- a/Source/SupportFunctions/arm_float_to_f64.c +++ b/Source/SupportFunctions/arm_float_to_f64.c @@ -3,8 +3,8 @@ * Title: arm_float_to_f64.c * Description: Converts the elements of the floating-point vector to floating-point 64 bit vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_q15_to_f64.c b/Source/SupportFunctions/arm_q15_to_f64.c index b52a0813..38c0ace8 100644 --- a/Source/SupportFunctions/arm_q15_to_f64.c +++ b/Source/SupportFunctions/arm_q15_to_f64.c @@ -3,8 +3,8 @@ * Title: arm_q15_to_f64.c * Description: Converts the elements of the Q15 vector to 64 bit floating-point vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_q31_to_f64.c b/Source/SupportFunctions/arm_q31_to_f64.c index 85635e33..5ed921d4 100644 --- a/Source/SupportFunctions/arm_q31_to_f64.c +++ b/Source/SupportFunctions/arm_q31_to_f64.c @@ -3,8 +3,8 @@ * Title: arm_q31_to_f64.c * Description: Converts the elements of the Q31 vector to 64 bit floating-point vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ diff --git a/Source/SupportFunctions/arm_q7_to_f64.c b/Source/SupportFunctions/arm_q7_to_f64.c index 37d2f911..5d2837f6 100644 --- a/Source/SupportFunctions/arm_q7_to_f64.c +++ b/Source/SupportFunctions/arm_q7_to_f64.c @@ -3,8 +3,8 @@ * Title: arm_q7_to_f64.c * Description: Converts the elements of the Q7 vector to 64 bit floating-point vector * - * $Date: 23 April 2021 - * $Revision: V1.9.0 + * $Date: 18 August 2022 + * $Revision: V1.0.0 * * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */