]> code.bitgloo.com Git - clyne/u0-decibels.git/commit
add l476 implementation l476
authorClyne Sullivan <clyne@bitgloo.com>
Sun, 2 Feb 2025 16:26:53 +0000 (11:26 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Sun, 2 Feb 2025 16:26:53 +0000 (11:26 -0500)
commit9c59a184dba820975e5da6fcd5d248aee87f7e2f
tree6b30516adc2ba0f7b0a8f5fb5d2e6966c03108d8
parentd09f4289b5788d6a8b34e424841292e2b8529e56
add l476 implementation
974 files changed:
Core/Inc/main.h
Core/Inc/stm32l4xx_hal_conf.h [new file with mode: 0644]
Core/Inc/stm32l4xx_it.h [new file with mode: 0644]
Core/Inc/stm32u0xx_hal_conf.h [deleted file]
Core/Inc/stm32u0xx_it.h [deleted file]
Core/Src/main.c
Core/Src/stm32l4xx_hal_msp.c [new file with mode: 0644]
Core/Src/stm32l4xx_it.c [new file with mode: 0644]
Core/Src/stm32u0xx_hal_msp.c [deleted file]
Core/Src/stm32u0xx_it.c [deleted file]
Core/Src/system_stm32l4xx.c [new file with mode: 0644]
Drivers/CMSIS/Core/Include/cmsis_armcc.h
Drivers/CMSIS/Core/Include/cmsis_armclang.h
Drivers/CMSIS/Core/Include/cmsis_armclang_ltm.h
Drivers/CMSIS/Core/Include/cmsis_compiler.h
Drivers/CMSIS/Core/Include/cmsis_gcc.h
Drivers/CMSIS/Core/Include/cmsis_iccarm.h
Drivers/CMSIS/Core/Include/cmsis_version.h
Drivers/CMSIS/Core/Include/core_armv81mml.h
Drivers/CMSIS/Core/Include/core_armv8mbl.h
Drivers/CMSIS/Core/Include/core_armv8mml.h
Drivers/CMSIS/Core/Include/core_cm0.h
Drivers/CMSIS/Core/Include/core_cm0plus.h
Drivers/CMSIS/Core/Include/core_cm1.h
Drivers/CMSIS/Core/Include/core_cm23.h
Drivers/CMSIS/Core/Include/core_cm3.h
Drivers/CMSIS/Core/Include/core_cm33.h
Drivers/CMSIS/Core/Include/core_cm35p.h
Drivers/CMSIS/Core/Include/core_cm4.h
Drivers/CMSIS/Core/Include/core_cm7.h
Drivers/CMSIS/Core/Include/core_sc000.h
Drivers/CMSIS/Core/Include/core_sc300.h
Drivers/CMSIS/Core/Include/mpu_armv7.h
Drivers/CMSIS/Core/Include/mpu_armv8.h
Drivers/CMSIS/Core/Include/tz_context.h
Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c
Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/CMakeLists.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MBLl_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLl_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLld_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLldfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLlfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM0l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM3l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4lf_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfdp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mem_ARMCA5.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/HowTo.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MBLl_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLl_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLld_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLldfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLlfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM0l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM3l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4lf_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfdp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MBLl_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLl_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLld_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLldfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLlfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM0l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM3l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4lf_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7l_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfdp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfsp_config.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/HowTo.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/HowTo_SV.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/CMakeLists.txt [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/BasicMathFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/ComplexMathFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/ControllerFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/FastMathFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/FilteringFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/HelperFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/Intrinsics_.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/MatrixFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/StatisticsFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/SupportFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/TransformFunctions.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c [new file with mode: 0644]
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c
Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c
Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c
Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c
Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c
Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c
Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/Abstract.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/CMakeLists.txt
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM0/system_ARMCM0.c
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM3/system_ARMCM3.c
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM4_FP/system_ARMCM4.c
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM7_SP/system_ARMCM7.c
Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c
Drivers/CMSIS/DSP/Examples/ARM/boot/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/DSP/Include/arm_common_tables.h
Drivers/CMSIS/DSP/Include/arm_const_structs.h
Drivers/CMSIS/DSP/Include/arm_math.h
Drivers/CMSIS/DSP/Lib/ARM/arm_cortexM4b_math.lib [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/ARM/arm_cortexM4bf_math.lib [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/ARM/arm_cortexM4l_math.lib [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/ARM/arm_cortexM4lf_math.lib [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/GCC/libarm_cortexM4l_math.a [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/GCC/libarm_cortexM4lf_math.a [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/IAR/iar_cortexM4b_math.a [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/IAR/iar_cortexM4bf_math.a [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/IAR/iar_cortexM4l_math.a [new file with mode: 0644]
Drivers/CMSIS/DSP/Lib/IAR/iar_cortexM4lf_math.a [new file with mode: 0644]
Drivers/CMSIS/DSP/PythonWrapper/cmsisdsp_pkg/src/cmsismodule.c [new file with mode: 0644]
Drivers/CMSIS/DSP/PythonWrapper/cmsisdsp_pkg/src/cmsismodule.h [new file with mode: 0644]
Drivers/CMSIS/DSP/PythonWrapper/cmsisdsp_pkg/src/fftinit.c [new file with mode: 0644]
Drivers/CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c
Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c
Drivers/CMSIS/DSP/Source/CMakeLists.txt
Drivers/CMSIS/DSP/Source/CommonTables/CMakeLists.txt
Drivers/CMSIS/DSP/Source/CommonTables/CommonTables.c
Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c
Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c
Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c
Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c
Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/FilteringFunctions/FilteringFunctions.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c
Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/MatrixFunctions/MatrixFunctions.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c
Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctions.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c
Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c
Drivers/CMSIS/DSP/Source/SupportFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/SupportFunctions/SupportFunctions.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c
Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/CMakeLists.txt
Drivers/CMSIS/DSP/Source/TransformFunctions/TransformFunctions.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c
Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l476xx.h [new file with mode: 0644]
Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h [new file with mode: 0644]
Drivers/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h [new file with mode: 0644]
Drivers/CMSIS/Device/ST/STM32L4xx/LICENSE.txt [new file with mode: 0644]
Drivers/CMSIS/Device/ST/STM32L4xx/License.md [new file with mode: 0644]
Drivers/CMSIS/Include/cachel1_armv7.h [deleted file]
Drivers/CMSIS/Include/cmsis_armcc.h
Drivers/CMSIS/Include/cmsis_armclang.h
Drivers/CMSIS/Include/cmsis_armclang_ltm.h
Drivers/CMSIS/Include/cmsis_compiler.h
Drivers/CMSIS/Include/cmsis_gcc.h
Drivers/CMSIS/Include/cmsis_iccarm.h
Drivers/CMSIS/Include/cmsis_version.h
Drivers/CMSIS/Include/core_armv81mml.h
Drivers/CMSIS/Include/core_armv8mbl.h
Drivers/CMSIS/Include/core_armv8mml.h
Drivers/CMSIS/Include/core_cm0.h
Drivers/CMSIS/Include/core_cm0plus.h
Drivers/CMSIS/Include/core_cm1.h
Drivers/CMSIS/Include/core_cm23.h
Drivers/CMSIS/Include/core_cm3.h
Drivers/CMSIS/Include/core_cm33.h
Drivers/CMSIS/Include/core_cm35p.h
Drivers/CMSIS/Include/core_cm4.h
Drivers/CMSIS/Include/core_cm55.h [deleted file]
Drivers/CMSIS/Include/core_cm7.h
Drivers/CMSIS/Include/core_cm85.h [deleted file]
Drivers/CMSIS/Include/core_sc000.h
Drivers/CMSIS/Include/core_sc300.h
Drivers/CMSIS/Include/core_starmc1.h [deleted file]
Drivers/CMSIS/Include/mpu_armv7.h
Drivers/CMSIS/Include/mpu_armv8.h
Drivers/CMSIS/Include/pac_armv81.h [deleted file]
Drivers/CMSIS/Include/pmu_armv8.h [deleted file]
Drivers/CMSIS/Include/tz_context.h
Drivers/CMSIS/LICENSE.txt
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM0/system_ARMCM0.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM3/system_ARMCM3.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM4_FP/system_ARMCM4.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM7_SP/startup_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Device/ARMCM7_SP/system_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/readme.txt [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM0/system_ARMCM0.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM3/system_ARMCM3.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM4_FP/system_ARMCM4.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM7_SP/startup_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Device/ARMCM7_SP/system_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/readme.txt [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10/arm_nnexamples_cifar10.cpp [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10/arm_nnexamples_cifar10_inputs.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10/arm_nnexamples_cifar10_parameter.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10/arm_nnexamples_cifar10_weights.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10/readme_iar.txt [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-gru/arm_nnexamples_gru.cpp [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-gru/arm_nnexamples_gru_test_data.h [new file with mode: 0644]
Drivers/CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-gru/readme_iar.txt [new file with mode: 0644]
Drivers/CMSIS/NN/Include/arm_nn_tables.h
Drivers/CMSIS/NN/Include/arm_nnfunctions.h
Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM0/startup_ARMCM0.s [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM0/system_ARMCM0.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM3/startup_ARMCM3.s [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM3/system_ARMCM3.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM4/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM4/system_ARMCM4.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM4_FP/startup_ARMCM4.s [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM4_FP/system_ARMCM4.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM7_SP/startup_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM7_SP/startup_ARMCM7.s [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/ARMCM7_SP/system_ARMCM7.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/STM32F411RETx/startup_stm32f411xe.s [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/Device/STM32F411RETx/system_stm32f4xx.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h [new file with mode: 0644]
Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/readme.txt [new file with mode: 0644]
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_u8_basic_ver1.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c
Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c
Drivers/CMSIS/RTOS/Template/cmsis_os.h
Drivers/CMSIS/RTOS2/Include/cmsis_os2.h
Drivers/CMSIS/RTOS2/Include/os_tick.h
Drivers/CMSIS/RTOS2/Source/os_systick.c
Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c
Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c
Drivers/CMSIS/RTOS2/Template/cmsis_os.h
Drivers/CMSIS/RTOS2/Template/cmsis_os1.c
Drivers/CMSIS/docs/General/html/LICENSE.txt [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_bus.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_cortex.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crs.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dmamux.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_exti.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_gpio.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lpuart.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_pwr.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rcc.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_spi.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_system.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usart.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_utils.h [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/LICENSE.txt [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi_ex.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c [new file with mode: 0644]
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart_ex.c [new file with mode: 0644]
Makefile
microphone.ioc
openocd.cfg
startup_stm32l476xx.s [new file with mode: 0644]
stm32l476rgtx_flash.ld [new file with mode: 0644]