We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d9f1a commit dfb9fd6Copy full SHA for dfb9fd6
1 file changed
cmake/at32.cmake
@@ -18,6 +18,7 @@ set(CMSIS_DSP_SRC
18
BasicMathFunctions/arm_scale_f32.c
19
BasicMathFunctions/arm_sub_f32.c
20
BasicMathFunctions/arm_mult_f32.c
21
+ BasicMathFunctions/arm_scale_f32.c
22
TransformFunctions/arm_rfft_fast_f32.c
23
TransformFunctions/arm_cfft_f32.c
24
TransformFunctions/arm_rfft_fast_init_f32.c
@@ -26,6 +27,10 @@ set(CMSIS_DSP_SRC
26
27
CommonTables/arm_common_tables.c
28
ComplexMathFunctions/arm_cmplx_mag_f32.c
29
StatisticsFunctions/arm_max_f32.c
30
+ StatisticsFunctions/arm_var_f32.c
31
+ StatisticsFunctions/arm_rms_f32.c
32
+ StatisticsFunctions/arm_mean_f32.c
33
+ StatisticsFunctions/arm_std_f32.c
34
)
35
list(TRANSFORM CMSIS_DSP_SRC PREPEND "${CMSIS_DSP_DIR}/Source/")
36
0 commit comments