7 files changed
+8
-8
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
- .github/workflows/update.yml+6
- CMSIS-DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c+1-1
- CMSIS-DSP/Include/arm_common_tables.h+5-226
- CMSIS-DSP/Include/arm_common_tables_f16.h+1-38
- CMSIS-DSP/Include/arm_const_structs_f16.h-18
- CMSIS-DSP/Include/arm_helium_utils.h+1-5
- CMSIS-DSP/Include/arm_math_types.h+7-1
- CMSIS-DSP/Include/arm_mve_tables.h-38
- CMSIS-DSP/Include/arm_mve_tables_f16.h-12
- CMSIS-DSP/Include/dsp/matrix_utils.h+158-158
- CMSIS-DSP/Include/dsp/transform_functions.h+411
- CMSIS-DSP/Include/dsp/transform_functions_f16.h+109
- CMSIS-DSP/Include/dsp/utils.h+3-1
- CMSIS-DSP/Source/BasicMathFunctions/arm_scale_q15.c+1-1
- CMSIS-DSP/Source/BasicMathFunctions/arm_scale_q7.c+1-1
- CMSIS-DSP/Source/CommonTables/arm_common_tables.c+13-275
- CMSIS-DSP/Source/CommonTables/arm_common_tables_f16.c+2-50
- CMSIS-DSP/Source/CommonTables/arm_const_structs.c-144
- CMSIS-DSP/Source/CommonTables/arm_const_structs_f16.c+2-25
- CMSIS-DSP/Source/CommonTables/arm_mve_tables.c-51
- CMSIS-DSP/Source/CommonTables/arm_mve_tables_f16.c-21
- CMSIS-DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c+11-12
- CMSIS-DSP/Source/DistanceFunctions/arm_cosine_distance_f64.c+1-1
- CMSIS-DSP/Source/DistanceFunctions/arm_dtw_distance_f32.c+1
- CMSIS-DSP/Source/FilteringFunctions/arm_conv_partial_q15.c+12-6
- CMSIS-DSP/Source/FilteringFunctions/arm_conv_q15.c+10-5
- CMSIS-DSP/Source/FilteringFunctions/arm_lms_norm_q15.c+1
- CMSIS-DSP/Source/FilteringFunctions/arm_lms_norm_q31.c+2-1
- CMSIS-DSP/Source/InterpolationFunctions/arm_spline_interp_f32.c+9-9
- CMSIS-DSP/Source/MatrixFunctions/arm_mat_ldlt_f32.c+2-3
- CMSIS-DSP/Source/MatrixFunctions/arm_mat_ldlt_f64.c+3-3
- CMSIS-DSP/Source/MatrixFunctions/arm_mat_mult_f32.c+1-1
- CMSIS-DSP/Source/MatrixFunctions/arm_mat_mult_q15.c+3
- CMSIS-DSP/Source/StatisticsFunctions/arm_accumulate_f64.c+1-1
- CMSIS-DSP/Source/StatisticsFunctions/arm_mse_f64.c+1-1
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_f16.c+3-7
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_f32.c+3-3
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_f64.c+2-2
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_f16.c+216-223
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_f32.c+208-220
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_f64.c+176-40
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_q15.c+206-224
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_q31.c+206-221
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_q15.c+4-10
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_q31.c+3-10
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_f16.c+7-3
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c+3-5
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_init_f16.c+3-13
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c+2-15
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c+2-15
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c+2-15
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c+2-5
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c+2-5
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_f16.c+2-6
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c+2-6
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_f16.c+2-14
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c+3-14
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c+2-15
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c+2-15
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c+2-6
- CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c+2-5
- CMSIS-DSP/Source/TransformFunctions/arm_dct4_f32.c+3-2
- CMSIS-DSP/Source/TransformFunctions/arm_dct4_init_f32.c+8-11
- CMSIS-DSP/Source/TransformFunctions/arm_dct4_init_q15.c+8-11
- CMSIS-DSP/Source/TransformFunctions/arm_dct4_init_q31.c+8-11
- CMSIS-DSP/Source/TransformFunctions/arm_dct4_q15.c+3-2
- CMSIS-DSP/Source/TransformFunctions/arm_dct4_q31.c+3-2
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_f16.c+9-2
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_f32.c+11-4
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_f16.c+312-7
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_f32.c+311-4
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_q15.c+311-5
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_q31.c+311-4
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_q15.c+8-5
- CMSIS-DSP/Source/TransformFunctions/arm_mfcc_q31.c+9-5
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_f32.c+3-5
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_f16.c+6-3
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_f32.c+9-2
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_f64.c+6-3
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_init_f16.c+45-77
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c+44-76
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_init_f64.c+36-56
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_init_f32.c+6-7
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_init_q15.c+317-147
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_init_q31.c+311-143
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_q15.c+20-20
- CMSIS-DSP/Source/TransformFunctions/arm_rfft_q31.c+20-20
Submodule modm-devices updated 14 files
- README.md+2-2
- devices/stm32/stm32h5-03.xml+1
- devices/stm32/stm32h5-62.xml+1-1
- devices/stm32/stm32h5-63_73.xml+1-7
- devices/stm32/stm32l5-52_62.xml+10-10
- devices/stm32/stm32u5-35_45.xml+8-9
- devices/stm32/stm32u5-75_85.xml+1
- devices/stm32/stm32u5-f7_g7.xml+1.5k
- devices/stm32/stm32u5-f9_g9.xml+2.6k
- tools/generator/dfg/stm32/stm.py+1-1
- tools/generator/dfg/stm32/stm_device_tree.py+2-1
- tools/generator/dfg/stm32/stm_groups.py+6
- tools/generator/raw-data-extractor/extract-nrf.py+1-1
- tools/generator/raw-data-extractor/patches/stm32.patch+230-2
- README.md+4-4
- stm32c0xx/Include/stm32c011xx.h+282-237
- stm32c0xx/Include/stm32c031xx.h+282-237
- stm32c0xx/Include/stm32c0xx.h+1-1
- stm32c0xx/Release_Notes.html+29-9
- stm32h5xx/Include/stm32h503xx.h+3-1
- stm32h5xx/Include/stm32h562xx.h+4-10
- stm32h5xx/Include/stm32h563xx.h+4-10
- stm32h5xx/Include/stm32h573xx.h+28-10
- stm32h5xx/Include/stm32h5xx.h+2-2
- stm32h5xx/Release_Notes.html+12-1
- stm32l4xx/Include/stm32l412xx.h+3-3
- stm32l4xx/Include/stm32l422xx.h+3-3
- stm32l4xx/Include/stm32l431xx.h+9-7
- stm32l4xx/Include/stm32l432xx.h+4-4
- stm32l4xx/Include/stm32l433xx.h+9-7
- stm32l4xx/Include/stm32l442xx.h+4-4
- stm32l4xx/Include/stm32l443xx.h+9-7
- stm32l4xx/Include/stm32l451xx.h+9-7
- stm32l4xx/Include/stm32l452xx.h+9-7
- stm32l4xx/Include/stm32l462xx.h+9-7
- stm32l4xx/Include/stm32l471xx.h+8-6
- stm32l4xx/Include/stm32l475xx.h+8-6
- stm32l4xx/Include/stm32l476xx.h+8-6
- stm32l4xx/Include/stm32l485xx.h+8-6
- stm32l4xx/Include/stm32l486xx.h+8-6
- stm32l4xx/Include/stm32l496xx.h+9-7
- stm32l4xx/Include/stm32l4a6xx.h+9-7
- stm32l4xx/Include/stm32l4p5xx.h+6-6
- stm32l4xx/Include/stm32l4q5xx.h+6-6
- stm32l4xx/Include/stm32l4r5xx.h+5-5
- stm32l4xx/Include/stm32l4r7xx.h+5-5
- stm32l4xx/Include/stm32l4r9xx.h+6-6
- stm32l4xx/Include/stm32l4s5xx.h+5-5
- stm32l4xx/Include/stm32l4s7xx.h+5-5
- stm32l4xx/Include/stm32l4s9xx.h+6-6
- stm32l4xx/Include/stm32l4xx.h+1-1
- stm32l4xx/Release_Notes.html+34-25
- stm32u5xx/Include/partition_stm32u5xx.h+8
- stm32u5xx/Include/stm32u535xx.h+1-87
- stm32u5xx/Include/stm32u545xx.h+1-1
- stm32u5xx/Include/stm32u575xx.h+1-104
- stm32u5xx/Include/stm32u585xx.h+1-1
- stm32u5xx/Include/stm32u595xx.h-103
- stm32u5xx/Include/stm32u599xx.h-103
- stm32u5xx/Include/stm32u5f7xx.h+27.2k
- stm32u5xx/Include/stm32u5f9xx.h+30.3k
- stm32u5xx/Include/stm32u5g7xx.h+28.2k
- stm32u5xx/Include/stm32u5g9xx.h+31.3k
- stm32u5xx/Include/stm32u5xx.h+20-6
- stm32u5xx/Release_Notes.html+24-5
0 commit comments