Skip to content

Commit 4a50ae7

Browse files
committed
[SAM] Updating CMSIS to fix devices package IT handlers issue
1 parent 33870d3 commit 4a50ae7

File tree

166 files changed

+2582443
-1858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+2582443
-1858
lines changed

hardware/arduino/sam/system/CMSIS/ATMEL Version 0.0.104 renamed to hardware/arduino/sam/system/CMSIS/ATMEL Version 2.10.107

File renamed without changes.

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
3939
void arm_float_to_q12_20(float *pIn, q31_t * pOut, uint32_t numSamples);
4040
void arm_provide_guard_bits_q15(q15_t *input_buf, uint32_t blockSize, uint32_t guard_bits);
4141
void arm_provide_guard_bits_q31(q31_t *input_buf, uint32_t blockSize, uint32_t guard_bits);
42+
void arm_provide_guard_bits_q7 (q7_t * input_buf, uint32_t blockSize, uint32_t guard_bits);
4243
void arm_float_to_q14(float *pIn, q15_t *pOut, uint32_t numSamples);
4344
void arm_float_to_q29(float *pIn, q31_t *pOut, uint32_t numSamples);
4445
void arm_float_to_q28(float *pIn, q31_t *pOut, uint32_t numSamples);

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/** \example arm_class_marks_example_f32.c
6666
*/
6767
#include "arm_math.h"
68-
68+
6969
#define USE_STATIC_INIT
7070

7171
/* ----------------------------------------------------------------------

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*/
6969

7070
#include <math.h>
71-
#include "arm_math.h"
71+
#include "arm_math.h"
7272

7373
/* ----------------------------------------------------------------------
7474
* Defines each of the tests performed

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
/** \example arm_fft_bin_example_f32.c
7979
*/
8080

81-
8281
#include "arm_math.h"
8382

8483
#define TEST_LENGTH_SAMPLES 2048

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
** ------------------------------------------------------------------- */
108108

109109
#include "arm_math.h"
110-
#include "math_helper.h"
110+
#include "math_helper.h"
111111

112112
/* ----------------------------------------------------------------------
113113
** Macro Defines

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
/** \example arm_graphic_equalizer_example_q31.c
110110
*/
111111

112-
113112
#include "arm_math.h"
114113
#include "math_helper.h"
115114

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*/
6969

7070
#include "arm_math.h"
71-
#include "math_helper.h"
71+
#include "math_helper.h"
7272

7373
#define SNR_THRESHOLD 90
7474
#define TEST_LENGTH_SAMPLES 10

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
*/
7676

7777
#include "arm_math.h"
78-
#include "math_helper.h"
78+
#include "math_helper.h"
7979

8080
#define SNR_THRESHOLD 90
8181

hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
*/
9292

9393
#include "arm_math.h"
94-
#include "math_helper.h"
94+
#include "math_helper.h"
9595

9696
/* ----------------------------------------------------------------------
9797
** Global defines for the simulation

0 commit comments

Comments
 (0)