Skip to content

Commit

Permalink
[ext] Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Oct 1, 2023
1 parent d22ef29 commit 36f7bfd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ git clone --recurse-submodules --jobs 8 https://github.com/modm-io/modm.git

## Microcontrollers

modm can create a HAL for <!--allcount-->3715<!--/allcount--> devices of these vendors:
modm can create a HAL for <!--allcount-->3734<!--/allcount--> devices of these vendors:

- STMicroelectronics STM32: <!--stmcount-->2910<!--/stmcount--> devices.
- STMicroelectronics STM32: <!--stmcount-->2929<!--/stmcount--> devices.
- Microchip SAM: <!--samcount-->416<!--/samcount--> devices.
- Microchip AVR: <!--avrcount-->388<!--/avrcount--> devices.
- Raspberry Pi: <!--rpicount-->1<!--/rpicount--> device.
Expand Down
2 changes: 1 addition & 1 deletion ext/arm/cmsis-dsp
Submodule cmsis-dsp updated 87 files
+6 −0 .github/workflows/update.yml
+1 −1 CMSIS-DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c
+5 −226 CMSIS-DSP/Include/arm_common_tables.h
+1 −38 CMSIS-DSP/Include/arm_common_tables_f16.h
+0 −18 CMSIS-DSP/Include/arm_const_structs_f16.h
+1 −5 CMSIS-DSP/Include/arm_helium_utils.h
+7 −1 CMSIS-DSP/Include/arm_math_types.h
+0 −38 CMSIS-DSP/Include/arm_mve_tables.h
+0 −12 CMSIS-DSP/Include/arm_mve_tables_f16.h
+158 −158 CMSIS-DSP/Include/dsp/matrix_utils.h
+411 −0 CMSIS-DSP/Include/dsp/transform_functions.h
+109 −0 CMSIS-DSP/Include/dsp/transform_functions_f16.h
+3 −1 CMSIS-DSP/Include/dsp/utils.h
+1 −1 CMSIS-DSP/Source/BasicMathFunctions/arm_scale_q15.c
+1 −1 CMSIS-DSP/Source/BasicMathFunctions/arm_scale_q7.c
+13 −275 CMSIS-DSP/Source/CommonTables/arm_common_tables.c
+2 −50 CMSIS-DSP/Source/CommonTables/arm_common_tables_f16.c
+0 −144 CMSIS-DSP/Source/CommonTables/arm_const_structs.c
+2 −25 CMSIS-DSP/Source/CommonTables/arm_const_structs_f16.c
+0 −51 CMSIS-DSP/Source/CommonTables/arm_mve_tables.c
+0 −21 CMSIS-DSP/Source/CommonTables/arm_mve_tables_f16.c
+11 −12 CMSIS-DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
+1 −1 CMSIS-DSP/Source/DistanceFunctions/arm_cosine_distance_f64.c
+1 −0 CMSIS-DSP/Source/DistanceFunctions/arm_dtw_distance_f32.c
+12 −6 CMSIS-DSP/Source/FilteringFunctions/arm_conv_partial_q15.c
+10 −5 CMSIS-DSP/Source/FilteringFunctions/arm_conv_q15.c
+1 −0 CMSIS-DSP/Source/FilteringFunctions/arm_lms_norm_q15.c
+2 −1 CMSIS-DSP/Source/FilteringFunctions/arm_lms_norm_q31.c
+9 −9 CMSIS-DSP/Source/InterpolationFunctions/arm_spline_interp_f32.c
+2 −3 CMSIS-DSP/Source/MatrixFunctions/arm_mat_ldlt_f32.c
+3 −3 CMSIS-DSP/Source/MatrixFunctions/arm_mat_ldlt_f64.c
+1 −1 CMSIS-DSP/Source/MatrixFunctions/arm_mat_mult_f32.c
+3 −0 CMSIS-DSP/Source/MatrixFunctions/arm_mat_mult_q15.c
+1 −1 CMSIS-DSP/Source/StatisticsFunctions/arm_accumulate_f64.c
+1 −1 CMSIS-DSP/Source/StatisticsFunctions/arm_mse_f64.c
+3 −7 CMSIS-DSP/Source/TransformFunctions/arm_cfft_f16.c
+3 −3 CMSIS-DSP/Source/TransformFunctions/arm_cfft_f32.c
+2 −2 CMSIS-DSP/Source/TransformFunctions/arm_cfft_f64.c
+216 −223 CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_f16.c
+208 −220 CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_f32.c
+176 −40 CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_f64.c
+206 −224 CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_q15.c
+206 −221 CMSIS-DSP/Source/TransformFunctions/arm_cfft_init_q31.c
+4 −10 CMSIS-DSP/Source/TransformFunctions/arm_cfft_q15.c
+3 −10 CMSIS-DSP/Source/TransformFunctions/arm_cfft_q31.c
+7 −3 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_f16.c
+3 −5 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c
+3 −13 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_init_f16.c
+2 −15 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 −5 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c
+2 −5 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c
+2 −6 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_f16.c
+2 −6 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c
+2 −14 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_f16.c
+3 −14 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c
+2 −15 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c
+2 −15 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c
+2 −6 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c
+2 −5 CMSIS-DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c
+3 −2 CMSIS-DSP/Source/TransformFunctions/arm_dct4_f32.c
+8 −11 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
+3 −2 CMSIS-DSP/Source/TransformFunctions/arm_dct4_q15.c
+3 −2 CMSIS-DSP/Source/TransformFunctions/arm_dct4_q31.c
+9 −2 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_f16.c
+11 −4 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_f32.c
+312 −7 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_f16.c
+311 −4 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_f32.c
+311 −5 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_q15.c
+311 −4 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_init_q31.c
+8 −5 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_q15.c
+9 −5 CMSIS-DSP/Source/TransformFunctions/arm_mfcc_q31.c
+3 −5 CMSIS-DSP/Source/TransformFunctions/arm_rfft_f32.c
+6 −3 CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_f16.c
+9 −2 CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_f32.c
+6 −3 CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_f64.c
+45 −77 CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_init_f16.c
+44 −76 CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c
+36 −56 CMSIS-DSP/Source/TransformFunctions/arm_rfft_fast_init_f64.c
+6 −7 CMSIS-DSP/Source/TransformFunctions/arm_rfft_init_f32.c
+317 −147 CMSIS-DSP/Source/TransformFunctions/arm_rfft_init_q15.c
+311 −143 CMSIS-DSP/Source/TransformFunctions/arm_rfft_init_q31.c
+20 −20 CMSIS-DSP/Source/TransformFunctions/arm_rfft_q15.c
+20 −20 CMSIS-DSP/Source/TransformFunctions/arm_rfft_q31.c
2 changes: 1 addition & 1 deletion ext/etlcpp/etl
Submodule etl updated 170 files
2 changes: 1 addition & 1 deletion ext/gcc/libstdc++
2 changes: 1 addition & 1 deletion ext/lvgl/lvgl
Submodule lvgl updated 104 files
2 changes: 1 addition & 1 deletion ext/st/stm32
Submodule stm32 updated 51 files
+4 −4 README.md
+282 −237 stm32c0xx/Include/stm32c011xx.h
+282 −237 stm32c0xx/Include/stm32c031xx.h
+1 −1 stm32c0xx/Include/stm32c0xx.h
+29 −9 stm32c0xx/Release_Notes.html
+3 −1 stm32h5xx/Include/stm32h503xx.h
+4 −10 stm32h5xx/Include/stm32h562xx.h
+4 −10 stm32h5xx/Include/stm32h563xx.h
+28 −10 stm32h5xx/Include/stm32h573xx.h
+2 −2 stm32h5xx/Include/stm32h5xx.h
+12 −1 stm32h5xx/Release_Notes.html
+3 −3 stm32l4xx/Include/stm32l412xx.h
+3 −3 stm32l4xx/Include/stm32l422xx.h
+9 −7 stm32l4xx/Include/stm32l431xx.h
+4 −4 stm32l4xx/Include/stm32l432xx.h
+9 −7 stm32l4xx/Include/stm32l433xx.h
+4 −4 stm32l4xx/Include/stm32l442xx.h
+9 −7 stm32l4xx/Include/stm32l443xx.h
+9 −7 stm32l4xx/Include/stm32l451xx.h
+9 −7 stm32l4xx/Include/stm32l452xx.h
+9 −7 stm32l4xx/Include/stm32l462xx.h
+8 −6 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
+9 −7 stm32l4xx/Include/stm32l496xx.h
+9 −7 stm32l4xx/Include/stm32l4a6xx.h
+6 −6 stm32l4xx/Include/stm32l4p5xx.h
+6 −6 stm32l4xx/Include/stm32l4q5xx.h
+5 −5 stm32l4xx/Include/stm32l4r5xx.h
+5 −5 stm32l4xx/Include/stm32l4r7xx.h
+6 −6 stm32l4xx/Include/stm32l4r9xx.h
+5 −5 stm32l4xx/Include/stm32l4s5xx.h
+5 −5 stm32l4xx/Include/stm32l4s7xx.h
+6 −6 stm32l4xx/Include/stm32l4s9xx.h
+1 −1 stm32l4xx/Include/stm32l4xx.h
+34 −25 stm32l4xx/Release_Notes.html
+8 −0 stm32u5xx/Include/partition_stm32u5xx.h
+1 −87 stm32u5xx/Include/stm32u535xx.h
+1 −1 stm32u5xx/Include/stm32u545xx.h
+1 −104 stm32u5xx/Include/stm32u575xx.h
+1 −1 stm32u5xx/Include/stm32u585xx.h
+0 −103 stm32u5xx/Include/stm32u595xx.h
+0 −103 stm32u5xx/Include/stm32u599xx.h
+27,176 −0 stm32u5xx/Include/stm32u5f7xx.h
+30,332 −0 stm32u5xx/Include/stm32u5f9xx.h
+28,160 −0 stm32u5xx/Include/stm32u5g7xx.h
+31,316 −0 stm32u5xx/Include/stm32u5g9xx.h
+20 −6 stm32u5xx/Include/stm32u5xx.h
+24 −5 stm32u5xx/Release_Notes.html

0 comments on commit 36f7bfd

Please sign in to comment.