summaryrefslogtreecommitdiff
path: root/DSP/DSP_Lib_TestSuite
diff options
context:
space:
mode:
authorrihab kouki <rihab.kouki@st.com>2020-07-28 11:24:49 +0100
committerrihab kouki <rihab.kouki@st.com>2020-07-28 11:24:49 +0100
commit96d6da4e252b06dcfdc041e7df23e86161c33007 (patch)
treea262f59bb1db7ec7819acae435f5049cbe5e2354 /DSP/DSP_Lib_TestSuite
parent9f95ff5b6ba01db09552b84a0ab79607060a2666 (diff)
downloadst-cmsis-core-lowfat-master.tar.gz
st-cmsis-core-lowfat-master.tar.bz2
st-cmsis-core-lowfat-master.zip
Official ARM version: v5.6.0HEADmaster
Diffstat (limited to 'DSP/DSP_Lib_TestSuite')
-rw-r--r--DSP/DSP_Lib_TestSuite/CMakeLists.txt136
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h16
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h29
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h25
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/JTest/jtest_FVP.ini2
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini6
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini.withCoverage32
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h62
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/armcc5_arm.sct70
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s88
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s.noSCT195
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s88
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s.noSCT218
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/armcc6_arm.sct70
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S80
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S.noSCT203
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S82
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S.noSCT235
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S48
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/all_tests.c62
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c348
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c42
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c2
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c20
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/main.c8
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/math_helper.c30
-rw-r--r--DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvoptx382
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvprojx2003
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvoptx3068
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvprojx10151
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Lib/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM23_config.txt163
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_FP_config.txt183
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_config.txt183
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_FP_config.txt183
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_config.txt183
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MBLl_config.txt11
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLl_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLld_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLldfsp_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLlfsp_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvoptx380
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvprojx1592
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM0l_config.txt8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM3l_config.txt8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4l_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4lf_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7l_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfdp_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfsp_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.cproject273
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.gitignore1
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.project148
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/language.settings.xml25
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/org.eclipse.ltk.core.refactoring.prefs2
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.launch179
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.rteconfig83
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.c63
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.h578
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.c153
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/ARMCA5.sct77
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mem_ARMCA5.h94
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.c235
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.c138
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.c93
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.h65
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/RTE_Components.h20
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.c34
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/ARM/DspLibTest_MPS2.uvprojx28
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/GCC/DspLibTest_MPS2.uvprojx28
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvoptx2479
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvprojx7114
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvoptx3304
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvprojx12182
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MBLl_config.txt11
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLl_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLld_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLldfsp_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLlfsp_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvoptx3304
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvprojx10637
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM0l_config.txt8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM3l_config.txt8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4l_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4lf_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7l_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfdp_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfsp_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvoptx2479
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvprojx7114
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvoptx3304
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvprojx12181
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MBLl_config.txt11
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLl_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLld_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLldfsp_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLlfsp_config.txt13
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvoptx3304
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvprojx10637
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM0l_config.txt8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM3l_config.txt8
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4l_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4lf_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7l_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfdp_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfsp_config.txt9
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvoptx3077
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvprojx10157
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx3065
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx10157
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvoptx3509
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvprojx8867
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvoptx60
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvprojx152
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx2829
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx8467
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Lib/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Logs/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvoptx62
-rw-r--r--DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvprojx100
-rw-r--r--DSP/DSP_Lib_TestSuite/HowTo.txt33
-rw-r--r--DSP/DSP_Lib_TestSuite/HowTo_SV.txt117
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvoptx315
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvprojx345
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/Lib/.gitignore4
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvoptx3945
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvprojx14822
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/CMakeLists.txt78
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvoptx315
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvprojx174
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h5
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/BasicMathFunctions.c11
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/ComplexMathFunctions.c8
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/ControllerFunctions.c4
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/FastMathFunctions.c5
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/FilteringFunctions.c12
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c182
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c108
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c70
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c70
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c60
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c152
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/HelperFunctions.c4
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/Intrinsics_.c3
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/MatrixFunctions.c9
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/StatisticsFunctions.c8
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c2
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/SupportFunctions.c6
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/TransformFunctions.c4
-rw-r--r--DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c2
-rw-r--r--DSP/DSP_Lib_TestSuite/buildDspLibs.bat116
-rw-r--r--DSP/DSP_Lib_TestSuite/buildRefLibs.bat118
-rw-r--r--DSP/DSP_Lib_TestSuite/log2txt.py110
-rw-r--r--DSP/DSP_Lib_TestSuite/parseLog.py12
-rw-r--r--DSP/DSP_Lib_TestSuite/parseLog_SV.py128
-rw-r--r--DSP/DSP_Lib_TestSuite/runTest.bat141
-rw-r--r--DSP/DSP_Lib_TestSuite/runTest_SV.bat105
168 files changed, 167285 insertions, 6276 deletions
diff --git a/DSP/DSP_Lib_TestSuite/CMakeLists.txt b/DSP/DSP_Lib_TestSuite/CMakeLists.txt
new file mode 100644
index 0000000..3d8e4e9
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/CMakeLists.txt
@@ -0,0 +1,136 @@
+cmake_minimum_required (VERSION 3.6)
+cmake_policy(SET CMP0077 NEW)
+# The tests are assuming that MATRIX_CHECK is enabled when building
+# CMSIS-DSP.
+set(MATRIXCHECK ON)
+set(FASTMATHCOMPUTATIONS OFF)
+option(DUMPPATTERN "Dump test patterns when test is failing" ON)
+
+option(CUSTOMIZE_TESTS "Enable customizations of tests" ON)
+option(BASICMATH_TESTS "Enable Basic Math testing" ON)
+option(COMPLEXMATH_TESTS "Enable Complex Math testing" ON)
+option(CONTROLLER_TESTS "Enable Controller testing" ON)
+option(FASTMATH_TESTS "Enable Fast Math testing" ON)
+option(INTRINSICS_TESTS "Enable Intrinsics testing" ON)
+option(FILTERING_TESTS "Enable Filtering testing" ON)
+option(MATRIX_TESTS "Enable Matrix testing" ON)
+option(STATISTICS_TESTS "Enable Statistics testing" ON)
+option(SUPPORT_TESTS "Enable Support testing" ON)
+option(TRANSFORM_TESTS "Enable Transform testing" ON)
+
+
+project(DSP_Lib_TestSuite)
+
+# Needed to find the config modules
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/..)
+
+
+set(ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../..)
+
+
+file(GLOB MAIN "Common/src/*.c")
+file(GLOB BASICMATH_TESTS_SRC "Common/src/basic_math_tests/*.c")
+file(GLOB COMPLEXMATH_TESTS_SRC "Common/src/complex_math_tests/*.c")
+file(GLOB CONTROLLER_TESTS_SRC "Common/src/controller_tests/*.c")
+file(GLOB FASTMATH_TESTS_SRC "Common/src/fast_math_tests/*.c")
+file(GLOB FILTERING_TESTS_SRC "Common/src/filtering_tests/*.c")
+file(GLOB INTRINSINCS_TESTS_SRC "Common/src/intrinsics_tests/*.c")
+file(GLOB MATRIX_TESTS_SRC "Common/src/matrix_tests/*.c")
+file(GLOB STATISTICS_TESTS_SRC "Common/src/statistics_tests/*.c")
+file(GLOB SUPPORT_TESTS_SRC "Common/src/support_tests/*.c")
+file(GLOB TRANSFORM_TESTS_SRC "Common/src/transform_tests/*.c")
+file(GLOB JTEST_MAIN "Common/JTest/src/*.c")
+
+set(TESTSRC ${MAIN}
+ ${BASICMATH_TESTS_SRC}
+ ${COMPLEXMATH_TESTS_SRC}
+ ${CONTROLLER_TESTS_SRC}
+ ${FASTMATH_TESTS_SRC}
+ ${FILTERING_TESTS_SRC}
+ ${INTRINSINCS_TESTS_SRC}
+ ${MATRIX_TESTS_SRC}
+ ${STATISTICS_TESTS_SRC}
+ ${SUPPORT_TESTS_SRC}
+ ${TRANSFORM_TESTS_SRC}
+ ${JTEST_MAIN}
+ )
+
+set(JINCS
+ Common/JTest/inc
+ Common/JTest/inc/arr_desc
+ Common/inc/basic_math_tests
+ Common/inc/complex_math_tests
+ Common/inc/controller_tests
+ Common/inc/fast_math_tests
+ Common/inc/filtering_tests
+ Common/inc/intrinsics_tests
+ Common/inc/matrix_tests
+ Common/inc/statistics_tests
+ Common/inc/support_tests
+ Common/inc/transform_tests
+ )
+
+add_subdirectory(../Source bin_dsp)
+add_subdirectory(RefLibs bin_ref)
+
+
+add_executable(DSP_Lib_TestSuite)
+
+if (CUSTOMIZE_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE CUSTOMIZE_TESTS)
+endif()
+
+if (BASICMATH_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_BASICMATH_TESTS)
+endif()
+if (COMPLEXMATH_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_COMPLEXMATH_TESTS)
+endif()
+if (CONTROLLER_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_CONTROLLER_TESTS)
+endif()
+if (FASTMATH_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_FASTMATH_TESTS)
+endif()
+if (FILTERING_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_FILTERING_TESTS)
+endif()
+if (INTRINSICS_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_INTRINSICS_TESTS)
+endif()
+if (MATRIX_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_MATRIX_TESTS)
+endif()
+if (STATISTICS_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_STATISTICS_TESTS)
+endif()
+if (SUPPORT_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_SUPPORT_TESTS)
+endif()
+if (TRANSFORM_TESTS)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE ENABLE_TRANSFORM_TESTS)
+endif()
+
+
+if (DUMPPATTERN)
+ target_compile_definitions(DSP_Lib_TestSuite PRIVATE DUMPPATTERN)
+endif()
+
+# Change behavior of configBoot for scatter file
+set(TESTFRAMEWORK ON)
+
+include(configBoot)
+
+file(COPY ${ROOT}/CMSIS/DSP/Examples/ARM/boot/RTE_Components.h DESTINATION tempLink)
+
+target_link_libraries(DSP_Lib_TestSuite PRIVATE CMSISDSP)
+target_link_libraries(DSP_Lib_TestSuite PRIVATE DspRefLibs)
+
+target_sources(DSP_Lib_TestSuite PRIVATE ${TESTSRC})
+
+### Includes
+target_include_directories(DSP_Lib_TestSuite PRIVATE "Common/inc")
+target_include_directories(DSP_Lib_TestSuite PRIVATE "Common/inc/templates")
+target_include_directories(DSP_Lib_TestSuite PRIVATE ${JINCS})
+
+
diff --git a/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h b/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h
index d1b4db5..ed09f95 100644
--- a/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h
+++ b/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h
@@ -43,6 +43,8 @@ extern const char * JTEST_CYCLE_STRF;
__jtest_cycle_end_count)); \
} while (0)
*/
+#ifndef ARMv7A
+
#define JTEST_COUNT_CYCLES(fn_call) \
do \
{ \
@@ -56,10 +58,22 @@ extern const char * JTEST_CYCLE_STRF;
__jtest_cycle_end_count = \
JTEST_SYSTICK_VALUE(SysTick); \
\
- JTEST_SYSTICK_RESET(SysTick); \
+ JTEST_SYSTICK_RESET(SysTick); \
JTEST_DUMP_STRF(JTEST_CYCLE_STRF, \
(JTEST_SYSTICK_INITIAL_VALUE - \
__jtest_cycle_end_count)); \
} while (0)
+#else
+/* TODO */
+#define JTEST_COUNT_CYCLES(fn_call) \
+ do \
+ { \
+ fn_call; \
+ } while (0)
+
+#endif
+
#endif /* _JTEST_CYCLE_H_ */
+
+
diff --git a/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h b/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h
index c655cfd..e48c0c5 100644
--- a/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h
+++ b/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h
@@ -141,6 +141,19 @@ typedef struct JTEST_FW_struct
* Fill the buffer named buf_name with value and dump it to the Keil debugger
* using action.
*/
+#if defined(ARMv7A) || defined(FILEIO)
+
+#define JTEST_ACT_DUMP(action, buf_name, value) \
+ do \
+ { \
+ JTEST_CLEAR_BUFFER(buf_name); \
+ printf("%s",value); \
+ strcpy(JTEST_FW.buf_name, (value)); \
+ JTEST_TRIGGER_ACTION(action); \
+ } while (0)
+
+#else
+
#define JTEST_ACT_DUMP(action, buf_name, value) \
do \
{ \
@@ -149,6 +162,7 @@ typedef struct JTEST_FW_struct
JTEST_TRIGGER_ACTION(action); \
} while (0)
+#endif
/**
* Trigger the "Exit Framework" action in the Keil Debugger.
*/
@@ -192,14 +206,29 @@ typedef struct JTEST_FW_struct
/**
* Dump a formatted string to the Keil Debugger.
*/
+#if defined(ARMv7A) || defined(FILEIO)
+
#define JTEST_DUMP_STRF(format_str, ... ) \
do \
{ \
JTEST_CLEAR_STR_BUFFER(); \
sprintf(JTEST_FW.str_buffer,format_str, __VA_ARGS__); \
+ printf("%s",JTEST_FW.str_buffer); \
jtest_dump_str_segments(); \
} while (0)
+#else
+
+#define JTEST_DUMP_STRF(format_str, ... ) \
+ do \
+ { \
+ JTEST_CLEAR_STR_BUFFER(); \
+ sprintf(JTEST_FW.str_buffer,format_str, __VA_ARGS__); \
+ jtest_dump_str_segments(); \
+ } while (0)
+
+#endif
+
/* Pass/Fail Macros */
/*--------------------------------------------------------------------------------*/
diff --git a/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h b/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h
index ec3e317..afb6e05 100644
--- a/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h
+++ b/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h
@@ -2,7 +2,7 @@
#define _JTEST_SYSTICK_H_
/*--------------------------------------------------------------------------------*/
-/* Includes */
+/* Includes */
/*--------------------------------------------------------------------------------*/
/* Get access to the SysTick structure. */
@@ -10,6 +10,8 @@
#include "ARMCM0.h"
#elif defined ARMCM0P
#include "ARMCM0plus.h"
+#elif defined ARMCM0P_MPU
+ #include "ARMCM0plus_MPU.h"
#elif defined ARMCM3
#include "ARMCM3.h"
#elif defined ARMCM4
@@ -40,22 +42,22 @@
#include "ARMv8MML_DP.h"
#elif defined ARMv8MML_DSP_DP
#include "ARMv8MML_DSP_DP.h"
-
+#elif defined ARMv7A
+ /* TODO */
#else
#warning "no appropriate header file found!"
#endif
/*--------------------------------------------------------------------------------*/
-/* Macros and Defines */
+/* Macros and Defines */
/*--------------------------------------------------------------------------------*/
/**
* Initial value for the SysTick module.
*
- * @note This is also the maximum value, important as SysTick is a decrementing
- * counter.
+ * This is also the maximum value, important as SysTick is a decrementing counter.
*/
-#define JTEST_SYSTICK_INITIAL_VALUE 0xFFFFFF
+#define JTEST_SYSTICK_INITIAL_VALUE 0xFFFFFF
/**
* Reset the SysTick, decrementing timer to it's maximum value and disable it.
@@ -66,11 +68,10 @@
#define JTEST_SYSTICK_RESET(systick_ptr) \
do \
{ \
- (systick_ptr)->LOAD = JTEST_SYSTICK_INITIAL_VALUE; \
- (systick_ptr)->VAL = 1; \
+ (systick_ptr)->CTRL = SysTick_CTRL_CLKSOURCE_Msk; \
\
- /* Disable the SysTick module. */ \
- (systick_ptr)->CTRL = UINT32_C(0x000000); \
+ (systick_ptr)->LOAD = JTEST_SYSTICK_INITIAL_VALUE; \
+ (systick_ptr)->VAL = JTEST_SYSTICK_INITIAL_VALUE; \
} while (0)
/**
@@ -81,13 +82,13 @@
{ \
(systick_ptr)->CTRL = \
SysTick_CTRL_ENABLE_Msk | \
- SysTick_CTRL_CLKSOURCE_Msk; /* Internal clk*/ \
+ SysTick_CTRL_CLKSOURCE_Msk; \
} while (0)
/**
* Evaluate to the current value of the SysTick timer.
*/
-#define JTEST_SYSTICK_VALUE(systick_ptr) \
+#define JTEST_SYSTICK_VALUE(systick_ptr) \
((systick_ptr)->VAL)
#endif /* _JTEST_SYSTICK_H_ */
diff --git a/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_FVP.ini b/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_FVP.ini
index 44d22eb..cfb438f 100644
--- a/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_FVP.ini
+++ b/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_FVP.ini
@@ -12,7 +12,7 @@ LOG OFF /* Turn off Logging by defau
BK * /* Remove existing breakpoints. */
INCLUDE ../../Common/JTest/jtest_fns.ini /* Load the JTEST helper functions */
-INCLUDE ../../Common/JTest/jtest_log_FVP.ini /* Include a log file if specified by jtest_log.ini */
+INCLUDE ../../Common/JTest/jtest_log_FVP.ini /* Include specified log file */
/* Break on special members of the JTEST framework. The framework's
name is defined in jtest_fw.h by the #DEFINE JTEST_FW. */
diff --git a/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini b/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini
index 8f2a6b1..d6c87b8 100644
--- a/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini
+++ b/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini
@@ -17,12 +17,12 @@ INCLUDE ../../Common/JTest/jtest_log_Simulator.ini /* Include specified log fil
/* Break on special members of the JTEST framework. The framework's
name is defined in jtest_fw.h by the #DEFINE JTEST_FW. */
-BS test_start , 1, "coverage_clear(); test_start_msg();"
-BS test_end , 1, "coverage_msg(); test_end_msg();"
+BS test_start , 1, "test_start_msg();"
+BS test_end , 1, "test_end_msg();"
BS group_start , 1, "group_start_msg();"
BS group_end , 1, "group_end_msg();"
BS dump_str , 1, "dump_str_fn();"
-BS dump_data , 1, "dump_data_fn();"
+//BS dump_data , 1, "dump_data_fn();"
BS exit_fw , 1, "break_fn(); debug_clean_fn(); log_off_fn();"
debug_setup_finished_msg() /* Output a message to let the output
diff --git a/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini.withCoverage b/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini.withCoverage
new file mode 100644
index 0000000..8f2a6b1
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/JTest/jtest_Simulator.ini.withCoverage
@@ -0,0 +1,32 @@
+/* This demonstrates how to setup a Debugger '*.ini' file to interface with the
+ * C-code using the JTEST test framework.
+ */
+
+MAP 0x00000000, 0x001FFFFF EXEC READ /* 2048K Flash */
+MAP 0x20000000, 0x201FFFFF READ WRITE /* 2048K RAM */
+
+LOAD %L INCREMENTAL
+
+
+RESET /* Reset the target processor */
+LOG OFF /* Turn off Logging by default. */
+BK * /* Remove existing breakpoints. */
+
+INCLUDE ../../Common/JTest/jtest_fns.ini /* Load the JTEST helper functions */
+INCLUDE ../../Common/JTest/jtest_log_Simulator.ini /* Include specified log file */
+
+/* Break on special members of the JTEST framework. The framework's
+ name is defined in jtest_fw.h by the #DEFINE JTEST_FW. */
+BS test_start , 1, "coverage_clear(); test_start_msg();"
+BS test_end , 1, "coverage_msg(); test_end_msg();"
+BS group_start , 1, "group_start_msg();"
+BS group_end , 1, "group_end_msg();"
+BS dump_str , 1, "dump_str_fn();"
+BS dump_data , 1, "dump_data_fn();"
+BS exit_fw , 1, "break_fn(); debug_clean_fn(); log_off_fn();"
+
+debug_setup_finished_msg() /* Output a message to let the output
+ parser know that setup has
+ finished. */
+
+G /* Start the Tests */
diff --git a/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h b/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h
index 69c3488..3badc80 100644
--- a/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h
+++ b/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h
@@ -62,25 +62,29 @@
/**
* Assert that buffers A and B are byte-equivalent for a number of bytes.
*/
-#define TEST_ASSERT_BUFFERS_EQUAL(buf_a, buf_b, bytes) \
- do \
- { \
- if (memcmp(buf_a, buf_b, bytes) != 0) \
- { \
- return JTEST_TEST_FAILED; \
- } \
+
+#define TEST_ASSERT_BUFFERS_EQUAL(buf_a, buf_b, bytes)\
+ do \
+ { \
+ if (memcmp(buf_a, buf_b, bytes) != 0) \
+ { \
+ return JTEST_TEST_FAILED; \
+ } \
} while (0)
+
+
+
/**
* Assert that the two entities are equal.
*/
-#define TEST_ASSERT_EQUAL(a, b) \
- do \
- { \
- if ((a) != (b)) \
- { \
- return JTEST_TEST_FAILED; \
- } \
+#define TEST_ASSERT_EQUAL(a, b) \
+ do \
+ { \
+ if ((a) != (b)) \
+ { \
+ return JTEST_TEST_FAILED;\
+ } \
} while (0)
/**
@@ -111,31 +115,35 @@
* Assert that the SNR between a reference and test sample is above a given
* threshold.
*/
-#define TEST_ASSERT_SNR(ref_ptr, tst_ptr, block_size, threshold) \
- do \
- { \
- float32_t snr = arm_snr_f32(ref_ptr, tst_ptr, block_size); \
- if ( snr <= threshold) \
- { \
- JTEST_DUMP_STRF("SNR: %f\n", snr); \
- return JTEST_TEST_FAILED; \
- } \
- } while (0) \
+
+#define TEST_ASSERT_SNR(ref_ptr, tst_ptr, block_size, threshold) \
+ do \
+ { \
+ float32_t snr = arm_snr_f32(ref_ptr, tst_ptr, block_size);\
+ if ( snr <= threshold) \
+ { \
+ JTEST_DUMP_STRF("SNR: %f\n", snr); \
+ return JTEST_TEST_FAILED; \
+ } \
+ } while (0)
+
/**
* Assert that the SNR between a reference and test sample is above a given
* threshold. Special case for float64_t
*/
-#define TEST_ASSERT_DBL_SNR(ref_ptr, tst_ptr, block_size, threshold) \
+
+#define TEST_ASSERT_DBL_SNR(ref_ptr, tst_ptr, block_size, threshold)\
do \
{ \
float64_t snr = arm_snr_f64(ref_ptr, tst_ptr, block_size); \
- if ( snr <= threshold) \
+ if ( snr <= threshold) \
{ \
JTEST_DUMP_STRF("SNR: %f\n", snr); \
return JTEST_TEST_FAILED; \
} \
- } while (0) \
+ } while (0)
+
/**
* Compare test and reference elements by converting to float and
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/armcc5_arm.sct b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/armcc5_arm.sct
new file mode 100644
index 0000000..987f554
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/armcc5_arm.sct
@@ -0,0 +1,70 @@
+#! armcc -E
+; command above MUST be in first line (no comment above!)
+
+/*
+;-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+*/
+
+/*--------------------- Flash Configuration -------------------------
+; <h> Flash Configuration
+; <o0> Flash Base Address <0x0-0xFFFFFFFF:8>
+; <o1> Flash Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+ *----------------------------------------------------------------------------*/
+#define __ROM_BASE 0x00000000
+#define __ROM_SIZE 0x00200000
+
+/*--------------------- Embedded RAM Configuration ---------------------------
+; <h> RAM Configuration
+; <o0> RAM Base Address <0x0-0xFFFFFFFF:8>
+; <o1> RAM Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+ *----------------------------------------------------------------------------*/
+#define __RAM_BASE 0x20000000
+#define __RAM_SIZE 0x00200000
+
+/*--------------------- Stack / Heap Configuration ---------------------------
+; <h> Stack / Heap Configuration
+; <o0> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+ *----------------------------------------------------------------------------*/
+#define __STACK_SIZE 0x00000400
+#define __HEAP_SIZE 0x00000C00
+
+
+/*----------------------------------------------------------------------------
+ User Stack & Heap boundery definition
+ *----------------------------------------------------------------------------*/
+#define __STACK_TOP (__RAM_BASE + __RAM_SIZE)
+#define __HEAP_BASE (__RAM_BASE + __RAM_SIZE - __STACK_SIZE - __HEAP_SIZE)
+
+
+/*----------------------------------------------------------------------------
+ Scatter File Definitions definition
+ *----------------------------------------------------------------------------*/
+#define __RO_BASE __ROM_BASE
+#define __RO_SIZE __ROM_SIZE
+
+#define __RW_BASE (__RAM_BASE )
+#define __RW_SIZE (__RAM_SIZE - __STACK_SIZE - __HEAP_SIZE)
+
+
+
+LR_ROM __RO_BASE __RO_SIZE { ; load region size_region
+ ER_ROM __RO_BASE __RO_SIZE { ; load address = execution address
+ *.o (RESET, +First)
+ *(InRoot$$Sections)
+ .ANY (+RO)
+ }
+
+ RW_RAM __RW_BASE __RW_SIZE { ; RW data
+ .ANY (+RW +ZI)
+ }
+
+ ARM_LIB_HEAP __HEAP_BASE EMPTY __HEAP_SIZE { ; Reserve empty region for heap
+ }
+
+ ARM_LIB_STACK __STACK_TOP EMPTY -__STACK_SIZE { ; Reserve empty region for stack
+ }
+}
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s
index e9731e3..056174c 100644
--- a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s
@@ -31,33 +31,6 @@
; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
; POSSIBILITY OF SUCH DAMAGE.
; ---------------------------------------------------------------------------*/
-;/*
-; //-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
-;*/
-
-
-; <h> Stack Configuration
-; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
-; </h>
-
-Stack_Size EQU 0x00000400
-
- AREA STACK, NOINIT, READWRITE, ALIGN=3
-Stack_Mem SPACE Stack_Size
-__initial_sp
-
-
-; <h> Heap Configuration
-; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
-; </h>
-
-Heap_Size EQU 0x00000C00
-
- AREA HEAP, NOINIT, READWRITE, ALIGN=3
-__heap_base
-Heap_Mem SPACE Heap_Size
-__heap_limit
-
PRESERVE8
THUMB
@@ -66,11 +39,12 @@ __heap_limit
; Vector Table Mapped to Address 0 at Reset
AREA RESET, DATA, READONLY
+ IMPORT ||Image$$ARM_LIB_STACK$$ZI$$Limit||
EXPORT __Vectors
EXPORT __Vectors_End
EXPORT __Vectors_Size
-__Vectors DCD __initial_sp ; Top of Stack
+__Vectors DCD ||Image$$ARM_LIB_STACK$$ZI$$Limit|| ; Top of Stack
DCD Reset_Handler ; Reset Handler
DCD NMI_Handler ; NMI Handler
DCD HardFault_Handler ; Hard Fault Handler
@@ -134,62 +108,4 @@ SysTick_Handler PROC
ALIGN
-; User Initial Stack & Heap
- IF :DEF:__MICROLIB
-
- EXPORT __initial_sp
- EXPORT __heap_base
- EXPORT __heap_limit
-
- ELSE
-
- IMPORT __use_two_region_memory
-
-;/*
-; __user_setup_stackheap() returns the:
-; - heap base in r0 (if the program uses the heap)
-; - stack base in sp
-; - heap limit in r2 (if the program uses the heap and uses two-region memory).
-; */
- EXPORT __user_setup_stackheap
-
-__user_setup_stackheap PROC
- LDR R0, = __initial_sp
- MOV SP, R0
- IF Heap_Size > 0
- LDR R2, = __heap_limit
- LDR R0, = __heap_base
- ELSE
- MOV R0, #0
- MOV R2, #0
- ENDIF
- BX LR
- ENDP
-
-
-;/*
-;__user_initial_stackheap() returns the:
-; - heap base in r0
-; - stack base in r1, that is, the highest address in the stack region
-; - heap limit in r2
-; - stack limit in r3, that is, the lowest address in the stack region.
-; */
-;
-;/* DEPRICATED
-; EXPORT __user_initial_stackheap
-;
-;__user_initial_stackheap PROC
-; LDR R0, = Heap_Mem
-; LDR R1, =(Stack_Mem + Stack_Size)
-; LDR R2, = (Heap_Mem + Heap_Size)
-; LDR R3, = Stack_Mem
-; BX LR
-; ENDP
-; */
-
- ALIGN
-
- ENDIF
-
-
END
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s.noSCT b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s.noSCT
new file mode 100644
index 0000000..e9731e3
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s.noSCT
@@ -0,0 +1,195 @@
+;/* File: startup_armv6-m.s
+; * Purpose: startup file for armv7-m architecture devices.
+; * Should be used with ARMCC
+; * Version: V2.00
+; * Date: 16 November 2015
+; *
+; */
+;/* Copyright (c) 2011 - 2014 ARM LIMITED
+;
+; All rights reserved.
+; Redistribution and use in source and binary forms, with or without
+; modification, are permitted provided that the following conditions are met:
+; - Redistributions of source code must retain the above copyright
+; notice, this list of conditions and the following disclaimer.
+; - Redistributions in binary form must reproduce the above copyright
+; notice, this list of conditions and the following disclaimer in the
+; documentation and/or other materials provided with the distribution.
+; - Neither the name of ARM nor the names of its contributors may be used
+; to endorse or promote products derived from this software without
+; specific prior written permission.
+; *
+; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+; ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
+; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+; POSSIBILITY OF SUCH DAMAGE.
+; ---------------------------------------------------------------------------*/
+;/*
+; //-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+;*/
+
+
+; <h> Stack Configuration
+; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+
+Stack_Size EQU 0x00000400
+
+ AREA STACK, NOINIT, READWRITE, ALIGN=3
+Stack_Mem SPACE Stack_Size
+__initial_sp
+
+
+; <h> Heap Configuration
+; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+
+Heap_Size EQU 0x00000C00
+
+ AREA HEAP, NOINIT, READWRITE, ALIGN=3
+__heap_base
+Heap_Mem SPACE Heap_Size
+__heap_limit
+
+
+ PRESERVE8
+ THUMB
+
+
+; Vector Table Mapped to Address 0 at Reset
+
+ AREA RESET, DATA, READONLY
+ EXPORT __Vectors
+ EXPORT __Vectors_End
+ EXPORT __Vectors_Size
+
+__Vectors DCD __initial_sp ; Top of Stack
+ DCD Reset_Handler ; Reset Handler
+ DCD NMI_Handler ; NMI Handler
+ DCD HardFault_Handler ; Hard Fault Handler
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD SVC_Handler ; SVCall Handler
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD PendSV_Handler ; PendSV Handler
+ DCD SysTick_Handler ; SysTick Handler
+__Vectors_End
+
+__Vectors_Size EQU __Vectors_End - __Vectors
+
+ AREA |.text|, CODE, READONLY
+
+
+; Reset Handler
+
+Reset_Handler PROC
+ EXPORT Reset_Handler [WEAK]
+ IMPORT SystemInit
+ IMPORT __main
+ LDR R0, =SystemInit
+ BLX R0
+ LDR R0, =__main
+ BX R0
+ ENDP
+
+
+; Dummy Exception Handlers (infinite loops which can be modified)
+
+NMI_Handler PROC
+ EXPORT NMI_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+HardFault_Handler\
+ PROC
+ EXPORT HardFault_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+SVC_Handler PROC
+ EXPORT SVC_Handler [WEAK]
+ B .
+ ENDP
+PendSV_Handler PROC
+ EXPORT PendSV_Handler [WEAK]
+ B .
+ ENDP
+SysTick_Handler PROC
+ EXPORT SysTick_Handler [WEAK]
+ B .
+ ENDP
+
+ ALIGN
+
+; User Initial Stack & Heap
+ IF :DEF:__MICROLIB
+
+ EXPORT __initial_sp
+ EXPORT __heap_base
+ EXPORT __heap_limit
+
+ ELSE
+
+ IMPORT __use_two_region_memory
+
+;/*
+; __user_setup_stackheap() returns the:
+; - heap base in r0 (if the program uses the heap)
+; - stack base in sp
+; - heap limit in r2 (if the program uses the heap and uses two-region memory).
+; */
+ EXPORT __user_setup_stackheap
+
+__user_setup_stackheap PROC
+ LDR R0, = __initial_sp
+ MOV SP, R0
+ IF Heap_Size > 0
+ LDR R2, = __heap_limit
+ LDR R0, = __heap_base
+ ELSE
+ MOV R0, #0
+ MOV R2, #0
+ ENDIF
+ BX LR
+ ENDP
+
+
+;/*
+;__user_initial_stackheap() returns the:
+; - heap base in r0
+; - stack base in r1, that is, the highest address in the stack region
+; - heap limit in r2
+; - stack limit in r3, that is, the lowest address in the stack region.
+; */
+;
+;/* DEPRICATED
+; EXPORT __user_initial_stackheap
+;
+;__user_initial_stackheap PROC
+; LDR R0, = Heap_Mem
+; LDR R1, =(Stack_Mem + Stack_Size)
+; LDR R2, = (Heap_Mem + Heap_Size)
+; LDR R3, = Stack_Mem
+; BX LR
+; ENDP
+; */
+
+ ALIGN
+
+ ENDIF
+
+
+ END
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s
index 2b00ab9..b40c565 100644
--- a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s
@@ -31,33 +31,6 @@
; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
; POSSIBILITY OF SUCH DAMAGE.
; ---------------------------------------------------------------------------*/
-;/*
-; //-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
-;*/
-
-
-; <h> Stack Configuration
-; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
-; </h>
-
-Stack_Size EQU 0x00000400
-
- AREA STACK, NOINIT, READWRITE, ALIGN=3
-Stack_Mem SPACE Stack_Size
-__initial_sp
-
-
-; <h> Heap Configuration
-; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
-; </h>
-
-Heap_Size EQU 0x00000C00
-
- AREA HEAP, NOINIT, READWRITE, ALIGN=3
-__heap_base
-Heap_Mem SPACE Heap_Size
-__heap_limit
-
PRESERVE8
THUMB
@@ -66,11 +39,12 @@ __heap_limit
; Vector Table Mapped to Address 0 at Reset
AREA RESET, DATA, READONLY
+ IMPORT ||Image$$ARM_LIB_STACK$$ZI$$Limit||
EXPORT __Vectors
EXPORT __Vectors_End
EXPORT __Vectors_Size
-__Vectors DCD __initial_sp ; Top of Stack
+__Vectors DCD ||Image$$ARM_LIB_STACK$$ZI$$Limit|| ; Top of Stack
DCD Reset_Handler ; Reset Handler
DCD NMI_Handler ; NMI Handler
DCD HardFault_Handler ; Hard Fault Handler
@@ -157,62 +131,4 @@ SysTick_Handler PROC
ALIGN
-; User Initial Stack & Heap
- IF :DEF:__MICROLIB
-
- EXPORT __initial_sp
- EXPORT __heap_base
- EXPORT __heap_limit
-
- ELSE
-
- IMPORT __use_two_region_memory
-
-;/*
-; __user_setup_stackheap() returns the:
-; - heap base in r0 (if the program uses the heap)
-; - stack base in sp
-; - heap limit in r2 (if the program uses the heap and uses two-region memory).
-; */
- EXPORT __user_setup_stackheap
-
-__user_setup_stackheap PROC
- LDR R0, = __initial_sp
- MOV SP, R0
- IF Heap_Size > 0
- LDR R2, = __heap_limit
- LDR R0, = __heap_base
- ELSE
- MOV R0, #0
- MOV R2, #0
- ENDIF
- BX LR
- ENDP
-
-
-;/*
-;__user_initial_stackheap() returns the:
-; - heap base in r0
-; - stack base in r1, that is, the highest address in the stack region
-; - heap limit in r2
-; - stack limit in r3, that is, the lowest address in the stack region.
-; */
-;
-;/* DEPRICATED
-; EXPORT __user_initial_stackheap
-;
-;__user_initial_stackheap PROC
-; LDR R0, = Heap_Mem
-; LDR R1, =(Stack_Mem + Stack_Size)
-; LDR R2, = (Heap_Mem + Heap_Size)
-; LDR R3, = Stack_Mem
-; BX LR
-; ENDP
-; */
-
- ALIGN
-
- ENDIF
-
-
END
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s.noSCT b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s.noSCT
new file mode 100644
index 0000000..2b00ab9
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s.noSCT
@@ -0,0 +1,218 @@
+;/* File: startup_armv7-m.s
+; * Purpose: startup file for armv7-m architecture devices.
+; * Should be used with ARMCC
+; * Version: V2.00
+; * Date: 16 November 2015
+; *
+; */
+;/* Copyright (c) 2011 - 2014 ARM LIMITED
+;
+; All rights reserved.
+; Redistribution and use in source and binary forms, with or without
+; modification, are permitted provided that the following conditions are met:
+; - Redistributions of source code must retain the above copyright
+; notice, this list of conditions and the following disclaimer.
+; - Redistributions in binary form must reproduce the above copyright
+; notice, this list of conditions and the following disclaimer in the
+; documentation and/or other materials provided with the distribution.
+; - Neither the name of ARM nor the names of its contributors may be used
+; to endorse or promote products derived from this software without
+; specific prior written permission.
+; *
+; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+; ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
+; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+; POSSIBILITY OF SUCH DAMAGE.
+; ---------------------------------------------------------------------------*/
+;/*
+; //-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+;*/
+
+
+; <h> Stack Configuration
+; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+
+Stack_Size EQU 0x00000400
+
+ AREA STACK, NOINIT, READWRITE, ALIGN=3
+Stack_Mem SPACE Stack_Size
+__initial_sp
+
+
+; <h> Heap Configuration
+; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+
+Heap_Size EQU 0x00000C00
+
+ AREA HEAP, NOINIT, READWRITE, ALIGN=3
+__heap_base
+Heap_Mem SPACE Heap_Size
+__heap_limit
+
+
+ PRESERVE8
+ THUMB
+
+
+; Vector Table Mapped to Address 0 at Reset
+
+ AREA RESET, DATA, READONLY
+ EXPORT __Vectors
+ EXPORT __Vectors_End
+ EXPORT __Vectors_Size
+
+__Vectors DCD __initial_sp ; Top of Stack
+ DCD Reset_Handler ; Reset Handler
+ DCD NMI_Handler ; NMI Handler
+ DCD HardFault_Handler ; Hard Fault Handler
+ DCD MemManage_Handler ; MPU Fault Handler
+ DCD BusFault_Handler ; Bus Fault Handler
+ DCD UsageFault_Handler ; Usage Fault Handler
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD 0 ; Reserved
+ DCD SVC_Handler ; SVCall Handler
+ DCD DebugMon_Handler ; Debug Monitor Handler
+ DCD 0 ; Reserved
+ DCD PendSV_Handler ; PendSV Handler
+ DCD SysTick_Handler ; SysTick Handler
+__Vectors_End
+
+__Vectors_Size EQU __Vectors_End - __Vectors
+
+ AREA |.text|, CODE, READONLY
+
+
+; Reset Handler
+
+Reset_Handler PROC
+ EXPORT Reset_Handler [WEAK]
+ IMPORT SystemInit
+ IMPORT __main
+ LDR R0, =SystemInit
+ BLX R0
+ LDR R0, =__main
+ BX R0
+ ENDP
+
+
+; Dummy Exception Handlers (infinite loops which can be modified)
+
+NMI_Handler PROC
+ EXPORT NMI_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+HardFault_Handler\
+ PROC
+ EXPORT HardFault_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+MemManage_Handler\
+ PROC
+ EXPORT MemManage_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+BusFault_Handler\
+ PROC
+ EXPORT BusFault_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+UsageFault_Handler\
+ PROC
+ EXPORT UsageFault_Handler [WEAK]
+ BKPT #0
+ B .
+ ENDP
+SVC_Handler PROC
+ EXPORT SVC_Handler [WEAK]
+ B .
+ ENDP
+DebugMon_Handler\
+ PROC
+ EXPORT DebugMon_Handler [WEAK]
+ B .
+ ENDP
+PendSV_Handler PROC
+ EXPORT PendSV_Handler [WEAK]
+ B .
+ ENDP
+SysTick_Handler PROC
+ EXPORT SysTick_Handler [WEAK]
+ B .
+ ENDP
+
+ ALIGN
+
+; User Initial Stack & Heap
+ IF :DEF:__MICROLIB
+
+ EXPORT __initial_sp
+ EXPORT __heap_base
+ EXPORT __heap_limit
+
+ ELSE
+
+ IMPORT __use_two_region_memory
+
+;/*
+; __user_setup_stackheap() returns the:
+; - heap base in r0 (if the program uses the heap)
+; - stack base in sp
+; - heap limit in r2 (if the program uses the heap and uses two-region memory).
+; */
+ EXPORT __user_setup_stackheap
+
+__user_setup_stackheap PROC
+ LDR R0, = __initial_sp
+ MOV SP, R0
+ IF Heap_Size > 0
+ LDR R2, = __heap_limit
+ LDR R0, = __heap_base
+ ELSE
+ MOV R0, #0
+ MOV R2, #0
+ ENDIF
+ BX LR
+ ENDP
+
+
+;/*
+;__user_initial_stackheap() returns the:
+; - heap base in r0
+; - stack base in r1, that is, the highest address in the stack region
+; - heap limit in r2
+; - stack limit in r3, that is, the lowest address in the stack region.
+; */
+;
+;/* DEPRICATED
+; EXPORT __user_initial_stackheap
+;
+;__user_initial_stackheap PROC
+; LDR R0, = Heap_Mem
+; LDR R1, =(Stack_Mem + Stack_Size)
+; LDR R2, = (Heap_Mem + Heap_Size)
+; LDR R3, = Stack_Mem
+; BX LR
+; ENDP
+; */
+
+ ALIGN
+
+ ENDIF
+
+
+ END
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/armcc6_arm.sct b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/armcc6_arm.sct
new file mode 100644
index 0000000..8de3ce7
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/armcc6_arm.sct
@@ -0,0 +1,70 @@
+#! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m0 -xc
+; command above MUST be in first line (no comment above!)
+
+/*
+;-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+*/
+
+/*--------------------- Flash Configuration -------------------------
+; <h> Flash Configuration
+; <o0> Flash Base Address <0x0-0xFFFFFFFF:8>
+; <o1> Flash Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+ *----------------------------------------------------------------------------*/
+#define __ROM_BASE 0x00000000
+#define __ROM_SIZE 0x00200000
+
+/*--------------------- Embedded RAM Configuration ---------------------------
+; <h> RAM Configuration
+; <o0> RAM Base Address <0x0-0xFFFFFFFF:8>
+; <o1> RAM Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+ *----------------------------------------------------------------------------*/
+#define __RAM_BASE 0x20000000
+#define __RAM_SIZE 0x00200000
+
+/*--------------------- Stack / Heap Configuration ---------------------------
+; <h> Stack / Heap Configuration
+; <o0> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+; </h>
+ *----------------------------------------------------------------------------*/
+#define __STACK_SIZE 0x00000400
+#define __HEAP_SIZE 0x00000C00
+
+
+/*----------------------------------------------------------------------------
+ User Stack & Heap boundery definition
+ *----------------------------------------------------------------------------*/
+#define __STACK_TOP (__RAM_BASE + __RAM_SIZE)
+#define __HEAP_BASE (__RAM_BASE + __RAM_SIZE - __STACK_SIZE - __HEAP_SIZE)
+
+
+/*----------------------------------------------------------------------------
+ Scatter File Definitions definition
+ *----------------------------------------------------------------------------*/
+#define __RO_BASE __ROM_BASE
+#define __RO_SIZE __ROM_SIZE
+
+#define __RW_BASE (__RAM_BASE )
+#define __RW_SIZE (__RAM_SIZE - __STACK_SIZE - __HEAP_SIZE)
+
+
+
+LR_ROM __RO_BASE __RO_SIZE { ; load region size_region
+ ER_ROM __RO_BASE __RO_SIZE { ; load address = execution address
+ *.o (RESET, +First)
+ *(InRoot$$Sections)
+ .ANY (+RO)
+ }
+
+ RW_RAM __RW_BASE __RW_SIZE { ; RW data
+ .ANY (+RW +ZI)
+ }
+
+ ARM_LIB_HEAP __HEAP_BASE EMPTY __HEAP_SIZE { ; Reserve empty region for heap
+ }
+
+ ARM_LIB_STACK __STACK_TOP EMPTY -__STACK_SIZE { ; Reserve empty region for stack
+ }
+}
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S
index 3d18268..d3499af 100644
--- a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S
@@ -42,39 +42,7 @@
/* .eabi_attribute Tag_ABI_align8_preserved,1 www.support.code-red-tech.com/CodeRedWiki/Preserve8 */
.eabi_attribute 25, 1 /* Tag_ABI_align_preserved */
-
-/*
- ;<h> Stack Configuration
- ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
- ;</h>
-*/
- .equ Stack_Size, 0x00000400
-
- .section STACK, "w"
- .align 3
- .globl __StackTop
- .globl __StackLimit
-__StackLimit:
- .space Stack_Size
-__StackTop: /* formerly known as __initial_sp */
-
-
-/*
- ;<h> Heap Configuration
- ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
- ;</h>
-*/
- .equ Heap_Size, 0x00000C00
-
- .section HEAP, "w"
- .align 3
- .globl __HeapBase
- .globl __HeapLimit
-__HeapBase:
- .if Heap_Size
- .space Heap_Size
- .endif
-__HeapLimit:
+ .global Image$$ARM_LIB_STACK$$ZI$$Limit
.section RESET, "x"
@@ -83,7 +51,7 @@ __HeapLimit:
.globl __Vectors_End
.globl __Vectors_Size
__Vectors:
- .long __StackTop /* Top of Stack */
+ .long Image$$ARM_LIB_STACK$$ZI$$Limit /* Top of Stack */
.long Reset_Handler /* Reset Handler */
.long NMI_Handler /* NMI Handler */
.long HardFault_Handler /* Hard Fault Handler */
@@ -156,48 +124,4 @@ SysTick_Handler:
bkpt #0
b .
-
- .global __use_two_region_memory
-
-/*
- __user_setup_stackheap() returns the:
- - heap base in r0 (if the program uses the heap)
- - stack base in sp
- - heap limit in r2 (if the program uses the heap and uses two-region memory).
- */
- .globl __user_setup_stackheap
- .type __user_setup_stackheap, %function
- .thumb_func
-__user_setup_stackheap:
- ldr r0, =__StackTop
- mov sp, r0
- .if Heap_Size
- ldr r0, =__HeapBase
- ldr r2, =__HeapLimit
- .else
- mov r0, #0
- mov r2, #0
- .endif
- bx lr
-
-
-/*
-__user_initial_stackheap() returns the:
- - heap base in r0
- - stack base in r1, that is, the highest address in the stack region
- - heap limit in r2
- - stack limit in r3, that is, the lowest address in the stack region.
- */
-/* DEPRICATED
- .globl __user_initial_stackheap
- .type __user_initial_stackheap, %function
- .thumb_func
-__user_initial_stackheap:
- ldr r0, = __HeapBase
- ldr r1, = __StackTop
- ldr r2, = __HeapLimit
- ldr r3, = __StackLimit
- bx lr
-*/
-
.end
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S.noSCT b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S.noSCT
new file mode 100644
index 0000000..3d18268
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S.noSCT
@@ -0,0 +1,203 @@
+/* File: startup_armv6-m.S
+ * Purpose: startup file for armv6-m architecture devices.
+ * Should be used with ARMCLANG
+ * Version: V2.00
+ * Date: 16 November 2015
+ *
+ */
+/* Copyright (c) 2011 - 2015 ARM LIMITED
+
+ All rights reserved.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ - Neither the name of ARM nor the names of its contributors may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ *
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ ---------------------------------------------------------------------------*/
+/*
+ ;//-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+*/
+
+
+ .syntax unified
+ .arch armv6-m
+
+/* .eabi_attribute Tag_ABI_align8_preserved,1 www.support.code-red-tech.com/CodeRedWiki/Preserve8 */
+.eabi_attribute 25, 1 /* Tag_ABI_align_preserved */
+
+
+/*
+ ;<h> Stack Configuration
+ ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+ ;</h>
+*/
+ .equ Stack_Size, 0x00000400
+
+ .section STACK, "w"
+ .align 3
+ .globl __StackTop
+ .globl __StackLimit
+__StackLimit:
+ .space Stack_Size
+__StackTop: /* formerly known as __initial_sp */
+
+
+/*
+ ;<h> Heap Configuration
+ ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+ ;</h>
+*/
+ .equ Heap_Size, 0x00000C00
+
+ .section HEAP, "w"
+ .align 3
+ .globl __HeapBase
+ .globl __HeapLimit
+__HeapBase:
+ .if Heap_Size
+ .space Heap_Size
+ .endif
+__HeapLimit:
+
+
+ .section RESET, "x"
+ .align 2
+ .globl __Vectors
+ .globl __Vectors_End
+ .globl __Vectors_Size
+__Vectors:
+ .long __StackTop /* Top of Stack */
+ .long Reset_Handler /* Reset Handler */
+ .long NMI_Handler /* NMI Handler */
+ .long HardFault_Handler /* Hard Fault Handler */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long SVC_Handler /* SVCall Handler */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long PendSV_Handler /* PendSV Handler */
+ .long SysTick_Handler /* SysTick Handler */
+__Vectors_End:
+
+ .equ __Vectors_Size, __Vectors_End - __Vectors
+
+
+ .text
+ .thumb
+ .align 2
+
+ .globl Reset_Handler
+ .weak Reset_Handler
+ .type Reset_Handler, %function
+ .thumb_func
+Reset_Handler:
+ bl SystemInit
+ bl __main
+
+ .globl NMI_Handler
+ .weak NMI_Handler
+ .type NMI_Handler, %function
+ .thumb_func
+NMI_Handler:
+ bkpt #0
+ b .
+
+ .globl HardFault_Handler
+ .weak HardFault_Handler
+ .type HardFault_Handler, %function
+ .thumb_func
+HardFault_Handler:
+ bkpt #0
+ b .
+
+ .globl SVC_Handler
+ .weak SVC_Handler
+ .type SVC_Handler, %function
+ .thumb_func
+SVC_Handler:
+ bkpt #0
+ b .
+
+ .globl PendSV_Handler
+ .weak PendSV_Handler
+ .type PendSV_Handler, %function
+ .thumb_func
+PendSV_Handler:
+ bkpt #0
+ b .
+
+ .globl SysTick_Handler
+ .weak SysTick_Handler
+ .type SysTick_Handler, %function
+ .thumb_func
+SysTick_Handler:
+ bkpt #0
+ b .
+
+
+ .global __use_two_region_memory
+
+/*
+ __user_setup_stackheap() returns the:
+ - heap base in r0 (if the program uses the heap)
+ - stack base in sp
+ - heap limit in r2 (if the program uses the heap and uses two-region memory).
+ */
+ .globl __user_setup_stackheap
+ .type __user_setup_stackheap, %function
+ .thumb_func
+__user_setup_stackheap:
+ ldr r0, =__StackTop
+ mov sp, r0
+ .if Heap_Size
+ ldr r0, =__HeapBase
+ ldr r2, =__HeapLimit
+ .else
+ mov r0, #0
+ mov r2, #0
+ .endif
+ bx lr
+
+
+/*
+__user_initial_stackheap() returns the:
+ - heap base in r0
+ - stack base in r1, that is, the highest address in the stack region
+ - heap limit in r2
+ - stack limit in r3, that is, the lowest address in the stack region.
+ */
+/* DEPRICATED
+ .globl __user_initial_stackheap
+ .type __user_initial_stackheap, %function
+ .thumb_func
+__user_initial_stackheap:
+ ldr r0, = __HeapBase
+ ldr r1, = __StackTop
+ ldr r2, = __HeapLimit
+ ldr r3, = __StackLimit
+ bx lr
+*/
+
+ .end
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S
index 4bdb549..53a307e 100644
--- a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S
@@ -37,44 +37,12 @@
.syntax unified
- .arch armv6-m
+ .arch armv7-m
/* .eabi_attribute Tag_ABI_align8_preserved,1 www.support.code-red-tech.com/CodeRedWiki/Preserve8 */
.eabi_attribute 25, 1 /* Tag_ABI_align_preserved */
-
-/*
- ;<h> Stack Configuration
- ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
- ;</h>
-*/
- .equ Stack_Size, 0x00000400
-
- .section STACK, "w"
- .align 3
- .globl __StackTop
- .globl __StackLimit
-__StackLimit:
- .space Stack_Size
-__StackTop: /* formerly known as __initial_sp */
-
-
-/*
- ;<h> Heap Configuration
- ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
- ;</h>
-*/
- .equ Heap_Size, 0x00000C00
-
- .section HEAP, "w"
- .align 3
- .globl __HeapBase
- .globl __HeapLimit
-__HeapBase:
- .if Heap_Size
- .space Heap_Size
- .endif
-__HeapLimit:
+ .global Image$$ARM_LIB_STACK$$ZI$$Limit
.section RESET, "x"
@@ -83,7 +51,7 @@ __HeapLimit:
.globl __Vectors_End
.globl __Vectors_Size
__Vectors:
- .long __StackTop /* Top of Stack */
+ .long Image$$ARM_LIB_STACK$$ZI$$Limit /* Top of Stack */
.long Reset_Handler /* Reset Handler */
.long NMI_Handler /* NMI Handler */
.long HardFault_Handler /* Hard Fault Handler */
@@ -188,48 +156,4 @@ SysTick_Handler:
bkpt #0
b .
-
- .global __use_two_region_memory
-
-/*
- __user_setup_stackheap() returns the:
- - heap base in r0 (if the program uses the heap)
- - stack base in sp
- - heap limit in r2 (if the program uses the heap and uses two-region memory).
- */
- .globl __user_setup_stackheap
- .type __user_setup_stackheap, %function
- .thumb_func
-__user_setup_stackheap:
- ldr r0, =__StackTop
- mov sp, r0
- .if Heap_Size
- ldr r0, =__HeapBase
- ldr r2, =__HeapLimit
- .else
- mov r0, #0
- mov r2, #0
- .endif
- bx lr
-
-
-/*
-__user_initial_stackheap() returns the:
- - heap base in r0
- - stack base in r1, that is, the highest address in the stack region
- - heap limit in r2
- - stack limit in r3, that is, the lowest address in the stack region.
- */
-/* DEPRICATED
- .globl __user_initial_stackheap
- .type __user_initial_stackheap, %function
- .thumb_func
-__user_initial_stackheap:
- ldr r0, = __HeapBase
- ldr r1, = __StackTop
- ldr r2, = __HeapLimit
- ldr r3, = __StackLimit
- bx lr
-*/
-
.end
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S.noSCT b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S.noSCT
new file mode 100644
index 0000000..4bdb549
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S.noSCT
@@ -0,0 +1,235 @@
+/* File: startup_armv7-m.S
+ * Purpose: startup file for armv7-m architecture devices.
+ * Should be used with ARMCLANG
+ * Version: V2.00
+ * Date: 16 November 2015
+ *
+ */
+/* Copyright (c) 2011 - 2015 ARM LIMITED
+
+ All rights reserved.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ - Neither the name of ARM nor the names of its contributors may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ *
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ ---------------------------------------------------------------------------*/
+/*
+ ;//-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+*/
+
+
+ .syntax unified
+ .arch armv6-m
+
+/* .eabi_attribute Tag_ABI_align8_preserved,1 www.support.code-red-tech.com/CodeRedWiki/Preserve8 */
+.eabi_attribute 25, 1 /* Tag_ABI_align_preserved */
+
+
+/*
+ ;<h> Stack Configuration
+ ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+ ;</h>
+*/
+ .equ Stack_Size, 0x00000400
+
+ .section STACK, "w"
+ .align 3
+ .globl __StackTop
+ .globl __StackLimit
+__StackLimit:
+ .space Stack_Size
+__StackTop: /* formerly known as __initial_sp */
+
+
+/*
+ ;<h> Heap Configuration
+ ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+ ;</h>
+*/
+ .equ Heap_Size, 0x00000C00
+
+ .section HEAP, "w"
+ .align 3
+ .globl __HeapBase
+ .globl __HeapLimit
+__HeapBase:
+ .if Heap_Size
+ .space Heap_Size
+ .endif
+__HeapLimit:
+
+
+ .section RESET, "x"
+ .align 2
+ .globl __Vectors
+ .globl __Vectors_End
+ .globl __Vectors_Size
+__Vectors:
+ .long __StackTop /* Top of Stack */
+ .long Reset_Handler /* Reset Handler */
+ .long NMI_Handler /* NMI Handler */
+ .long HardFault_Handler /* Hard Fault Handler */
+ .long MemManage_Handler /* MPU Fault Handler */
+ .long BusFault_Handler /* Bus Fault Handler */
+ .long UsageFault_Handler /* Usage Fault Handler */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long 0 /* Reserved */
+ .long SVC_Handler /* SVCall Handler */
+ .long DebugMon_Handler /* Debug Monitor Handler */
+ .long 0 /* Reserved */
+ .long PendSV_Handler /* PendSV Handler */
+ .long SysTick_Handler /* SysTick Handler */
+__Vectors_End:
+
+ .equ __Vectors_Size, __Vectors_End - __Vectors
+
+
+ .text
+ .thumb
+ .align 2
+
+ .globl Reset_Handler
+ .weak Reset_Handler
+ .type Reset_Handler, %function
+ .thumb_func
+Reset_Handler:
+ bl SystemInit
+ bl __main
+
+ .globl NMI_Handler
+ .weak NMI_Handler
+ .type NMI_Handler, %function
+ .thumb_func
+NMI_Handler:
+ bkpt #0
+ b .
+
+ .globl HardFault_Handler
+ .weak HardFault_Handler
+ .type HardFault_Handler, %function
+ .thumb_func
+HardFault_Handler:
+ bkpt #0
+ b .
+
+ .globl MemManage_Handler
+ .weak MemManage_Handler
+ .type MemManage_Handler, %function
+ .thumb_func
+MemManage_Handler:
+ bkpt #0
+ b .
+
+ .globl BusFault_Handler
+ .weak BusFault_Handler
+ .type BusFault_Handler, %function
+ .thumb_func
+BusFault_Handler:
+ bkpt #0
+ b .
+
+ .globl UsageFault_Handler
+ .weak UsageFault_Handler
+ .type UsageFault_Handler, %function
+ .thumb_func
+UsageFault_Handler:
+ bkpt #0
+ b .
+
+ .globl SVC_Handler
+ .weak SVC_Handler
+ .type SVC_Handler, %function
+ .thumb_func
+SVC_Handler:
+ bkpt #0
+ b .
+
+ .globl DebugMon_Handler
+ .weak DebugMon_Handler
+ .type DebugMon_Handler, %function
+ .thumb_func
+DebugMon_Handler:
+ bkpt #0
+ b .
+
+ .globl PendSV_Handler
+ .weak PendSV_Handler
+ .type PendSV_Handler, %function
+ .thumb_func
+PendSV_Handler:
+ bkpt #0
+ b .
+
+ .globl SysTick_Handler
+ .weak SysTick_Handler
+ .type SysTick_Handler, %function
+ .thumb_func
+SysTick_Handler:
+ bkpt #0
+ b .
+
+
+ .global __use_two_region_memory
+
+/*
+ __user_setup_stackheap() returns the:
+ - heap base in r0 (if the program uses the heap)
+ - stack base in sp
+ - heap limit in r2 (if the program uses the heap and uses two-region memory).
+ */
+ .globl __user_setup_stackheap
+ .type __user_setup_stackheap, %function
+ .thumb_func
+__user_setup_stackheap:
+ ldr r0, =__StackTop
+ mov sp, r0
+ .if Heap_Size
+ ldr r0, =__HeapBase
+ ldr r2, =__HeapLimit
+ .else
+ mov r0, #0
+ mov r2, #0
+ .endif
+ bx lr
+
+
+/*
+__user_initial_stackheap() returns the:
+ - heap base in r0
+ - stack base in r1, that is, the highest address in the stack region
+ - heap limit in r2
+ - stack limit in r3, that is, the lowest address in the stack region.
+ */
+/* DEPRICATED
+ .globl __user_initial_stackheap
+ .type __user_initial_stackheap, %function
+ .thumb_func
+__user_initial_stackheap:
+ ldr r0, = __HeapBase
+ ldr r1, = __StackTop
+ ldr r2, = __HeapLimit
+ ldr r3, = __StackLimit
+ bx lr
+*/
+
+ .end
diff --git a/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S b/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S
index 6d68355..91a9ea3 100644
--- a/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S
+++ b/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S
@@ -1,56 +1,62 @@
#if defined (__CC_ARM)
- #if (defined (ARM_MATH_CM0))
+ #if (defined (ARMCM0))
#include "ARMCC\startup_armv6-m.s"
- #elif (defined (ARM_MATH_CM0P))
+ #elif (defined (ARMCM0P) || defined (ARMCM0P_MPU))
#include "ARMCC\startup_armv6-m.s"
- #elif (defined (ARM_MATH_CM3))
+ #elif (defined (ARMCM3))
#include "ARMCC\startup_armv7-m.s"
- #elif (defined (ARM_MATH_CM4))
+ #elif (defined (ARMCM4) || defined (ARMCM4_FP))
#include "ARMCC\startup_armv7-m.s"
- #elif (defined (ARM_MATH_CM7))
+ #elif (defined (ARMCM7) || defined (ARMCM7_SP) || defined (ARMCM7_DP))
#include "ARMCC\startup_armv7-m.s"
- #elif (defined (ARM_MATH_ARMV8MBL))
+ #elif (defined (ARMv8MBL))
#include "ARMCC\startup_armv6-m.s"
- #elif (defined (ARM_MATH_ARMV8MML))
+ #elif (defined (ARMv8MML) || defined (ARMv8MML_DSP) || \
+ defined (ARMv8MML_SP) || defined (ARMv8MML_DSP_SP) || \
+ defined (ARMv8MML_DP) || defined (ARMv8MML_DSP_DP) )
#include "ARMCC\startup_armv7-m.s"
#else
#error "No appropriate startup file found!"
#endif
#elif defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
- #if (defined (ARM_MATH_CM0))
+ #if (defined (ARMCM0))
#include "ARMCLANG\startup_armv6-m.S"
- #elif (defined (ARM_MATH_CM0P))
+ #elif (defined (ARMCM0P) || defined (ARMCM0P_MPU))
#include "ARMCLANG\startup_armv6-m.S"
- #elif (defined (ARM_MATH_CM3))
+ #elif (defined (ARMCM3))
#include "ARMCLANG\startup_armv7-m.S"
- #elif (defined (ARM_MATH_CM4))
+ #elif (defined (ARMCM4) || defined (ARMCM4_FP))
#include "ARMCLANG\startup_armv7-m.S"
- #elif (defined (ARM_MATH_CM7))
+ #elif (defined (ARMCM7) || defined (ARMCM7_SP) || defined (ARMCM7_DP))
#include "ARMCLANG\startup_armv7-m.S"
- #elif (defined (ARM_MATH_ARMV8MBL))
+ #elif (defined (ARMv8MBL))
#include "ARMCLANG\startup_armv6-m.S"
- #elif (defined (ARM_MATH_ARMV8MML))
+ #elif (defined (ARMv8MML) || defined (ARMv8MML_DSP) || \
+ defined (ARMv8MML_SP) || defined (ARMv8MML_DSP_SP) || \
+ defined (ARMv8MML_DP) || defined (ARMv8MML_DSP_DP) )
#include "ARMCLANG\startup_armv7-m.S"
#else
#error "No appropriate startup file found!"
#endif
#elif defined (__GNUC__)
- #if (defined (ARM_MATH_CM0))
+ #if (defined (ARMCM0))
#include "GCC\startup_armv6-m.S"
- #elif (defined (ARM_MATH_CM0P))
+ #elif (defined (ARMCM0P) || defined (ARMCM0P_MPU))
#include "GCC\startup_armv6-m.S"
- #elif (defined (ARM_MATH_CM3))
+ #elif (defined (ARMCM3))
#include "GCC\startup_armv7-m.S"
- #elif (defined (ARM_MATH_CM4))
+ #elif (defined (ARMCM4) || defined (ARMCM4_FP))
#include "GCC\startup_armv7-m.S"
- #elif (defined (ARM_MATH_CM7))
+ #elif (defined (ARMCM7) || defined (ARMCM7_SP) || defined (ARMCM7_DP))
#include "GCC\startup_armv7-m.S"
- #elif (defined (ARM_MATH_ARMV8MBL))
+ #elif (defined (ARMv8MBL))
#include "GCC\startup_armv6-m.S"
- #elif (defined (ARM_MATH_ARMV8MML))
+ #elif (defined (ARMv8MML) || defined (ARMv8MML_DSP) || \
+ defined (ARMv8MML_SP) || defined (ARMv8MML_DSP_SP) || \
+ defined (ARMv8MML_DP) || defined (ARMv8MML_DSP_DP) )
#include "GCC\startup_armv7-m.S"
#else
#error "No appropriate startup file found!"
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c b/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c
index aaa4524..2926273 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c
@@ -12,19 +12,51 @@
JTEST_DEFINE_GROUP(all_tests)
{
- /*
- To skip a test, comment it out
- */
- JTEST_GROUP_CALL(basic_math_tests);
- JTEST_GROUP_CALL(complex_math_tests);
- JTEST_GROUP_CALL(controller_tests);
- JTEST_GROUP_CALL(fast_math_tests);
- JTEST_GROUP_CALL(filtering_tests);
- JTEST_GROUP_CALL(matrix_tests);
- JTEST_GROUP_CALL(statistics_tests);
- JTEST_GROUP_CALL(support_tests);
- JTEST_GROUP_CALL(transform_tests);
- JTEST_GROUP_CALL(intrinsics_tests);
-
- return;
+ /*
+ To skip a test, comment it out
+ */
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_BASICMATH_TESTS)
+ JTEST_GROUP_CALL(basic_math_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_COMPLEXMATH_TESTS)
+ JTEST_GROUP_CALL(complex_math_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_CONTROLLER_TESTS)
+ JTEST_GROUP_CALL(controller_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_FASTMATH_TESTS)
+ JTEST_GROUP_CALL(fast_math_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_FILTERING_TESTS)
+ /* Biquad df2T_f32 will fail with Neon. The test must be updated.
+ Neon implementation is requiring a different initialization.
+ */
+ JTEST_GROUP_CALL(filtering_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_MATRIX_TESTS)
+ JTEST_GROUP_CALL(matrix_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_STATISTICS_TESTS)
+ JTEST_GROUP_CALL(statistics_tests);
+#endif()
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_SUPPORT_TESTS)
+ JTEST_GROUP_CALL(support_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_TRANSFORM_TESTS)
+ JTEST_GROUP_CALL(transform_tests);
+#endif
+
+#if !defined(CUSTOMIZE_TESTS) || defined(ENABLE_INTRINSICS_TESTS)
+ JTEST_GROUP_CALL(intrinsics_tests);
+#endif
+
+ return;
}
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c b/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c
index 01dda76..db74d35 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c
@@ -190,175 +190,181 @@ const q15_t * fast_math_q15_inputs = (q15_t *) fast_math_q31_inputs;
const float32_t fast_math_f32_inputs[FAST_MATH_MAX_LEN] =
{
- -1.5E-07, 5.0545058, 6.1958757, 0.1884450, 3.3656774, 0.5471223,
- -5.0396892, 6.2149808, 0.4206357, 5.9024140, 0.1142128, 4.2966847,
- -4.9243615, 3.3560853, 5.5628775, 5.6486144, 3.9328821, 0.8662564,
- -1.3684878, 1.1444261, 0.2627620, 0.6719343, 3.8732286, 5.9040643,
- -2.2271110, 2.5800587, 6.1848498, 5.9412493, 4.2514839, 6.2096863,
- -4.8181437, 2.1155439, 4.1618680, 1.5341357, 1.8567268, 4.2736867,
- -3.3165594, 2.5861183, 3.7864876, 4.7156566, 3.6664471, 3.4670146,
- -3.6666823, 3.2158594, 0.5189454, 4.5211925, 6.2590334, 2.2276047,
- -6.1025991, 2.1768018, 5.5703194, 2.8569321, 2.5976403, 1.3680509,
- -0.7895111, 1.9409676, 4.5622487, 4.9189303, 4.3591961, 0.0615894,
- -5.2980657, 5.7951829, 4.8440482, 0.2680398, 2.3762136, 4.4254964,
- -4.5836656, 1.4091744, 1.6905207, 4.2287795, 3.0001720, 3.9189258,
- -1.4856273, 1.1129014, 5.2128031, 4.8187110, 5.8715002, 0.6778860,
- -1.1449692, 0.6226340, 3.0772767, 1.2141962, 5.6290528, 0.6225986,
- -0.2775005, 3.5015887, 4.8537297, 1.9599772, 1.1245801, 2.1297213,
- -1.3203840, 3.2053828, 5.6948550, 3.9516457, 0.6379562, 2.4558128,
- -0.3431663, 3.1496534, 2.7125841, 6.2678565, 5.0994494, 3.0514394,
- -5.6199810, 0.8642307, 2.4504731, 5.8267510, 5.7647838, 4.4835177,
- 3.8851284, 2.1569414, 5.8812331, 0.7839784, 4.5904032, 4.0619375,
- 5.2348483, 2.5024810, 4.7112719, 5.2478452, 2.0260784, 3.4699621,
- 6.1520498, 3.4514073, 2.0761128, 3.8922546, 2.2659464, 4.7532896,
- 2.6006151, 3.0934955, 4.3652005, 6.1118673, 2.0593452, 5.2640727,
- 4.6437278, 5.9952549, 0.2005758, 2.2422740, 4.1635768, 1.7687265,
- 1.4475395, 4.4681525, 3.9243074, 3.7109036, 4.1496541, 0.2987948,
- 2.1914796, 2.8358565, 1.5136507, 4.4927603, 5.3795520, 1.7687650,
- 4.5933278, 0.8655898, 5.2572843, 0.8708603, 3.6958286, 2.3006310,
- 5.0690197, 3.1653480, 3.0762120, 5.5106597, 2.2188555, 2.8239372,
- 6.0540393, 0.2657649, 6.1132775, 1.1888217, 4.1916405, 3.6847088,
- 4.2418564, 2.2683684, 3.8973243, 5.0966113, 0.1209983, 0.5269928,
- 6.1248595, 4.0925498, 1.4529100, 2.5352096, 0.7666775, 1.6866509,
- 1.6200953, 2.0839142, 0.9565145, 2.1865966, 0.7644026, 5.5552975,
- 0.5923686, 5.8436176, 2.5071164, 0.2978322, 2.1511962, 4.6242118,
- 4.9931353, 3.4237447, 4.3116692, 5.6148598, 0.3442670, 1.9079607,
- 0.2902301, 1.2282167, 4.5249352, 4.5349096, 5.5153742, 3.6595342,
- 0.4441228, 5.7977751, 5.0288862, 1.7966571, 3.4159368, 6.1875316,
- 4.4967379, 5.2714014, 2.7222564, 2.9570223, 3.5230663, 1.6907520,
- 4.7062218, 3.1660203, 4.0640250, 1.9336225, 0.8716326, 2.9881129,
- 2.2773988, 4.9518627, 4.9027432, 4.2003861, 0.8388295, 0.1354396,
- 3.5175829, 1.8901016, 5.9024853, 6.1631993, 1.8008890, 5.0317023,
- 5.6304337, 3.7543702, 5.5544410, 5.9296402, 3.4504620, 4.5765894,
- 3.6238793, 0.1624673, 2.8056369, 4.0608350, 3.2748147, 2.3393094,
- 5.8881908, 5.2121085, 5.3349614, 2.3407017, 3.7270886, 5.4824095,
- 5.8653636, 4.2000849, 1.2992148, 4.1082644, 0.4527132, 2.5555406,
- 4.1904544, 5.8667713, 5.0953493, 3.0445066, 4.7547955, 2.6203864,
- 6.1059115, 6.2076281, 5.4295991, 2.4434288, 2.8572272, 1.5499814,
- 4.9286757, 5.5470323, 5.7410198, 3.5078076, 3.7627993, 0.9354200,
- 5.6530665, 2.8299063, 1.2922774, 5.6526739, 4.7914663, 5.5448250,
- 1.7903950, 4.2300036, 4.1737937, 0.7716694, 2.5592571, 1.7296789,
- 4.5029688, 1.7805566, 5.6309835, 5.1935484, 2.4506089, 3.1284165,
- 4.3655898, 5.2424950, 3.8304163, 3.6111801, 2.0485834, 2.8678003,
- 4.4849099, 5.5568808, 4.5292698, 0.1169475, 4.2397456, 2.7552322,
- 2.7509053, 0.7353640, 5.1187960, 2.0411269, 1.5470969, 2.1533307,
- 2.3605433, 3.4340988, 3.5306485, 2.4870244, 2.5015301, 3.2381477,
- 4.1313862, 5.9747764, 4.5386496, 2.5137752, 5.2268018, 0.8440727,
- 0.3799239, 0.5293398, 0.0000000, 2.0371338, 1.8958053, 0.0733938,
- 3.3923238, 0.5992443, 0.9205800, 3.9655772, 5.3992694, 6.1212150,
- 3.5866836, 6.2633946, 3.4780043, 3.2387210, 2.0777367, 2.7017810,
- 3.0901098, 0.4463392, 5.5778300, 0.4061048, 2.7406309, 5.1938664,
- 2.4789345, 3.8545764, 5.1436714, 5.5683790, 5.8503469, 1.1987353,
- 1.6247202, 5.6414565, 3.7282025, 3.1657206, 3.8503962, 5.1485818,
- 3.3419582, 1.2696753, 2.8518968, 2.6886436, 6.0698884, 3.8959208,
- 4.3692639, 4.5249277, 2.1796068, 3.2483466, 3.4978155, 0.9832885,
- 3.5315023, 4.3655778, 2.6794992, 5.2544420, 4.5954405, 2.2621418,
- 2.8539005, 2.4277593, 4.8729535, 4.6135614, 2.7035154, 4.3589760,
- 5.9389515, 4.9274787, 4.4332387, 0.6869673, 2.4500066, 3.7127639,
- 2.8863700, 0.3162955, 1.4368865, 5.2413645, 0.0982985, 5.4268554,
- 0.4905223, 4.2037186, 3.1429204, 1.3696954, 3.5915675, 0.7677371,
- 4.2170618, 3.7673071, 0.3517086, 0.3540136, 0.9581898, 0.1232828,
- 2.7342886, 5.2290017, 3.8791769, 3.2680695, 5.4278441, 0.6138541,
- 5.7054603, 0.6786889, 3.2483864, 0.8994758, 3.5146290, 0.0287746,
- 4.8172051, 5.3325973, 5.7605579, 6.2013046, 3.1738449, 1.7053924,
- 0.6330341, 3.1909083, 3.6794907, 4.7933610, 0.5212697, 4.1569315,
- 3.2482749, 1.0747264, 5.8971330, 3.7101152, 2.7685894, 5.9182512,
- 4.1212281, 2.8396586, 5.2759745, 3.3465722, 3.4801751, 4.2729777,
- 2.3071222, 1.5035072, 3.6374836, 5.4468120, 2.5558538, 0.7075818,
- 2.7887656, 1.8861142, 2.5219880, 5.2361777, 2.5360737, 2.4515477,
- 2.2647672, 0.8812504, 1.6344462, 0.5454754, 2.6979830, 1.6165554,
- 1.8695956, 2.6694641, 0.7490013, 3.1105972, 4.4384875, 1.5304166,
- 4.9327408, 0.4655185, 2.4748426, 0.0213259, 1.3865538, 0.0081717,
- 1.1886509, 0.8952537, 1.6843712, 1.0988793, 0.8711572, 3.7629093,
- 5.6615138, 5.9022971, 1.3897429, 3.0327137, 2.3625475, 3.2910070,
- 1.6642436, 0.4295011, 2.7415239, 1.0923508, 0.1640358, 5.9984205,
- 2.7055177, 6.0416507, 4.7903915, 0.0461730, 4.2728088, 4.4356194,
- 4.0534637, 3.4702651, 1.3704176, 4.8529200, 1.4327442, 2.3302118,
- 5.5978709, 5.3807748, 2.5285646, 1.9981730, 3.8241692, 5.7189253,
- 5.7120324, 3.7170973, 2.0896078, 5.3599569, 2.7796679, 5.6822331,
- 0.2084724, 3.3453343, 4.5018856, 1.1265867, 2.1144987, 1.1794352,
- 2.0227281, 2.5375066, 3.4467437, 0.3062336, 3.4729184, 1.7266910,
- 1.5174002, 1.5277262, 0.9686124, 6.0093412, 5.8789338, 5.1441345,
- 4.5758041, 1.1046577, 2.2642776, 1.1862024, 0.0075297, 1.9881224,
- 4.3958232, 3.9285942, 3.4121603, 2.7585521, 1.8059588, 3.1520171,
- 4.7849358, 4.7903511, 3.6194660, 4.6977042, 4.0560129, 0.7742111,
- 3.1692252, 2.1819072, 0.5789810, 0.9289656, 1.2451370, 4.2239985,
- 2.7112647, 4.3630684, 1.6134250, 0.0613154, 3.3444332, 1.7554715,
- 5.9453394, 5.6953510, 2.4673100, 0.1561700, 4.2187618, 5.2600982,
- 6.1041123, 0.3577199, 2.8294680, 3.6597688, 4.3142726, 4.5203293,
- 4.0843265, 4.5673388, 2.3489542, 3.6541880, 0.7295941, 0.3622530,
- 6.1560465, 1.7896003, 3.7383338, 6.0454361, 1.1672793, 1.2129049,
- 2.1466132, 5.8615704, 2.4546365, 1.7166712, 0.9547117, 2.4951084,
- 2.3544507, 0.8238180, 2.7334414, 0.5749942, 3.8618151, 0.0689837,
- 3.6019012, 4.9620190, 1.4788531, 2.8149909, 3.5773830, 0.3857966,
- 3.1182750, 4.0357856, 1.3902536, 5.2593808, 6.1014456, 5.3179177,
- 3.1792883, 1.7522271, 4.6911344, 1.4886775, 6.0151778, 3.8972087,
- 3.7715583, 1.0845061, 0.5676653, 1.6038597, 5.3945577, 5.7244031,
- 4.3959286, 4.5564551, 1.4444168, 3.6194506, 5.0933266, 2.5374227,
- 6.2105471, 0.5654792, 2.0165320, 3.2132771, 0.3808010, 4.5596317,
- 3.4969429, 3.3260664, 5.2149334, 5.3957421, 4.9576149, 1.9970040,
- 2.8413032, 4.7263877, 0.6902815, 0.6895316, 1.6957291, 3.2963937,
- 6.1113470, 4.4636294, 1.9594738, 1.8312791, 5.3429527, 5.7280497,
- 4.0166905, 1.6045389, 0.5571039, 5.2669152, 3.6738954, 5.9571429,
- 0.3834561, 3.6734096, 1.7913869, 5.2007946, 1.2000032, 2.7804978,
- 2.4718774, 5.1935175, 4.2529065, 1.3044083, 1.9987109, 0.8407592,
- 4.2189258, 3.5876427, 1.0666779, 0.9277486, 2.9912971, 5.7057758,
- 3.4694180, 0.2069675, 0.3384307, 5.0583614, 2.8360719, 2.4042372,
- 4.9614777, 2.2888819, 3.3448533, 4.4714710, 5.4756485, 2.0652177,
- 4.0848120, 6.1250762, 0.4773170, 3.6883502, 2.6005256, 1.9423615,
- 1.6577182, 4.7674690, 6.2531264, 1.1722630, 4.9080805, 1.2302350,
- 6.2351753, 5.0407581, 2.6654950, 4.5795867, 3.1312479, 5.0830358,
- 2.2400117, 0.4602021, 3.7133088, 5.7188788, 1.2174673, 2.7166470,
- 4.7071094, 0.2462034, 5.9459353, 4.7983010, 3.5111731, 1.1551193,
- 3.1287047, 3.2537199, 6.2470131, 5.3711915, 6.0469623, 4.2659122,
- 2.5352740, 5.8746469, 3.0126903, 1.4563896, 2.4899651, 4.4301324,
- 3.5095299, 4.7540509, 6.2547920, 6.0471349, 3.3619258, 6.0561746,
- 0.7264988, 0.3232592, 1.9122808, 3.6454528, 3.3361480, 5.6624574,
- 3.3963785, 2.7142142, 3.4096772, 4.4762342, 0.1047703, 5.0323343,
- 0.8954125, 3.0063438, 1.6137441, 2.3190715, 4.1579916, 1.0656836,
- 1.7516517, 1.2454643, 1.2256706, 2.0535941, 5.5313259, 2.9600203,
- 2.5382144, 1.1261446, 6.0879353, 2.5601199, 5.3060708, 3.8662016,
- 2.3663172, 5.5114955, 4.9313732, 2.9213939, 5.1143679, 5.6450910,
- 2.6969853, 2.1006537, 3.7488443, 5.6673754, 4.4112136, 2.3716204,
- 4.6178643, 5.9948046, 3.4105954, 3.3935850, 1.9547595, 0.4475800,
- 1.1434170, 0.5842667, 2.9121888, 0.0586379, 5.7492774, 4.0384655,
- 0.0089162, 0.1909163, 1.3098570, 2.8586366, 0.7996361, 0.0543350,
- 4.5683759, 2.2249794, 4.9036865, 2.7435946, 2.7429546, 0.3092155,
- 0.3118464, 0.5723993, 3.7324447, 1.5147758, 5.2864780, 5.3860266,
- 6.0545540, 3.0718480, 1.3842492, 1.4213108, 3.3727372, 4.7884765,
- 2.1838288, 2.8980046, 4.0169897, 5.7637923, 1.0151904, 4.4964699,
- 3.6300404, 2.7224978, 5.5558613, 2.4696170, 1.1245340, 3.9793522,
- 3.9207111, 2.0605178, 5.0451799, 6.2799046, 6.1636676, 0.7981966,
- 1.4592079, 0.1484872, 3.8166117, 0.6962355, 2.5601436, 5.5548184,
- 3.4440198, 2.3185147, 1.3090764, 2.7705283, 6.0079576, 0.7792778,
- 2.9578927, 5.3840384, 0.2726304, 4.3456090, 6.1511471, 1.7798247,
- 0.8405677, 4.3057392, 5.7142715, 3.8382030, 5.6547587, 1.2153801,
- 4.7401894, 2.1756202, 2.6303011, 0.9784166, 5.1459324, 3.9265103,
- 4.6405120, 5.0586705, 0.4223724, 5.9739917, 3.1263686, 4.7447217,
- 4.6646686, 5.2221411, 0.9833301, 2.8733554, 3.8836400, 5.8570808,
- -5.2470141, 5.6261119, 3.6600718, 3.6615062, 5.3716581, 0.2190677,
- -5.5632585, 2.5618482, 0.2285950, 4.6881858, 0.9728179, 0.9042027,
- -3.8073530, 1.5989503, 2.0367209, 2.5245268, 2.5533189, 2.4265105,
- -3.8314979, 1.0486053, 1.1818174, 0.5945707, 2.0306392, 4.8355201,
- -1.4710068, 4.6518534, 4.3531065, 5.1778361, 5.2023364, 1.8432851,
- -1.9438243, 3.2862931, 2.0439139, 5.2266206, 5.0912323, 3.4997233,
- -1.6522518, 4.2761236, 1.4680860, 2.8678051, 2.4163051, 3.3841326,
- -6.2310582, 4.7451897, 6.1603795, 1.4751828, 3.3210347, 0.3231823,
- -4.7555888, 3.7823504, 5.3857498, 6.2095284, 5.8401232, 2.5730582,
- -0.0021455, 3.3984387, 1.3052100, 1.3777994, 2.0471011, 0.6028680,
- -4.6968925, 4.7030205, 3.4136510, 2.1245480, 5.2297066, 3.4719134,
- -6.0164208, 5.6098372, 2.2399783, 3.4331443, 2.1782657, 3.9131853,
- -5.0053405, 4.6864702, 0.7887674, 5.1672539, 0.1580253, 2.6039335,
- -4.5955687, 4.9095176, 2.3077255, 4.6801428, 5.6062801, 1.5243220,
- -0.8142818, 1.4141432, 2.1992023, 1.8038058, 5.8275790, 0.3224138,
- -3.7238350, 1.0235240, 5.2678588, 1.0528164, 3.1554195, 6.2789723,
- -2.2330890, 0.2957980, 1.3424690, 2.4996969, 2.0964990, 1.4426353,
- -5.8818165, 4.2926017, 6.0451393, 2.7518666, 5.9083095, 0.0366581,
- -3.8346722, 5.0333074, 1.4638661, 5.8588735, 4.7957215, 5.1927356,
- -3.6031780, 4.9799375, 2.0674268, 1.4040530, 1.9627813, 3.6726693,
- -5.2145043, 1.8250297, 2.5293238, 5.4164658, 3.8625225, 6.2278165,
- -1.2798778, 5.1975080, 4.2465638, 1.5641957, 2.9894493, 2.5074636,
- -3.7663816, 5.0298329, 0.6601666, 5.1612735, 5.2847013, 2.2274284,
- -2.7022061, 3.5954850, 4.4034117, 4.6650751, 4.7619266, 2.4449681,
- -2.6973871, 6.0088907, 3.6000853, 5.3389611
+ /* Special values close to increments of pi/2 */
+ -0.0, 0.0, -1.5E-07, 1.5E-07, 1.5707964, 1.5707965,
+ -1.5707964, -1.5707965, 3.1415925, 3.1415927, -3.1415925, -3.1415927,
+ 6.2831855, 6.283186, -6.2831855, -6.283186,
+
+ /* Test some slightly larger values too */
+ 10.1, -13.2,
+
+ /* Random values (0, 2pi) */
+ -1.3684878, 1.1444261, 0.2627620, 0.6719343, 3.8732286, 5.9040643,
+ -2.2271110, 2.5800587, 6.1848498, 5.9412493, 4.2514839, 6.2096863,
+ -4.8181437, 2.1155439, 4.1618680, 1.5341357, 1.8567268, 4.2736867,
+ -3.3165594, 2.5861183, 3.7864876, 4.7156566, 3.6664471, 3.4670146,
+ -3.6666823, 3.2158594, 0.5189454, 4.5211925, 6.2590334, 2.2276047,
+ -6.1025991, 2.1768018, 5.5703194, 2.8569321, 2.5976403, 1.3680509,
+ -0.7895111, 1.9409676, 4.5622487, 4.9189303, 4.3591961, 0.0615894,
+ -5.2980657, 5.7951829, 4.8440482, 0.2680398, 2.3762136, 4.4254964,
+ -4.5836656, 1.4091744, 1.6905207, 4.2287795, 3.0001720, 3.9189258,
+ -1.4856273, 1.1129014, 5.2128031, 4.8187110, 5.8715002, 0.6778860,
+ -1.1449692, 0.6226340, 3.0772767, 1.2141962, 5.6290528, 0.6225986,
+ -0.2775005, 3.5015887, 4.8537297, 1.9599772, 1.1245801, 2.1297213,
+ -1.3203840, 3.2053828, 5.6948550, 3.9516457, 0.6379562, 2.4558128,
+ -0.3431663, 3.1496534, 2.7125841, 6.2678565, 5.0994494, 3.0514394,
+ -5.6199810, 0.8642307, 2.4504731, 5.8267510, 5.7647838, 4.4835177,
+ 3.8851284, 2.1569414, 5.8812331, 0.7839784, 4.5904032, 4.0619375,
+ 5.2348483, 2.5024810, 4.7112719, 5.2478452, 2.0260784, 3.4699621,
+ 6.1520498, 3.4514073, 2.0761128, 3.8922546, 2.2659464, 4.7532896,
+ 2.6006151, 3.0934955, 4.3652005, 6.1118673, 2.0593452, 5.2640727,
+ 4.6437278, 5.9952549, 0.2005758, 2.2422740, 4.1635768, 1.7687265,
+ 1.4475395, 4.4681525, 3.9243074, 3.7109036, 4.1496541, 0.2987948,
+ 2.1914796, 2.8358565, 1.5136507, 4.4927603, 5.3795520, 1.7687650,
+ 4.5933278, 0.8655898, 5.2572843, 0.8708603, 3.6958286, 2.3006310,
+ 5.0690197, 3.1653480, 3.0762120, 5.5106597, 2.2188555, 2.8239372,
+ 6.0540393, 0.2657649, 6.1132775, 1.1888217, 4.1916405, 3.6847088,
+ 4.2418564, 2.2683684, 3.8973243, 5.0966113, 0.1209983, 0.5269928,
+ 6.1248595, 4.0925498, 1.4529100, 2.5352096, 0.7666775, 1.6866509,
+ 1.6200953, 2.0839142, 0.9565145, 2.1865966, 0.7644026, 5.5552975,
+ 0.5923686, 5.8436176, 2.5071164, 0.2978322, 2.1511962, 4.6242118,
+ 4.9931353, 3.4237447, 4.3116692, 5.6148598, 0.3442670, 1.9079607,
+ 0.2902301, 1.2282167, 4.5249352, 4.5349096, 5.5153742, 3.6595342,
+ 0.4441228, 5.7977751, 5.0288862, 1.7966571, 3.4159368, 6.1875316,
+ 4.4967379, 5.2714014, 2.7222564, 2.9570223, 3.5230663, 1.6907520,
+ 4.7062218, 3.1660203, 4.0640250, 1.9336225, 0.8716326, 2.9881129,
+ 2.2773988, 4.9518627, 4.9027432, 4.2003861, 0.8388295, 0.1354396,
+ 3.5175829, 1.8901016, 5.9024853, 6.1631993, 1.8008890, 5.0317023,
+ 5.6304337, 3.7543702, 5.5544410, 5.9296402, 3.4504620, 4.5765894,
+ 3.6238793, 0.1624673, 2.8056369, 4.0608350, 3.2748147, 2.3393094,
+ 5.8881908, 5.2121085, 5.3349614, 2.3407017, 3.7270886, 5.4824095,
+ 5.8653636, 4.2000849, 1.2992148, 4.1082644, 0.4527132, 2.5555406,
+ 4.1904544, 5.8667713, 5.0953493, 3.0445066, 4.7547955, 2.6203864,
+ 6.1059115, 6.2076281, 5.4295991, 2.4434288, 2.8572272, 1.5499814,
+ 4.9286757, 5.5470323, 5.7410198, 3.5078076, 3.7627993, 0.9354200,
+ 5.6530665, 2.8299063, 1.2922774, 5.6526739, 4.7914663, 5.5448250,
+ 1.7903950, 4.2300036, 4.1737937, 0.7716694, 2.5592571, 1.7296789,
+ 4.5029688, 1.7805566, 5.6309835, 5.1935484, 2.4506089, 3.1284165,
+ 4.3655898, 5.2424950, 3.8304163, 3.6111801, 2.0485834, 2.8678003,
+ 4.4849099, 5.5568808, 4.5292698, 0.1169475, 4.2397456, 2.7552322,
+ 2.7509053, 0.7353640, 5.1187960, 2.0411269, 1.5470969, 2.1533307,
+ 2.3605433, 3.4340988, 3.5306485, 2.4870244, 2.5015301, 3.2381477,
+ 4.1313862, 5.9747764, 4.5386496, 2.5137752, 5.2268018, 0.8440727,
+ 0.3799239, 0.5293398, 0.0000000, 2.0371338, 1.8958053, 0.0733938,
+ 3.3923238, 0.5992443, 0.9205800, 3.9655772, 5.3992694, 6.1212150,
+ 3.5866836, 6.2633946, 3.4780043, 3.2387210, 2.0777367, 2.7017810,
+ 3.0901098, 0.4463392, 5.5778300, 0.4061048, 2.7406309, 5.1938664,
+ 2.4789345, 3.8545764, 5.1436714, 5.5683790, 5.8503469, 1.1987353,
+ 1.6247202, 5.6414565, 3.7282025, 3.1657206, 3.8503962, 5.1485818,
+ 3.3419582, 1.2696753, 2.8518968, 2.6886436, 6.0698884, 3.8959208,
+ 4.3692639, 4.5249277, 2.1796068, 3.2483466, 3.4978155, 0.9832885,
+ 3.5315023, 4.3655778, 2.6794992, 5.2544420, 4.5954405, 2.2621418,
+ 2.8539005, 2.4277593, 4.8729535, 4.6135614, 2.7035154, 4.3589760,
+ 5.9389515, 4.9274787, 4.4332387, 0.6869673, 2.4500066, 3.7127639,
+ 2.8863700, 0.3162955, 1.4368865, 5.2413645, 0.0982985, 5.4268554,
+ 0.4905223, 4.2037186, 3.1429204, 1.3696954, 3.5915675, 0.7677371,
+ 4.2170618, 3.7673071, 0.3517086, 0.3540136, 0.9581898, 0.1232828,
+ 2.7342886, 5.2290017, 3.8791769, 3.2680695, 5.4278441, 0.6138541,
+ 5.7054603, 0.6786889, 3.2483864, 0.8994758, 3.5146290, 0.0287746,
+ 4.8172051, 5.3325973, 5.7605579, 6.2013046, 3.1738449, 1.7053924,
+ 0.6330341, 3.1909083, 3.6794907, 4.7933610, 0.5212697, 4.1569315,
+ 3.2482749, 1.0747264, 5.8971330, 3.7101152, 2.7685894, 5.9182512,
+ 4.1212281, 2.8396586, 5.2759745, 3.3465722, 3.4801751, 4.2729777,
+ 2.3071222, 1.5035072, 3.6374836, 5.4468120, 2.5558538, 0.7075818,
+ 2.7887656, 1.8861142, 2.5219880, 5.2361777, 2.5360737, 2.4515477,
+ 2.2647672, 0.8812504, 1.6344462, 0.5454754, 2.6979830, 1.6165554,
+ 1.8695956, 2.6694641, 0.7490013, 3.1105972, 4.4384875, 1.5304166,
+ 4.9327408, 0.4655185, 2.4748426, 0.0213259, 1.3865538, 0.0081717,
+ 1.1886509, 0.8952537, 1.6843712, 1.0988793, 0.8711572, 3.7629093,
+ 5.6615138, 5.9022971, 1.3897429, 3.0327137, 2.3625475, 3.2910070,
+ 1.6642436, 0.4295011, 2.7415239, 1.0923508, 0.1640358, 5.9984205,
+ 2.7055177, 6.0416507, 4.7903915, 0.0461730, 4.2728088, 4.4356194,
+ 4.0534637, 3.4702651, 1.3704176, 4.8529200, 1.4327442, 2.3302118,
+ 5.5978709, 5.3807748, 2.5285646, 1.9981730, 3.8241692, 5.7189253,
+ 5.7120324, 3.7170973, 2.0896078, 5.3599569, 2.7796679, 5.6822331,
+ 0.2084724, 3.3453343, 4.5018856, 1.1265867, 2.1144987, 1.1794352,
+ 2.0227281, 2.5375066, 3.4467437, 0.3062336, 3.4729184, 1.7266910,
+ 1.5174002, 1.5277262, 0.9686124, 6.0093412, 5.8789338, 5.1441345,
+ 4.5758041, 1.1046577, 2.2642776, 1.1862024, 0.0075297, 1.9881224,
+ 4.3958232, 3.9285942, 3.4121603, 2.7585521, 1.8059588, 3.1520171,
+ 4.7849358, 4.7903511, 3.6194660, 4.6977042, 4.0560129, 0.7742111,
+ 3.1692252, 2.1819072, 0.5789810, 0.9289656, 1.2451370, 4.2239985,
+ 2.7112647, 4.3630684, 1.6134250, 0.0613154, 3.3444332, 1.7554715,
+ 5.9453394, 5.6953510, 2.4673100, 0.1561700, 4.2187618, 5.2600982,
+ 6.1041123, 0.3577199, 2.8294680, 3.6597688, 4.3142726, 4.5203293,
+ 4.0843265, 4.5673388, 2.3489542, 3.6541880, 0.7295941, 0.3622530,
+ 6.1560465, 1.7896003, 3.7383338, 6.0454361, 1.1672793, 1.2129049,
+ 2.1466132, 5.8615704, 2.4546365, 1.7166712, 0.9547117, 2.4951084,
+ 2.3544507, 0.8238180, 2.7334414, 0.5749942, 3.8618151, 0.0689837,
+ 3.6019012, 4.9620190, 1.4788531, 2.8149909, 3.5773830, 0.3857966,
+ 3.1182750, 4.0357856, 1.3902536, 5.2593808, 6.1014456, 5.3179177,
+ 3.1792883, 1.7522271, 4.6911344, 1.4886775, 6.0151778, 3.8972087,
+ 3.7715583, 1.0845061, 0.5676653, 1.6038597, 5.3945577, 5.7244031,
+ 4.3959286, 4.5564551, 1.4444168, 3.6194506, 5.0933266, 2.5374227,
+ 6.2105471, 0.5654792, 2.0165320, 3.2132771, 0.3808010, 4.5596317,
+ 3.4969429, 3.3260664, 5.2149334, 5.3957421, 4.9576149, 1.9970040,
+ 2.8413032, 4.7263877, 0.6902815, 0.6895316, 1.6957291, 3.2963937,
+ 6.1113470, 4.4636294, 1.9594738, 1.8312791, 5.3429527, 5.7280497,
+ 4.0166905, 1.6045389, 0.5571039, 5.2669152, 3.6738954, 5.9571429,
+ 0.3834561, 3.6734096, 1.7913869, 5.2007946, 1.2000032, 2.7804978,
+ 2.4718774, 5.1935175, 4.2529065, 1.3044083, 1.9987109, 0.8407592,
+ 4.2189258, 3.5876427, 1.0666779, 0.9277486, 2.9912971, 5.7057758,
+ 3.4694180, 0.2069675, 0.3384307, 5.0583614, 2.8360719, 2.4042372,
+ 4.9614777, 2.2888819, 3.3448533, 4.4714710, 5.4756485, 2.0652177,
+ 4.0848120, 6.1250762, 0.4773170, 3.6883502, 2.6005256, 1.9423615,
+ 1.6577182, 4.7674690, 6.2531264, 1.1722630, 4.9080805, 1.2302350,
+ 6.2351753, 5.0407581, 2.6654950, 4.5795867, 3.1312479, 5.0830358,
+ 2.2400117, 0.4602021, 3.7133088, 5.7188788, 1.2174673, 2.7166470,
+ 4.7071094, 0.2462034, 5.9459353, 4.7983010, 3.5111731, 1.1551193,
+ 3.1287047, 3.2537199, 6.2470131, 5.3711915, 6.0469623, 4.2659122,
+ 2.5352740, 5.8746469, 3.0126903, 1.4563896, 2.4899651, 4.4301324,
+ 3.5095299, 4.7540509, 6.2547920, 6.0471349, 3.3619258, 6.0561746,
+ 0.7264988, 0.3232592, 1.9122808, 3.6454528, 3.3361480, 5.6624574,
+ 3.3963785, 2.7142142, 3.4096772, 4.4762342, 0.1047703, 5.0323343,
+ 0.8954125, 3.0063438, 1.6137441, 2.3190715, 4.1579916, 1.0656836,
+ 1.7516517, 1.2454643, 1.2256706, 2.0535941, 5.5313259, 2.9600203,
+ 2.5382144, 1.1261446, 6.0879353, 2.5601199, 5.3060708, 3.8662016,
+ 2.3663172, 5.5114955, 4.9313732, 2.9213939, 5.1143679, 5.6450910,
+ 2.6969853, 2.1006537, 3.7488443, 5.6673754, 4.4112136, 2.3716204,
+ 4.6178643, 5.9948046, 3.4105954, 3.3935850, 1.9547595, 0.4475800,
+ 1.1434170, 0.5842667, 2.9121888, 0.0586379, 5.7492774, 4.0384655,
+ 0.0089162, 0.1909163, 1.3098570, 2.8586366, 0.7996361, 0.0543350,
+ 4.5683759, 2.2249794, 4.9036865, 2.7435946, 2.7429546, 0.3092155,
+ 0.3118464, 0.5723993, 3.7324447, 1.5147758, 5.2864780, 5.3860266,
+ 6.0545540, 3.0718480, 1.3842492, 1.4213108, 3.3727372, 4.7884765,
+ 2.1838288, 2.8980046, 4.0169897, 5.7637923, 1.0151904, 4.4964699,
+ 3.6300404, 2.7224978, 5.5558613, 2.4696170, 1.1245340, 3.9793522,
+ 3.9207111, 2.0605178, 5.0451799, 6.2799046, 6.1636676, 0.7981966,
+ 1.4592079, 0.1484872, 3.8166117, 0.6962355, 2.5601436, 5.5548184,
+ 3.4440198, 2.3185147, 1.3090764, 2.7705283, 6.0079576, 0.7792778,
+ 2.9578927, 5.3840384, 0.2726304, 4.3456090, 6.1511471, 1.7798247,
+ 0.8405677, 4.3057392, 5.7142715, 3.8382030, 5.6547587, 1.2153801,
+ 4.7401894, 2.1756202, 2.6303011, 0.9784166, 5.1459324, 3.9265103,
+ 4.6405120, 5.0586705, 0.4223724, 5.9739917, 3.1263686, 4.7447217,
+ 4.6646686, 5.2221411, 0.9833301, 2.8733554, 3.8836400, 5.8570808,
+ -5.2470141, 5.6261119, 3.6600718, 3.6615062, 5.3716581, 0.2190677,
+ -5.5632585, 2.5618482, 0.2285950, 4.6881858, 0.9728179, 0.9042027,
+ -3.8073530, 1.5989503, 2.0367209, 2.5245268, 2.5533189, 2.4265105,
+ -3.8314979, 1.0486053, 1.1818174, 0.5945707, 2.0306392, 4.8355201,
+ -1.4710068, 4.6518534, 4.3531065, 5.1778361, 5.2023364, 1.8432851,
+ -1.9438243, 3.2862931, 2.0439139, 5.2266206, 5.0912323, 3.4997233,
+ -1.6522518, 4.2761236, 1.4680860, 2.8678051, 2.4163051, 3.3841326,
+ -6.2310582, 4.7451897, 6.1603795, 1.4751828, 3.3210347, 0.3231823,
+ -4.7555888, 3.7823504, 5.3857498, 6.2095284, 5.8401232, 2.5730582,
+ -0.0021455, 3.3984387, 1.3052100, 1.3777994, 2.0471011, 0.6028680,
+ -4.6968925, 4.7030205, 3.4136510, 2.1245480, 5.2297066, 3.4719134,
+ -6.0164208, 5.6098372, 2.2399783, 3.4331443, 2.1782657, 3.9131853,
+ -5.0053405, 4.6864702, 0.7887674, 5.1672539, 0.1580253, 2.6039335,
+ -4.5955687, 4.9095176, 2.3077255, 4.6801428, 5.6062801, 1.5243220,
+ -0.8142818, 1.4141432, 2.1992023, 1.8038058, 5.8275790, 0.3224138,
+ -3.7238350, 1.0235240, 5.2678588, 1.0528164, 3.1554195, 6.2789723,
+ -2.2330890, 0.2957980, 1.3424690, 2.4996969, 2.0964990, 1.4426353,
+ -5.8818165, 4.2926017, 6.0451393, 2.7518666, 5.9083095, 0.0366581,
+ -3.8346722, 5.0333074, 1.4638661, 5.8588735, 4.7957215, 5.1927356,
+ -3.6031780, 4.9799375, 2.0674268, 1.4040530, 1.9627813, 3.6726693,
+ -5.2145043, 1.8250297, 2.5293238, 5.4164658, 3.8625225, 6.2278165,
+ -1.2798778, 5.1975080, 4.2465638, 1.5641957, 2.9894493, 2.5074636,
+ -3.7663816, 5.0298329, 0.6601666, 5.1612735, 5.2847013, 2.2274284,
+ -2.7022061, 3.5954850, 4.4034117, 4.6650751, 4.7619266, 2.4449681,
+ -2.6973871, 6.0088907, 3.6000853, 5.3389611
};
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c b/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c
index fc45819..981004b 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c
@@ -442,32 +442,32 @@ CONV_DEFINE_TEST(conv_partial_opt , q7 , q7_t , CONV_PARTIAL_TEST_TEMPL
JTEST_DEFINE_GROUP(conv_tests)
{
- /*
- To skip a test, comment it out.
- */
- JTEST_TEST_CALL(arm_conv_f32_tests);
- JTEST_TEST_CALL(arm_conv_q31_tests);
- JTEST_TEST_CALL(arm_conv_q15_tests);
- JTEST_TEST_CALL(arm_conv_q7_tests);
+ /*
+ To skip a test, comment it out.
+ */
+ JTEST_TEST_CALL(arm_conv_f32_tests);
+ JTEST_TEST_CALL(arm_conv_q31_tests);
+ JTEST_TEST_CALL(arm_conv_q15_tests);
+ JTEST_TEST_CALL(arm_conv_q7_tests);
- JTEST_TEST_CALL(arm_conv_opt_q15_tests);
- JTEST_TEST_CALL(arm_conv_opt_q7_tests);
+ JTEST_TEST_CALL(arm_conv_opt_q15_tests);
+ JTEST_TEST_CALL(arm_conv_opt_q7_tests);
- JTEST_TEST_CALL(arm_conv_fast_q31_tests);
- JTEST_TEST_CALL(arm_conv_fast_q15_tests);
+ JTEST_TEST_CALL(arm_conv_fast_q31_tests);
+ JTEST_TEST_CALL(arm_conv_fast_q15_tests);
- JTEST_TEST_CALL(arm_conv_fast_opt_q15_tests);
+ JTEST_TEST_CALL(arm_conv_fast_opt_q15_tests);
- JTEST_TEST_CALL(arm_conv_partial_f32_tests);
- JTEST_TEST_CALL(arm_conv_partial_q31_tests);
- JTEST_TEST_CALL(arm_conv_partial_q15_tests);
- JTEST_TEST_CALL(arm_conv_partial_q7_tests);
+ JTEST_TEST_CALL(arm_conv_partial_f32_tests);
+ JTEST_TEST_CALL(arm_conv_partial_q31_tests);
+ JTEST_TEST_CALL(arm_conv_partial_q15_tests);
+ JTEST_TEST_CALL(arm_conv_partial_q7_tests);
- JTEST_TEST_CALL(arm_conv_partial_fast_q31_tests);
- JTEST_TEST_CALL(arm_conv_partial_fast_q15_tests);
+ JTEST_TEST_CALL(arm_conv_partial_fast_q31_tests);
+ JTEST_TEST_CALL(arm_conv_partial_fast_q15_tests);
- JTEST_TEST_CALL(arm_conv_partial_fast_opt_q15_tests);
+ JTEST_TEST_CALL(arm_conv_partial_fast_opt_q15_tests);
- JTEST_TEST_CALL(arm_conv_partial_opt_q15_tests);
- JTEST_TEST_CALL(arm_conv_partial_opt_q7_tests);
+ JTEST_TEST_CALL(arm_conv_partial_opt_q15_tests);
+ JTEST_TEST_CALL(arm_conv_partial_opt_q7_tests);
}
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c b/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c
index 49c4eb7..0fc4178 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c
@@ -10,7 +10,7 @@ float32_t filtering_output_ref[LMS_MAX_BLOCKSIZE*2] = {0};
float32_t filtering_output_f32_fut[LMS_MAX_BLOCKSIZE*2] = {0};
float32_t filtering_output_f32_ref[LMS_MAX_BLOCKSIZE*2] = {0};
float32_t filtering_input_lms[LMS_MAX_BLOCKSIZE*2] = {0};
-float32_t filtering_pState[LMS_MAX_BLOCKSIZE + FILTERING_MAX_NUMTAPS] = {0};
+__ALIGNED(8) float32_t filtering_pState[LMS_MAX_BLOCKSIZE + FILTERING_MAX_NUMTAPS] = {0};
float32_t filtering_scratch[FILTERING_MAX_BLOCKSIZE * 3] = {0};
float32_t filtering_scratch2[FILTERING_MAX_BLOCKSIZE * 3] = {0};
float32_t filtering_coeffs_lms[FILTERING_MAX_NUMTAPS];
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c b/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c
index 7132556..453bad6 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c
@@ -3,15 +3,15 @@
JTEST_DEFINE_GROUP(filtering_tests)
{
- /*
- To skip a test, comment it out.
- */
- JTEST_GROUP_CALL(biquad_tests);
- JTEST_GROUP_CALL(conv_tests);
- JTEST_GROUP_CALL(correlate_tests);
- JTEST_GROUP_CALL(fir_tests);
- JTEST_GROUP_CALL(iir_tests);
- JTEST_GROUP_CALL(lms_tests);
+ /*
+ To skip a test, comment it out.
+ */
+ JTEST_GROUP_CALL(biquad_tests);
+ JTEST_GROUP_CALL(conv_tests);
+ JTEST_GROUP_CALL(correlate_tests);
+ JTEST_GROUP_CALL(fir_tests);
+ JTEST_GROUP_CALL(iir_tests);
+ JTEST_GROUP_CALL(lms_tests);
- return;
+ return;
}
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/main.c b/DSP/DSP_Lib_TestSuite/Common/src/main.c
index 8dd4b40..a41de7d 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/main.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/main.c
@@ -3,8 +3,8 @@
#include "arm_math.h"
-#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
-asm(" .global __ARM_use_no_argv\n");
+#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) && !defined (__MICROLIB)
+__asm(" .global __ARM_use_no_argv\n");
#endif
@@ -16,12 +16,16 @@ void debug_init(void)
int main(void)
{
+#if !defined(FILEIO)
debug_init();
+#endif
JTEST_INIT(); /* Initialize test framework. */
JTEST_GROUP_CALL(all_tests); /* Run all tests. */
JTEST_ACT_EXIT_FW(); /* Exit test framework. */
+#if !defined(FILEIO)
while (1); /* Never return. */
+#endif
}
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c b/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c
index 35925c8..2b1d30d 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c
@@ -64,7 +64,7 @@ float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize)
if (temp == 0x7FC00000)
{
- return(0);
+ return(100000.0);
}
/* Checking for a NAN value in pTest array */
@@ -73,7 +73,7 @@ float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize)
if (temp == 0x7FC00000)
{
- return(0);
+ return(100000.0);
}
EnergySignal += pRef[i] * pRef[i];
EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]);
@@ -85,12 +85,21 @@ float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize)
if (temp == 0x7FC00000)
{
- return(0);
+ return(100000.0);
}
SNR = 10 * log10f (EnergySignal / EnergyError);
+ /* Checking for a NAN value in SNR */
+ test = (int *)(&SNR);
+ temp = *test;
+
+ if (temp == 0x7FC00000)
+ {
+ return(100000.0);
+ }
+
return (SNR);
}
@@ -113,7 +122,7 @@ double arm_snr_f64(double *pRef, double *pTest, uint32_t buffSize)
if (temp == 0x7FC00000)
{
- return(0);
+ return(100000.0);
}
/* Checking for a NAN value in pTest array */
@@ -122,7 +131,7 @@ double arm_snr_f64(double *pRef, double *pTest, uint32_t buffSize)
if (temp == 0x7FC00000)
{
- return(0);
+ return(100000.0);
}
EnergySignal += pRef[i] * pRef[i];
EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]);
@@ -134,12 +143,21 @@ double arm_snr_f64(double *pRef, double *pTest, uint32_t buffSize)
if (temp == 0x7FC00000)
{
- return(0);
+ return(100000.0);
}
SNR = 10 * log10 (EnergySignal / EnergyError);
+ /* Checking for a NAN value in SNR */
+ test = (int *)(&SNR);
+ temp = *test;
+
+ if (temp == 0x7FC00000)
+ {
+ return(10000.0);
+ }
+
return (SNR);
}
diff --git a/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c b/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c
index 0394892..9043a23 100644
--- a/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c
+++ b/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c
@@ -45,7 +45,10 @@ arm_matrix_instance_f64 matrix_output_ref64 = {
* Pool of random data to base matrix inputs from.
*/
float32_t matrix_f32_100_rand[100] = {
- -45.0345569674258, -11.0261163038747, -14.6841428777929,
+/* -45.0345569674258, first number negativ causes fault in 1x1 multiplay with 0.
+ AC6 DSP_Lib calculatas a -0.0 which is not a 0.0 in memcmp!
+ */
+ 45.0345569674258, -11.0261163038747, -14.6841428777929,
0.0345569674258, -11.0261163038747, -14.6841428777929,
-20.3679194392227, 27.5712678608402, -12.1390617339732,
-19.8753669720509, 42.3379642103244, -23.7788252219155,
@@ -82,7 +85,8 @@ float32_t matrix_f32_100_rand[100] = {
};
float64_t matrix_f64_100_rand[100] = {
- -45.0345569674258, -11.0261163038747, -14.6841428777929,
+// -45.0345569674258, -11.0261163038747, -14.6841428777929,
+ 45.0345569674258, -11.0261163038747, -14.6841428777929,
0.0345569674258, -11.0261163038747, -14.6841428777929,
-20.3679194392227, 27.5712678608402, -12.1390617339732,
-19.8753669720509, 42.3379642103244, -23.7788252219155,
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvoptx
index 5145d60..fbd1ae9 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvoptx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvoptx
@@ -101,7 +101,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -138,7 +140,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"../cortexM0l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -185,6 +187,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -268,7 +274,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -285,7 +293,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"../cortexM3l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -332,6 +340,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -415,7 +427,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -432,7 +446,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"../cortexM4l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -479,6 +493,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -562,7 +580,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -599,7 +619,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -646,6 +666,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -729,7 +753,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -766,7 +792,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -813,6 +839,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -896,7 +926,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -933,7 +965,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -980,6 +1012,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1063,7 +1099,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -1080,7 +1118,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1127,6 +1165,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1210,6 +1252,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1242,7 +1286,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMCM23_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1289,6 +1333,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1372,6 +1420,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1389,7 +1439,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1436,6 +1486,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1519,6 +1573,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1551,7 +1607,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_FP_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1598,141 +1654,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
- </TargetOption>
- </Target>
-
- <Target>
- <TargetName>ARMv8MMLlfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x4</ToolsetNumber>
- <ToolsetName>ARM-ADS</ToolsetName>
- <TargetOption>
- <CLKADS>12000000</CLKADS>
- <OPTTT>
- <gFlags>0</gFlags>
- <BeepAtEnd>1</BeepAtEnd>
- <RunSim>1</RunSim>
- <RunTarget>0</RunTarget>
- <RunAbUc>0</RunAbUc>
- </OPTTT>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <FlashByte>65535</FlashByte>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- </OPTHX>
- <OPTLEX>
- <PageWidth>79</PageWidth>
- <PageLength>66</PageLength>
- <TabStop>8</TabStop>
- <ListingPath>.\IntermediateFiles\ARMv8MMLlfdp\</ListingPath>
- </OPTLEX>
- <ListingPage>
- <CreateCListing>1</CreateCListing>
- <CreateAListing>1</CreateAListing>
- <CreateLListing>1</CreateLListing>
- <CreateIListing>0</CreateIListing>
- <AsmCond>1</AsmCond>
- <AsmSymb>1</AsmSymb>
- <AsmXref>0</AsmXref>
- <CCond>1</CCond>
- <CCode>0</CCode>
- <CListInc>0</CListInc>
- <CSymb>0</CSymb>
- <LinkerCodeListing>0</LinkerCodeListing>
- </ListingPage>
- <OPTXL>
- <LMap>1</LMap>
- <LComments>1</LComments>
- <LGenerateSymbols>1</LGenerateSymbols>
- <LLibSym>1</LLibSym>
- <LLines>1</LLines>
- <LLocSym>1</LLocSym>
- <LPubSym>1</LPubSym>
- <LXref>0</LXref>
- <LExpSel>0</LExpSel>
- </OPTXL>
- <OPTFL>
- <tvExp>0</tvExp>
- <tvExpOptDlg>0</tvExpOptDlg>
- <IsCurrentTarget>0</IsCurrentTarget>
- </OPTFL>
- <CpuCode>7</CpuCode>
- <DebugOpt>
- <uSim>1</uSim>
- <uTrg>0</uTrg>
- <sLdApp>1</sLdApp>
- <sGomain>1</sGomain>
- <sRbreak>1</sRbreak>
- <sRwatch>1</sRwatch>
- <sRmem>1</sRmem>
- <sRfunc>1</sRfunc>
- <sRbox>1</sRbox>
- <tLdApp>1</tLdApp>
- <tGomain>0</tGomain>
- <tRbreak>1</tRbreak>
- <tRwatch>1</tRwatch>
- <tRmem>1</tRmem>
- <tRfunc>0</tRfunc>
- <tRbox>1</tRbox>
- <tRtrace>1</tRtrace>
- <sRSysVw>1</sRSysVw>
- <tRSysVw>1</tRSysVw>
- <sRunDeb>0</sRunDeb>
- <sLrtime>0</sLrtime>
- <bEvRecOn>1</bEvRecOn>
- <nTsel>-1</nTsel>
- <sDll></sDll>
- <sDllPa></sDllPa>
- <sDlgDll></sDlgDll>
- <sDlgPa></sDlgPa>
- <sIfile></sIfile>
- <tDll></tDll>
- <tDllPa></tDllPa>
- <tDlgDll></tDlgDll>
- <tDlgPa></tDlgPa>
- <tIfile></tIfile>
- <pMon></pMon>
- </DebugOpt>
- <Breakpoint/>
- <Tracepoint>
- <THDelay>0</THDelay>
- </Tracepoint>
- <DebugFlag>
- <trace>0</trace>
- <periodic>0</periodic>
- <aLwin>0</aLwin>
- <aCover>0</aCover>
- <aSer1>0</aSer1>
- <aSer2>0</aSer2>
- <aPa>0</aPa>
- <viewmode>0</viewmode>
- <vrSel>0</vrSel>
- <aSym>0</aSym>
- <aTbox>0</aTbox>
- <AscS1>0</AscS1>
- <AscS2>0</AscS2>
- <AscS3>0</AscS3>
- <aSer3>0</aSer3>
- <eProf>0</eProf>
- <aLa>0</aLa>
- <aPa1>0</aPa1>
- <AscS4>0</AscS4>
- <aSer4>0</aSer4>
- <StkLoc>0</StkLoc>
- <TrcWin>0</TrcWin>
- <newCpu>0</newCpu>
- <uProt>0</uProt>
- </DebugFlag>
- <LintExecutable></LintExecutable>
- <LintConfigFile></LintConfigFile>
- <bLintAuto>0</bLintAuto>
- <bAutoGenD>0</bAutoGenD>
- <LntExFlags>0</LntExFlags>
- <pMisraName></pMisraName>
- <pszMrule></pszMrule>
- <pSingCmds></pSingCmds>
- <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1816,6 +1741,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1848,7 +1775,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_DSP_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1895,6 +1822,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1978,6 +1909,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2010,7 +1943,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_DSP_FP_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -2057,141 +1990,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
- </TargetOption>
- </Target>
-
- <Target>
- <TargetName>ARMv8MMLldfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x4</ToolsetNumber>
- <ToolsetName>ARM-ADS</ToolsetName>
- <TargetOption>
- <CLKADS>12000000</CLKADS>
- <OPTTT>
- <gFlags>0</gFlags>
- <BeepAtEnd>1</BeepAtEnd>
- <RunSim>1</RunSim>
- <RunTarget>0</RunTarget>
- <RunAbUc>0</RunAbUc>
- </OPTTT>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <FlashByte>65535</FlashByte>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- </OPTHX>
- <OPTLEX>
- <PageWidth>79</PageWidth>
- <PageLength>66</PageLength>
- <TabStop>8</TabStop>
- <ListingPath>.\IntermediateFiles\ARMv8MMLldfdp\</ListingPath>
- </OPTLEX>
- <ListingPage>
- <CreateCListing>1</CreateCListing>
- <CreateAListing>1</CreateAListing>
- <CreateLListing>1</CreateLListing>
- <CreateIListing>0</CreateIListing>
- <AsmCond>1</AsmCond>
- <AsmSymb>1</AsmSymb>
- <AsmXref>0</AsmXref>
- <CCond>1</CCond>
- <CCode>0</CCode>
- <CListInc>0</CListInc>
- <CSymb>0</CSymb>
- <LinkerCodeListing>0</LinkerCodeListing>
- </ListingPage>
- <OPTXL>
- <LMap>1</LMap>
- <LComments>1</LComments>
- <LGenerateSymbols>1</LGenerateSymbols>
- <LLibSym>1</LLibSym>
- <LLines>1</LLines>
- <LLocSym>1</LLocSym>
- <LPubSym>1</LPubSym>
- <LXref>0</LXref>
- <LExpSel>0</LExpSel>
- </OPTXL>
- <OPTFL>
- <tvExp>0</tvExp>
- <tvExpOptDlg>0</tvExpOptDlg>
- <IsCurrentTarget>0</IsCurrentTarget>
- </OPTFL>
- <CpuCode>7</CpuCode>
- <DebugOpt>
- <uSim>1</uSim>
- <uTrg>0</uTrg>
- <sLdApp>1</sLdApp>
- <sGomain>1</sGomain>
- <sRbreak>1</sRbreak>
- <sRwatch>1</sRwatch>
- <sRmem>1</sRmem>
- <sRfunc>1</sRfunc>
- <sRbox>1</sRbox>
- <tLdApp>1</tLdApp>
- <tGomain>0</tGomain>
- <tRbreak>1</tRbreak>
- <tRwatch>1</tRwatch>
- <tRmem>1</tRmem>
- <tRfunc>0</tRfunc>
- <tRbox>1</tRbox>
- <tRtrace>1</tRtrace>
- <sRSysVw>1</sRSysVw>
- <tRSysVw>1</tRSysVw>
- <sRunDeb>0</sRunDeb>
- <sLrtime>0</sLrtime>
- <bEvRecOn>1</bEvRecOn>
- <nTsel>-1</nTsel>
- <sDll></sDll>
- <sDllPa></sDllPa>
- <sDlgDll></sDlgDll>
- <sDlgPa></sDlgPa>
- <sIfile></sIfile>
- <tDll></tDll>
- <tDllPa></tDllPa>
- <tDlgDll></tDlgDll>
- <tDlgPa></tDlgPa>
- <tIfile></tIfile>
- <pMon></pMon>
- </DebugOpt>
- <Breakpoint/>
- <Tracepoint>
- <THDelay>0</THDelay>
- </Tracepoint>
- <DebugFlag>
- <trace>0</trace>
- <periodic>0</periodic>
- <aLwin>0</aLwin>
- <aCover>0</aCover>
- <aSer1>0</aSer1>
- <aSer2>0</aSer2>
- <aPa>0</aPa>
- <viewmode>0</viewmode>
- <vrSel>0</vrSel>
- <aSym>0</aSym>
- <aTbox>0</aTbox>
- <AscS1>0</AscS1>
- <AscS2>0</AscS2>
- <AscS3>0</AscS3>
- <aSer3>0</aSer3>
- <eProf>0</eProf>
- <aLa>0</aLa>
- <aPa1>0</aPa1>
- <AscS4>0</AscS4>
- <aSer4>0</aSer4>
- <StkLoc>0</StkLoc>
- <TrcWin>0</TrcWin>
- <newCpu>0</newCpu>
- <uProt>0</uProt>
- </DebugFlag>
- <LintExecutable></LintExecutable>
- <LintConfigFile></LintConfigFile>
- <bLintAuto>0</bLintAuto>
- <bAutoGenD>0</bAutoGenD>
- <LntExFlags>0</LntExFlags>
- <pMisraName></pMisraName>
- <pszMrule></pszMrule>
- <pSingCmds></pSingCmds>
- <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2705,7 +2507,7 @@
<GroupNumber>8</GroupNumber>
<FileNumber>38</FileNumber>
<FileType>1</FileType>
- <tvExp>0</tvExp>
+ <tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvprojx
index 7296f06..bc06615 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARM/DspLibTest_FVP.uvprojx
@@ -10,11 +10,13 @@
<TargetName>cortexM0l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -131,7 +133,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -182,6 +184,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -322,6 +325,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -332,9 +336,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -349,8 +353,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM0</MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -365,7 +369,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -851,11 +855,12 @@
<TargetName>cortexM3l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -911,8 +916,8 @@
<BeforeMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
- <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3l</UserProg1Name>
- <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3l</UserProg2Name>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopB1X>0</nStopB1X>
@@ -972,7 +977,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -1023,6 +1028,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -1163,6 +1169,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -1173,9 +1180,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -1190,8 +1197,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM3</MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -1206,7 +1213,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -1692,11 +1699,12 @@
<TargetName>cortexM4l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1752,8 +1760,8 @@
<BeforeMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
- <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
- <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopB1X>0</nStopB1X>
@@ -1813,7 +1821,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -1864,6 +1872,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -2004,6 +2013,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -2014,9 +2024,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2031,8 +2041,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM4</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2047,7 +2057,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -2533,11 +2543,12 @@
<TargetName>cortexM4lf</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2593,8 +2604,8 @@
<BeforeMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
- <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4lf</UserProg1Name>
- <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4lf</UserProg2Name>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopB1X>0</nStopB1X>
@@ -2654,7 +2665,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -2705,6 +2716,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -2845,6 +2857,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -2855,9 +2868,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2872,8 +2885,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM4</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2888,7 +2901,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -3374,11 +3387,12 @@
<TargetName>cortexM7l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3434,8 +3448,8 @@
<BeforeMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
- <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
- <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopB1X>0</nStopB1X>
@@ -3495,7 +3509,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -3546,6 +3560,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -3686,6 +3701,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -3696,9 +3712,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -3713,8 +3729,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM7</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -3729,7 +3745,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -4215,11 +4231,12 @@
<TargetName>cortexM7lfsp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4275,8 +4292,8 @@
<BeforeMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
- <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4lf</UserProg1Name>
- <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4lf</UserProg2Name>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopB1X>0</nStopB1X>
@@ -4336,7 +4353,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -4387,6 +4404,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -4527,6 +4545,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -4537,9 +4556,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -4554,8 +4573,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM7</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -4570,7 +4589,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -5056,11 +5075,12 @@
<TargetName>cortexM7lfdp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5177,7 +5197,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -5228,6 +5248,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -5368,6 +5389,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -5378,9 +5400,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -5395,8 +5417,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM7</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -5411,7 +5433,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -5897,12 +5919,13 @@
<TargetName>ARMv8MBLl</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG_6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MBL</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6019,7 +6042,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4097</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -6045,7 +6068,7 @@
<ldmm>1</ldmm>
<ldXref>1</ldXref>
<BigEnd>0</BigEnd>
- <AdsALst>1</AdsALst>
+ <AdsALst>0</AdsALst>
<AdsACrf>1</AdsACrf>
<AdsANop>0</AdsANop>
<AdsANot>0</AdsANot>
@@ -6070,6 +6093,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -6197,32 +6221,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls>-fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MBL</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -6235,10 +6260,10 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
- <uClangAs>0</uClangAs>
+ <uClangAs>1</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MBL __CC_ARM</Define>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MBL</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -6253,7 +6278,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -6740,11 +6765,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6861,7 +6887,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4097</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -6912,6 +6938,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -7039,32 +7066,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
- <MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7077,10 +7105,10 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
- <uClangAs>0</uClangAs>
+ <uClangAs>1</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MML __CC_ARM</Define>
+ <MiscControls></MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -7095,7 +7123,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -7582,11 +7610,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -7703,7 +7732,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4097</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -7754,6 +7783,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -7881,874 +7911,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
- <MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
- <Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
- </VariousControls>
- </Cads>
- <Aads>
- <interw>1</interw>
- <Ropi>0</Ropi>
- <Rwpi>0</Rwpi>
- <thumb>1</thumb>
- <SplitLS>0</SplitLS>
- <SwStkChk>0</SwStkChk>
- <NoWarn>0</NoWarn>
- <uSurpInc>0</uSurpInc>
- <useXO>0</useXO>
- <uClangAs>0</uClangAs>
- <VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MML __CC_ARM</Define>
- <Undefine></Undefine>
- <IncludePath></IncludePath>
- </VariousControls>
- </Aads>
- <LDads>
- <umfTarg>0</umfTarg>
- <Ropi>0</Ropi>
- <Rwpi>0</Rwpi>
- <noStLib>0</noStLib>
- <RepFail>1</RepFail>
- <useFile>0</useFile>
- <TextAddressRange>0x00000000</TextAddressRange>
- <DataAddressRange>0x20000000</DataAddressRange>
- <pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
- <IncludeLibs></IncludeLibs>
- <IncludeLibsPath></IncludeLibsPath>
- <Misc></Misc>
- <LinkerInputFile></LinkerInputFile>
- <DisabledWarnings></DisabledWarnings>
- </LDads>
- </TargetArmAds>
- </TargetOption>
- <Groups>
- <Group>
- <GroupName>Libraries</GroupName>
- <Files>
- <File>
- <FileName>arm_math.lib</FileName>
- <FileType>4</FileType>
- <FilePath>.\Lib\arm_math.lib</FilePath>
- </File>
- <File>
- <FileName>arm_ref.lib</FileName>
- <FileType>4</FileType>
- <FilePath>.\Lib\arm_ref.lib</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Startup</GroupName>
- <Files>
- <File>
- <FileName>main.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\main.c</FilePath>
- </File>
- <File>
- <FileName>system_generic.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\platform\system_generic.c</FilePath>
- </File>
- <File>
- <FileName>startup_generic.S</FileName>
- <FileType>2</FileType>
- <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>JTest</GroupName>
- <Files>
- <File>
- <FileName>jtest_cycle.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
- </File>
- <File>
- <FileName>jtest_fw.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
- </File>
- <File>
- <FileName>jtest_dump_str_segments.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
- </File>
- <File>
- <FileName>jtest_trigger_action.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>AllTests</GroupName>
- <Files>
- <File>
- <FileName>all_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\all_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Transform</GroupName>
- <Files>
- <File>
- <FileName>cfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>transform_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
- </File>
- <File>
- <FileName>transform_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cfft_family_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>dct4_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>BasicMath</GroupName>
- <Files>
- <File>
- <FileName>basic_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>abs_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
- </File>
- <File>
- <FileName>basic_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>negate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
- </File>
- <File>
- <FileName>add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>offset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
- </File>
- <File>
- <FileName>shift_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
- </File>
- <File>
- <FileName>scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>ComplexMath</GroupName>
- <Files>
- <File>
- <FileName>complex_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>complex_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_conj_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_squared_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_cmplx_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_real_test.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Controller</GroupName>
- <Files>
- <File>
- <FileName>controller_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
- </File>
- <File>
- <FileName>pid_reset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
- </File>
- <File>
- <FileName>sin_cos_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
- </File>
- <File>
- <FileName>pid_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
- </File>
- <File>
- <FileName>controller_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>FastMath</GroupName>
- <Files>
- <File>
- <FileName>fast_math_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
- </File>
- <File>
- <FileName>fast_math_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Filtering</GroupName>
- <Files>
- <File>
- <FileName>filtering_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>filtering_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
- </File>
- <File>
- <FileName>biquad_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
- </File>
- <File>
- <FileName>conv_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
- </File>
- <File>
- <FileName>correlate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
- </File>
- <File>
- <FileName>fir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
- </File>
- <File>
- <FileName>iir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
- </File>
- <File>
- <FileName>lms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Matrix</GroupName>
- <Files>
- <File>
- <FileName>matrix_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>matrix_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mat_cmplx_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_inverse_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_trans_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_init_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Statistics</GroupName>
- <Files>
- <File>
- <FileName>max_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mean_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
- </File>
- <File>
- <FileName>min_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
- </File>
- <File>
- <FileName>power_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
- </File>
- <File>
- <FileName>rms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
- </File>
- <File>
- <FileName>std_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
- </File>
- <File>
- <FileName>var_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Support</GroupName>
- <Files>
- <File>
- <FileName>copy_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
- </File>
- <File>
- <FileName>support_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>support_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
- </File>
- <File>
- <FileName>fill_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
- </File>
- <File>
- <FileName>x_to_y_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Intrinsics</GroupName>
- <Files>
- <File>
- <FileName>intrinsics_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
- </File>
- <File>
- <FileName>intrinsics_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>MathHelper</GroupName>
- <Files>
- <File>
- <FileName>math_helper.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\math_helper.c</FilePath>
- </File>
- </Files>
- </Group>
- </Groups>
- </Target>
- <Target>
- <TargetName>ARMv8MMLlfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x4</ToolsetNumber>
- <ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
- <TargetOption>
- <TargetCommonOption>
- <Device>ARMv8MML_DP</Device>
- <Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
- <PackURL>http://www.keil.com/pack/</PackURL>
- <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
- <FlashUtilSpec></FlashUtilSpec>
- <StartupFile></StartupFile>
- <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
- <DeviceId>0</DeviceId>
- <RegisterFile>$$Device:ARMv8MML_DP$Device\ARM\ARMv8MML\Include\ARMv8MML_DP.h</RegisterFile>
- <MemoryEnv></MemoryEnv>
- <Cmp></Cmp>
- <Asm></Asm>
- <Linker></Linker>
- <OHString></OHString>
- <InfinionOptionDll></InfinionOptionDll>
- <SLE66CMisc></SLE66CMisc>
- <SLE66AMisc></SLE66AMisc>
- <SLE66LinkerMisc></SLE66LinkerMisc>
- <SFDFile>$$Device:ARMv8MML_DP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
- <bCustSvd>0</bCustSvd>
- <UseEnv>0</UseEnv>
- <BinPath></BinPath>
- <IncludePath></IncludePath>
- <LibPath></LibPath>
- <RegisterFilePath></RegisterFilePath>
- <DBRegisterFilePath></DBRegisterFilePath>
- <TargetStatus>
- <Error>0</Error>
- <ExitCodeStop>0</ExitCodeStop>
- <ButtonStop>0</ButtonStop>
- <NotGenerated>0</NotGenerated>
- <InvalidFlash>1</InvalidFlash>
- </TargetStatus>
- <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfdp\</OutputDirectory>
- <OutputName>DspLibTest_FVP</OutputName>
- <CreateExecutable>1</CreateExecutable>
- <CreateLib>0</CreateLib>
- <CreateHexFile>0</CreateHexFile>
- <DebugInformation>1</DebugInformation>
- <BrowseInformation>1</BrowseInformation>
- <ListingPath>.\IntermediateFiles\ARMv8MMLlfdp\</ListingPath>
- <HexFormatSelection>1</HexFormatSelection>
- <Merge32K>0</Merge32K>
- <CreateBatchFile>0</CreateBatchFile>
- <BeforeCompile>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopU1X>0</nStopU1X>
- <nStopU2X>0</nStopU2X>
- </BeforeCompile>
- <BeforeMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopB1X>0</nStopB1X>
- <nStopB2X>0</nStopB2X>
- </BeforeMake>
- <AfterMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopA1X>0</nStopA1X>
- <nStopA2X>0</nStopA2X>
- </AfterMake>
- <SelectedForBatchBuild>0</SelectedForBatchBuild>
- <SVCSIdString></SVCSIdString>
- </TargetCommonOption>
- <CommonProperty>
- <UseCPPCompiler>0</UseCPPCompiler>
- <RVCTCodeConst>0</RVCTCodeConst>
- <RVCTZI>0</RVCTZI>
- <RVCTOtherData>0</RVCTOtherData>
- <ModuleSelection>0</ModuleSelection>
- <IncludeInBuild>1</IncludeInBuild>
- <AlwaysBuild>0</AlwaysBuild>
- <GenerateAssemblyFile>0</GenerateAssemblyFile>
- <AssembleAssemblyFile>0</AssembleAssemblyFile>
- <PublicsOnly>0</PublicsOnly>
- <StopOnExitCode>3</StopOnExitCode>
- <CustomArgument></CustomArgument>
- <IncludeLibraryModules></IncludeLibraryModules>
- <ComprImg>1</ComprImg>
- </CommonProperty>
- <DllOption>
- <SimDllName></SimDllName>
- <SimDllArguments></SimDllArguments>
- <SimDlgDll></SimDlgDll>
- <SimDlgDllArguments></SimDlgDllArguments>
- <TargetDllName>SARMV8M.DLL</TargetDllName>
- <TargetDllArguments> -MPU</TargetDllArguments>
- <TargetDlgDll>TCM.DLL</TargetDlgDll>
- <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
- </DllOption>
- <DebugOption>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- <Oh166RecLen>16</Oh166RecLen>
- </OPTHX>
- </DebugOption>
- <Utilities>
- <Flash1>
- <UseTargetDll>1</UseTargetDll>
- <UseExternalTool>0</UseExternalTool>
- <RunIndependent>0</RunIndependent>
- <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
- <DriverSelection>4097</DriverSelection>
- </Flash1>
- <bUseTDR>1</bUseTDR>
- <Flash2>BIN\UL2V8M.DLL</Flash2>
- <Flash3></Flash3>
- <Flash4></Flash4>
- <pFcarmOut></pFcarmOut>
- <pFcarmGrp></pFcarmGrp>
- <pFcArmRoot></pFcArmRoot>
- <FcArmLst>0</FcArmLst>
- </Utilities>
- <TargetArmAds>
- <ArmAdsMisc>
- <GenerateListings>0</GenerateListings>
- <asHll>1</asHll>
- <asAsm>1</asAsm>
- <asMacX>1</asMacX>
- <asSyms>1</asSyms>
- <asFals>1</asFals>
- <asDbgD>1</asDbgD>
- <asForm>1</asForm>
- <ldLst>0</ldLst>
- <ldmm>1</ldmm>
- <ldXref>1</ldXref>
- <BigEnd>0</BigEnd>
- <AdsALst>0</AdsALst>
- <AdsACrf>1</AdsACrf>
- <AdsANop>0</AdsANop>
- <AdsANot>0</AdsANot>
- <AdsLLst>1</AdsLLst>
- <AdsLmap>1</AdsLmap>
- <AdsLcgr>1</AdsLcgr>
- <AdsLsym>1</AdsLsym>
- <AdsLszi>1</AdsLszi>
- <AdsLtoi>1</AdsLtoi>
- <AdsLsun>1</AdsLsun>
- <AdsLven>1</AdsLven>
- <AdsLsxf>1</AdsLsxf>
- <RvctClst>0</RvctClst>
- <GenPPlst>0</GenPPlst>
- <AdsCpuType>"ARMV8MML"</AdsCpuType>
- <RvctDeviceName></RvctDeviceName>
- <mOS>0</mOS>
- <uocRom>0</uocRom>
- <uocRam>0</uocRam>
- <hadIROM>1</hadIROM>
- <hadIRAM>1</hadIRAM>
- <hadXRAM>0</hadXRAM>
- <uocXRam>0</uocXRam>
- <RvdsVP>3</RvdsVP>
- <hadIRAM2>1</hadIRAM2>
- <hadIROM2>1</hadIROM2>
- <StupSel>8</StupSel>
- <useUlib>0</useUlib>
- <EndSel>1</EndSel>
- <uLtcg>0</uLtcg>
- <nSecure>0</nSecure>
- <RoSelD>3</RoSelD>
- <RwSelD>3</RwSelD>
- <CodeSel>0</CodeSel>
- <OptFeed>0</OptFeed>
- <NoZi1>0</NoZi1>
- <NoZi2>0</NoZi2>
- <NoZi3>0</NoZi3>
- <NoZi4>0</NoZi4>
- <NoZi5>0</NoZi5>
- <Ro1Chk>0</Ro1Chk>
- <Ro2Chk>0</Ro2Chk>
- <Ro3Chk>0</Ro3Chk>
- <Ir1Chk>1</Ir1Chk>
- <Ir2Chk>0</Ir2Chk>
- <Ra1Chk>0</Ra1Chk>
- <Ra2Chk>0</Ra2Chk>
- <Ra3Chk>0</Ra3Chk>
- <Im1Chk>1</Im1Chk>
- <Im2Chk>0</Im2Chk>
- <OnChipMemories>
- <Ocm1>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm1>
- <Ocm2>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm2>
- <Ocm3>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm3>
- <Ocm4>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm4>
- <Ocm5>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm5>
- <Ocm6>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm6>
- <IRAM>
- <Type>0</Type>
- <StartAddress>0x20000000</StartAddress>
- <Size>0x20000</Size>
- </IRAM>
- <IROM>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x200000</Size>
- </IROM>
- <XRAM>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </XRAM>
- <OCR_RVCT1>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT1>
- <OCR_RVCT2>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT2>
- <OCR_RVCT3>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT3>
- <OCR_RVCT4>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x200000</Size>
- </OCR_RVCT4>
- <OCR_RVCT5>
- <Type>1</Type>
- <StartAddress>0x200000</StartAddress>
- <Size>0x200000</Size>
- </OCR_RVCT5>
- <OCR_RVCT6>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT6>
- <OCR_RVCT7>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT7>
- <OCR_RVCT8>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT8>
- <OCR_RVCT9>
- <Type>0</Type>
- <StartAddress>0x20000000</StartAddress>
- <Size>0x20000</Size>
- </OCR_RVCT9>
- <OCR_RVCT10>
- <Type>0</Type>
- <StartAddress>0x20200000</StartAddress>
- <Size>0x20000</Size>
- </OCR_RVCT10>
- </OnChipMemories>
- <RvctStartVector></RvctStartVector>
- </ArmAdsMisc>
- <Cads>
- <interw>1</interw>
- <Optim>1</Optim>
- <oTime>0</oTime>
- <SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
- <Strict>0</Strict>
- <EnumInt>0</EnumInt>
- <PlainCh>0</PlainCh>
- <Ropi>0</Ropi>
- <Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
- <uThumb>0</uThumb>
- <uSurpInc>0</uSurpInc>
- <uC99>0</uC99>
- <useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
- <v6Lto>0</v6Lto>
- <v6WtE>0</v6WtE>
- <v6Rtti>0</v6Rtti>
- <VariousControls>
- <MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -8761,10 +7950,10 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
- <uClangAs>0</uClangAs>
+ <uClangAs>1</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MML __CC_ARM</Define>
+ <MiscControls></MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -8779,7 +7968,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -9266,11 +8455,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -9387,7 +8577,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4097</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -9438,6 +8628,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -9565,32 +8756,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
- <MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U</Define>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -9603,10 +8795,10 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
- <uClangAs>0</uClangAs>
+ <uClangAs>1</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MML __CC_ARM</Define>
+ <MiscControls></MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -9621,7 +8813,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -10107,12 +9299,13 @@
<TargetName>ARMv8MMLldfsp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -10229,7 +9422,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4097</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -10280,6 +9473,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -10407,874 +9601,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
- <oTime>0</oTime>
- <SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
- <Strict>0</Strict>
- <EnumInt>0</EnumInt>
- <PlainCh>0</PlainCh>
- <Ropi>0</Ropi>
- <Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
- <uThumb>0</uThumb>
- <uSurpInc>0</uSurpInc>
- <uC99>0</uC99>
- <useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
- <v6Lto>0</v6Lto>
- <v6WtE>0</v6WtE>
- <v6Rtti>0</v6Rtti>
- <VariousControls>
- <MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
- <Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
- </VariousControls>
- </Cads>
- <Aads>
- <interw>1</interw>
- <Ropi>0</Ropi>
- <Rwpi>0</Rwpi>
- <thumb>1</thumb>
- <SplitLS>0</SplitLS>
- <SwStkChk>0</SwStkChk>
- <NoWarn>0</NoWarn>
- <uSurpInc>0</uSurpInc>
- <useXO>0</useXO>
- <uClangAs>0</uClangAs>
- <VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MML __CC_ARM</Define>
- <Undefine></Undefine>
- <IncludePath></IncludePath>
- </VariousControls>
- </Aads>
- <LDads>
- <umfTarg>0</umfTarg>
- <Ropi>0</Ropi>
- <Rwpi>0</Rwpi>
- <noStLib>0</noStLib>
- <RepFail>1</RepFail>
- <useFile>0</useFile>
- <TextAddressRange>0x00000000</TextAddressRange>
- <DataAddressRange>0x20000000</DataAddressRange>
- <pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
- <IncludeLibs></IncludeLibs>
- <IncludeLibsPath></IncludeLibsPath>
- <Misc></Misc>
- <LinkerInputFile></LinkerInputFile>
- <DisabledWarnings></DisabledWarnings>
- </LDads>
- </TargetArmAds>
- </TargetOption>
- <Groups>
- <Group>
- <GroupName>Libraries</GroupName>
- <Files>
- <File>
- <FileName>arm_math.lib</FileName>
- <FileType>4</FileType>
- <FilePath>.\Lib\arm_math.lib</FilePath>
- </File>
- <File>
- <FileName>arm_ref.lib</FileName>
- <FileType>4</FileType>
- <FilePath>.\Lib\arm_ref.lib</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Startup</GroupName>
- <Files>
- <File>
- <FileName>main.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\main.c</FilePath>
- </File>
- <File>
- <FileName>system_generic.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\platform\system_generic.c</FilePath>
- </File>
- <File>
- <FileName>startup_generic.S</FileName>
- <FileType>2</FileType>
- <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>JTest</GroupName>
- <Files>
- <File>
- <FileName>jtest_cycle.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
- </File>
- <File>
- <FileName>jtest_fw.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
- </File>
- <File>
- <FileName>jtest_dump_str_segments.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
- </File>
- <File>
- <FileName>jtest_trigger_action.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>AllTests</GroupName>
- <Files>
- <File>
- <FileName>all_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\all_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Transform</GroupName>
- <Files>
- <File>
- <FileName>cfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>transform_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
- </File>
- <File>
- <FileName>transform_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cfft_family_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>dct4_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>BasicMath</GroupName>
- <Files>
- <File>
- <FileName>basic_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>abs_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
- </File>
- <File>
- <FileName>basic_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>negate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
- </File>
- <File>
- <FileName>add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>offset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
- </File>
- <File>
- <FileName>shift_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
- </File>
- <File>
- <FileName>scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>ComplexMath</GroupName>
- <Files>
- <File>
- <FileName>complex_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>complex_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_conj_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_squared_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_cmplx_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_real_test.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Controller</GroupName>
- <Files>
- <File>
- <FileName>controller_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
- </File>
- <File>
- <FileName>pid_reset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
- </File>
- <File>
- <FileName>sin_cos_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
- </File>
- <File>
- <FileName>pid_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
- </File>
- <File>
- <FileName>controller_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>FastMath</GroupName>
- <Files>
- <File>
- <FileName>fast_math_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
- </File>
- <File>
- <FileName>fast_math_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Filtering</GroupName>
- <Files>
- <File>
- <FileName>filtering_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>filtering_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
- </File>
- <File>
- <FileName>biquad_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
- </File>
- <File>
- <FileName>conv_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
- </File>
- <File>
- <FileName>correlate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
- </File>
- <File>
- <FileName>fir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
- </File>
- <File>
- <FileName>iir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
- </File>
- <File>
- <FileName>lms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Matrix</GroupName>
- <Files>
- <File>
- <FileName>matrix_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>matrix_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mat_cmplx_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_inverse_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_trans_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_init_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Statistics</GroupName>
- <Files>
- <File>
- <FileName>max_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mean_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
- </File>
- <File>
- <FileName>min_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
- </File>
- <File>
- <FileName>power_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
- </File>
- <File>
- <FileName>rms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
- </File>
- <File>
- <FileName>std_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
- </File>
- <File>
- <FileName>var_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Support</GroupName>
- <Files>
- <File>
- <FileName>copy_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
- </File>
- <File>
- <FileName>support_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>support_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
- </File>
- <File>
- <FileName>fill_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
- </File>
- <File>
- <FileName>x_to_y_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Intrinsics</GroupName>
- <Files>
- <File>
- <FileName>intrinsics_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
- </File>
- <File>
- <FileName>intrinsics_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>MathHelper</GroupName>
- <Files>
- <File>
- <FileName>math_helper.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\math_helper.c</FilePath>
- </File>
- </Files>
- </Group>
- </Groups>
- </Target>
- <Target>
- <TargetName>ARMv8MMLldfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x4</ToolsetNumber>
- <ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
- <TargetOption>
- <TargetCommonOption>
- <Device>ARMv8MML_DSP_DP</Device>
- <Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
- <PackURL>http://www.keil.com/pack/</PackURL>
- <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
- <FlashUtilSpec></FlashUtilSpec>
- <StartupFile></StartupFile>
- <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
- <DeviceId>0</DeviceId>
- <RegisterFile>$$Device:ARMv8MML_DSP_DP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_DP.h</RegisterFile>
- <MemoryEnv></MemoryEnv>
- <Cmp></Cmp>
- <Asm></Asm>
- <Linker></Linker>
- <OHString></OHString>
- <InfinionOptionDll></InfinionOptionDll>
- <SLE66CMisc></SLE66CMisc>
- <SLE66AMisc></SLE66AMisc>
- <SLE66LinkerMisc></SLE66LinkerMisc>
- <SFDFile>$$Device:ARMv8MML_DSP_DP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
- <bCustSvd>0</bCustSvd>
- <UseEnv>0</UseEnv>
- <BinPath></BinPath>
- <IncludePath></IncludePath>
- <LibPath></LibPath>
- <RegisterFilePath></RegisterFilePath>
- <DBRegisterFilePath></DBRegisterFilePath>
- <TargetStatus>
- <Error>0</Error>
- <ExitCodeStop>0</ExitCodeStop>
- <ButtonStop>0</ButtonStop>
- <NotGenerated>0</NotGenerated>
- <InvalidFlash>1</InvalidFlash>
- </TargetStatus>
- <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfdp\</OutputDirectory>
- <OutputName>DspLibTest_FVP</OutputName>
- <CreateExecutable>1</CreateExecutable>
- <CreateLib>0</CreateLib>
- <CreateHexFile>0</CreateHexFile>
- <DebugInformation>1</DebugInformation>
- <BrowseInformation>1</BrowseInformation>
- <ListingPath>.\IntermediateFiles\ARMv8MMLldfdp\</ListingPath>
- <HexFormatSelection>1</HexFormatSelection>
- <Merge32K>0</Merge32K>
- <CreateBatchFile>0</CreateBatchFile>
- <BeforeCompile>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopU1X>0</nStopU1X>
- <nStopU2X>0</nStopU2X>
- </BeforeCompile>
- <BeforeMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopB1X>0</nStopB1X>
- <nStopB2X>0</nStopB2X>
- </BeforeMake>
- <AfterMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopA1X>0</nStopA1X>
- <nStopA2X>0</nStopA2X>
- </AfterMake>
- <SelectedForBatchBuild>0</SelectedForBatchBuild>
- <SVCSIdString></SVCSIdString>
- </TargetCommonOption>
- <CommonProperty>
- <UseCPPCompiler>0</UseCPPCompiler>
- <RVCTCodeConst>0</RVCTCodeConst>
- <RVCTZI>0</RVCTZI>
- <RVCTOtherData>0</RVCTOtherData>
- <ModuleSelection>0</ModuleSelection>
- <IncludeInBuild>1</IncludeInBuild>
- <AlwaysBuild>0</AlwaysBuild>
- <GenerateAssemblyFile>0</GenerateAssemblyFile>
- <AssembleAssemblyFile>0</AssembleAssemblyFile>
- <PublicsOnly>0</PublicsOnly>
- <StopOnExitCode>3</StopOnExitCode>
- <CustomArgument></CustomArgument>
- <IncludeLibraryModules></IncludeLibraryModules>
- <ComprImg>1</ComprImg>
- </CommonProperty>
- <DllOption>
- <SimDllName></SimDllName>
- <SimDllArguments></SimDllArguments>
- <SimDlgDll></SimDlgDll>
- <SimDlgDllArguments></SimDlgDllArguments>
- <TargetDllName>SARMV8M.DLL</TargetDllName>
- <TargetDllArguments> -MPU</TargetDllArguments>
- <TargetDlgDll>TCM.DLL</TargetDlgDll>
- <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
- </DllOption>
- <DebugOption>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- <Oh166RecLen>16</Oh166RecLen>
- </OPTHX>
- </DebugOption>
- <Utilities>
- <Flash1>
- <UseTargetDll>1</UseTargetDll>
- <UseExternalTool>0</UseExternalTool>
- <RunIndependent>0</RunIndependent>
- <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
- <DriverSelection>4096</DriverSelection>
- </Flash1>
- <bUseTDR>1</bUseTDR>
- <Flash2>BIN\UL2V8M.DLL</Flash2>
- <Flash3></Flash3>
- <Flash4></Flash4>
- <pFcarmOut></pFcarmOut>
- <pFcarmGrp></pFcarmGrp>
- <pFcArmRoot></pFcArmRoot>
- <FcArmLst>0</FcArmLst>
- </Utilities>
- <TargetArmAds>
- <ArmAdsMisc>
- <GenerateListings>0</GenerateListings>
- <asHll>1</asHll>
- <asAsm>1</asAsm>
- <asMacX>1</asMacX>
- <asSyms>1</asSyms>
- <asFals>1</asFals>
- <asDbgD>1</asDbgD>
- <asForm>1</asForm>
- <ldLst>0</ldLst>
- <ldmm>1</ldmm>
- <ldXref>1</ldXref>
- <BigEnd>0</BigEnd>
- <AdsALst>0</AdsALst>
- <AdsACrf>1</AdsACrf>
- <AdsANop>0</AdsANop>
- <AdsANot>0</AdsANot>
- <AdsLLst>1</AdsLLst>
- <AdsLmap>1</AdsLmap>
- <AdsLcgr>1</AdsLcgr>
- <AdsLsym>1</AdsLsym>
- <AdsLszi>1</AdsLszi>
- <AdsLtoi>1</AdsLtoi>
- <AdsLsun>1</AdsLsun>
- <AdsLven>1</AdsLven>
- <AdsLsxf>1</AdsLsxf>
- <RvctClst>0</RvctClst>
- <GenPPlst>0</GenPPlst>
- <AdsCpuType>"ARMV8MML"</AdsCpuType>
- <RvctDeviceName></RvctDeviceName>
- <mOS>0</mOS>
- <uocRom>0</uocRom>
- <uocRam>0</uocRam>
- <hadIROM>1</hadIROM>
- <hadIRAM>1</hadIRAM>
- <hadXRAM>0</hadXRAM>
- <uocXRam>0</uocXRam>
- <RvdsVP>3</RvdsVP>
- <hadIRAM2>1</hadIRAM2>
- <hadIROM2>1</hadIROM2>
- <StupSel>8</StupSel>
- <useUlib>0</useUlib>
- <EndSel>1</EndSel>
- <uLtcg>0</uLtcg>
- <nSecure>0</nSecure>
- <RoSelD>3</RoSelD>
- <RwSelD>3</RwSelD>
- <CodeSel>0</CodeSel>
- <OptFeed>0</OptFeed>
- <NoZi1>0</NoZi1>
- <NoZi2>0</NoZi2>
- <NoZi3>0</NoZi3>
- <NoZi4>0</NoZi4>
- <NoZi5>0</NoZi5>
- <Ro1Chk>0</Ro1Chk>
- <Ro2Chk>0</Ro2Chk>
- <Ro3Chk>0</Ro3Chk>
- <Ir1Chk>1</Ir1Chk>
- <Ir2Chk>0</Ir2Chk>
- <Ra1Chk>0</Ra1Chk>
- <Ra2Chk>0</Ra2Chk>
- <Ra3Chk>0</Ra3Chk>
- <Im1Chk>1</Im1Chk>
- <Im2Chk>0</Im2Chk>
- <OnChipMemories>
- <Ocm1>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm1>
- <Ocm2>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm2>
- <Ocm3>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm3>
- <Ocm4>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm4>
- <Ocm5>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm5>
- <Ocm6>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm6>
- <IRAM>
- <Type>0</Type>
- <StartAddress>0x20000000</StartAddress>
- <Size>0x20000</Size>
- </IRAM>
- <IROM>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x200000</Size>
- </IROM>
- <XRAM>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </XRAM>
- <OCR_RVCT1>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT1>
- <OCR_RVCT2>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT2>
- <OCR_RVCT3>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT3>
- <OCR_RVCT4>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x200000</Size>
- </OCR_RVCT4>
- <OCR_RVCT5>
- <Type>1</Type>
- <StartAddress>0x200000</StartAddress>
- <Size>0x200000</Size>
- </OCR_RVCT5>
- <OCR_RVCT6>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT6>
- <OCR_RVCT7>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT7>
- <OCR_RVCT8>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </OCR_RVCT8>
- <OCR_RVCT9>
- <Type>0</Type>
- <StartAddress>0x20000000</StartAddress>
- <Size>0x20000</Size>
- </OCR_RVCT9>
- <OCR_RVCT10>
- <Type>0</Type>
- <StartAddress>0x20200000</StartAddress>
- <Size>0x20000</Size>
- </OCR_RVCT10>
- </OnChipMemories>
- <RvctStartVector></RvctStartVector>
- </ArmAdsMisc>
- <Cads>
- <interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
- <MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
- <Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -11287,10 +9640,10 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
- <uClangAs>0</uClangAs>
+ <uClangAs>1</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc</MiscControls>
- <Define>ARM_MATH_ARMV8MML __CC_ARM</Define>
+ <MiscControls></MiscControls>
+ <Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -11305,7 +9658,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvoptx
new file mode 100644
index 0000000..770e9c5
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvoptx
@@ -0,0 +1,3068 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"..\cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"..\cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>4</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>.\Lib\arm_math.lib</PathWithFileName>
+ <FilenameWithoutPath>arm_math.lib</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>4</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>.\Lib\arm_ref.lib</PathWithFileName>
+ <FilenameWithoutPath>arm_ref.lib</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvprojx
new file mode 100644
index 0000000..3600651
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/DspLibTest_FVP.uvprojx
@@ -0,0 +1,10151 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MBL</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MBL$Device\ARM\ARMv8MBL\Include\ARMv8MBL.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MBL$Device\ARM\SVD\ARMv8MBL.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MBLl\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MBL</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MBL"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML$Device\ARM\ARMv8MML\Include\ARMv8MML.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLl\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLld\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Lib/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Lib/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Lib/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCLANG/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM23_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM23_config.txt
deleted file mode 100644
index 79e96c4..0000000
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM23_config.txt
+++ /dev/null
@@ -1,163 +0,0 @@
-# Parameters:
-# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
-#----------------------------------------------------------------------------------------------
-cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
-cpu0.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
-fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:MPS2 ; 1:IoT Kit ; 2:Castor : [0x0..0x2]
-fvp_mps2.extra_psram=0 # (bool , init-time) default = '0' : Increases PSRAM to 32Mb
-fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
-fvp_mps2.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART2.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART2.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.UART1.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART1.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART1.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART1.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART1.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART1.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.mps2_visualisation.rate_limit-enable=1 # (bool , init-time) default = '1' : Rate limit simulation.
-fvp_mps2.mps2_visualisation.disable-visualisation=0 # (bool , init-time) default = '0' : Enable/disable visualisation
-fvp_mps2.mps2_visualisation.window_title="CLCD %cpu%" # (string, init-time) default = 'CLCD %cpu%' : Window title (%cpu% is replaced by cpu_name)
-fvp_mps2.mps2_visualisation.idler.delay_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds of real time, between gui_callback() calls.
-fvp_mps2.telnetterminal0.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal0.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal0.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal0.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal0.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal1.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal1.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal1.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal1.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal1.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal2.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal2.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal2.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal2.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal2.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.PSRAM_M7.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM_M7.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM_M7.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.UART0.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART0.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART0.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART0.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART0.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART0.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.cmsdk_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.s32k_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.secure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.nonsecure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.PSRAM.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.stub.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram0.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram3.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.sys_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.sys_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1core_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.crypto_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.crypto_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cordio_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cordio_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram0_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram0_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram1_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram1_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram2_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram2_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram3_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram3_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.smsc_91c111.enabled=0 # (bool , init-time) default = '0' : Host interface connection enabled
-fvp_mps2.smsc_91c111.mac_address="00:02:f7:ef:5d:a2" # (string, init-time) default = '00:02:f7:ef:5d:a2' : Host/model MAC address
-fvp_mps2.smsc_91c111.promiscuous=1 # (bool , init-time) default = '1' : Put host into promiscuous mode
-fvp_mps2.hostbridge.interfaceName="ARM0" # (string, init-time) default = 'ARM0' : Host Interface
-fvp_mps2.hostbridge.userNetworking=0 # (bool , init-time) default = '0' : Enable user-mode networking
-fvp_mps2.hostbridge.userNetSubnet="172.20.51.0/24" # (string, init-time) default = '172.20.51.0/24' : Virtual subnet for user-mode networking
-fvp_mps2.hostbridge.userNetPorts="" # (string, init-time) default = '' : Listening ports to expose in user-mode networking
-fvp_mps2.secure_control_register_block.FLASH_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : Flash Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.SRAM_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : SRAM Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.FLASH_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : Flash Watermark supported
-fvp_mps2.secure_control_register_block.SRAM_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : SRAM Watermark supported
-fvp_mps2.exclusive_monitor_psram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_psram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_psram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_psram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_psram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_psram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_psram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram1.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram1.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram1.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram1.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram1.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram1.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram1.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram2.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram2.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram2.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram2.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram2.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram2.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram2.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_iotss_internal_sram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_iotss_internal_sram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_iotss_internal_sram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_iotss_internal_sram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.dma0_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma0_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma1_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma1_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma2_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma2_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma3_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma3_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma0.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma0.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma0.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma0.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma1.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma1.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma1.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma1.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma2.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma2.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma2.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma2.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma3.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma3.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma3.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma3.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.iotss_cpuidentity.debugger_master_id=0xFFFFFFFF # (int , init-time) default = '0xFFFFFFFF' : : [0x0..0xFFFFFFFF]
-#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_FP_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_FP_config.txt
deleted file mode 100644
index 8ff1d62..0000000
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_FP_config.txt
+++ /dev/null
@@ -1,183 +0,0 @@
-# Parameters:
-# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
-#----------------------------------------------------------------------------------------------
-cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
-cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
-cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
-cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Number of regions in the Secure MPU. If Security Extentions are absent, this is ignored : [0x0..0x10]
-cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Number of regions in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : [0x0..0x10]
-cpu0.ITM=0 # (bool , init-time) default = '1' : Level of instrumentation trace supported. false : No ITM trace included, true: ITM trace included
-cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Number of bits of interrupt priority : [0x3..0x8]
-cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : Initialize processor to big endian mode
-cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' : Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : Non-Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.SAU=0x0 # (int , init-time) default = '0x4' : Number of SAU regions (0 => no SAU) : [0x0..0x8]
-cpu0.SAU_CTRL.ENABLE=0 # (bool , init-time) default = '0' : Enable SAU at reset
-cpu0.SAU_CTRL.ALLNS=0 # (bool , init-time) default = '0' : At reset, the SAU treats entire memory space as NS when the SAU is disabled if this is set
-cpu0.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-cpu0.LOCK_SAU=0 # (bool , init-time) default = '0' : Lock down of SAU registers write
-cpu0.LOCK_S_MPU=0 # (bool , init-time) default = '0' : Lock down of Secure MPU registers write
-cpu0.LOCK_NS_MPU=0 # (bool , init-time) default = '0' : Lock down of Non-Secure MPU registers write
-cpu0.CPIF=1 # (bool , init-time) default = '1' : Specifies whether the external coprocessor interface is included
-cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
-fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
-fvp_mps2.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-fvp_mps2.SCC_ID.Variant=0x0 # (int , init-time) default = '0x0' : SCC_ID[23:20], X in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.SCC_ID.Revision=0x1 # (int , init-time) default = '0x1' : SCC_ID[3:0], Y in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:MPS2 ; 1:IoT Kit ; 2:Castor : [0x0..0x2]
-fvp_mps2.extra_psram=0 # (bool , init-time) default = '0' : Increases PSRAM to 32Mb
-fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART2.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART2.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.UART1.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART1.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART1.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART1.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART1.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART1.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.mps2_visualisation.rate_limit-enable=1 # (bool , init-time) default = '1' : Rate limit simulation.
-fvp_mps2.mps2_visualisation.disable-visualisation=0 # (bool , init-time) default = '0' : Enable/disable visualisation
-fvp_mps2.mps2_visualisation.window_title="CLCD %cpu%" # (string, init-time) default = 'CLCD %cpu%' : Window title (%cpu% is replaced by cpu_name)
-fvp_mps2.mps2_visualisation.idler.delay_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds of real time, between gui_callback() calls.
-fvp_mps2.telnetterminal0.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal0.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal0.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal0.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal0.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal1.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal1.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal1.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal1.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal1.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal2.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal2.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal2.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal2.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal2.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.PSRAM_M7.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM_M7.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM_M7.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.UART0.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART0.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART0.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART0.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART0.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART0.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.cmsdk_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.s32k_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.secure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.nonsecure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.PSRAM.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.stub.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram0.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram3.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.sys_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.sys_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1core_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.crypto_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.crypto_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cordio_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cordio_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram0_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram0_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram1_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram1_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram2_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram2_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram3_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram3_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.smsc_91c111.enabled=0 # (bool , init-time) default = '0' : Host interface connection enabled
-fvp_mps2.smsc_91c111.mac_address="00:02:f7:ef:5d:a2" # (string, init-time) default = '00:02:f7:ef:5d:a2' : Host/model MAC address
-fvp_mps2.smsc_91c111.promiscuous=1 # (bool , init-time) default = '1' : Put host into promiscuous mode
-fvp_mps2.hostbridge.interfaceName="ARM0" # (string, init-time) default = 'ARM0' : Host Interface
-fvp_mps2.hostbridge.userNetworking=0 # (bool , init-time) default = '0' : Enable user-mode networking
-fvp_mps2.hostbridge.userNetSubnet="172.20.51.0/24" # (string, init-time) default = '172.20.51.0/24' : Virtual subnet for user-mode networking
-fvp_mps2.hostbridge.userNetPorts="" # (string, init-time) default = '' : Listening ports to expose in user-mode networking
-fvp_mps2.secure_control_register_block.FLASH_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : Flash Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.SRAM_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : SRAM Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.FLASH_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : Flash Watermark supported
-fvp_mps2.secure_control_register_block.SRAM_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : SRAM Watermark supported
-fvp_mps2.exclusive_monitor_psram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_psram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_psram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_psram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_psram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_psram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_psram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram1.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram1.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram1.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram1.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram1.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram1.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram1.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram2.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram2.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram2.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram2.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram2.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram2.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram2.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_iotss_internal_sram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_iotss_internal_sram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_iotss_internal_sram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_iotss_internal_sram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.dma0_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma0_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma1_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma1_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma2_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma2_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma3_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma3_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma0.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma0.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma0.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma0.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma1.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma1.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma1.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma1.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma2.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma2.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma2.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma2.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma3.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma3.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma3.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma3.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.iotss_systemcontrol.cpu0wait=0 # (bool , init-time) default = '0' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_systemcontrol.cpu1wait=1 # (bool , init-time) default = '1' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_cpuidentity.debugger_master_id=0xFFFFFFFF # (int , init-time) default = '0xFFFFFFFF' : : [0x0..0xFFFFFFFF]
-#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_config.txt
deleted file mode 100644
index e6f8798..0000000
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_DSP_config.txt
+++ /dev/null
@@ -1,183 +0,0 @@
-# Parameters:
-# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
-#----------------------------------------------------------------------------------------------
-cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
-cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
-cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
-cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Number of regions in the Secure MPU. If Security Extentions are absent, this is ignored : [0x0..0x10]
-cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Number of regions in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : [0x0..0x10]
-cpu0.ITM=0 # (bool , init-time) default = '1' : Level of instrumentation trace supported. false : No ITM trace included, true: ITM trace included
-cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Number of bits of interrupt priority : [0x3..0x8]
-cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : Initialize processor to big endian mode
-cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' : Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : Non-Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.SAU=0x0 # (int , init-time) default = '0x4' : Number of SAU regions (0 => no SAU) : [0x0..0x8]
-cpu0.SAU_CTRL.ENABLE=0 # (bool , init-time) default = '0' : Enable SAU at reset
-cpu0.SAU_CTRL.ALLNS=0 # (bool , init-time) default = '0' : At reset, the SAU treats entire memory space as NS when the SAU is disabled if this is set
-cpu0.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-cpu0.LOCK_SAU=0 # (bool , init-time) default = '0' : Lock down of SAU registers write
-cpu0.LOCK_S_MPU=0 # (bool , init-time) default = '0' : Lock down of Secure MPU registers write
-cpu0.LOCK_NS_MPU=0 # (bool , init-time) default = '0' : Lock down of Non-Secure MPU registers write
-cpu0.CPIF=1 # (bool , init-time) default = '1' : Specifies whether the external coprocessor interface is included
-cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
-fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
-fvp_mps2.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-fvp_mps2.SCC_ID.Variant=0x0 # (int , init-time) default = '0x0' : SCC_ID[23:20], X in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.SCC_ID.Revision=0x1 # (int , init-time) default = '0x1' : SCC_ID[3:0], Y in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:MPS2 ; 1:IoT Kit ; 2:Castor : [0x0..0x2]
-fvp_mps2.extra_psram=0 # (bool , init-time) default = '0' : Increases PSRAM to 32Mb
-fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART2.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART2.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.UART1.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART1.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART1.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART1.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART1.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART1.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.mps2_visualisation.rate_limit-enable=1 # (bool , init-time) default = '1' : Rate limit simulation.
-fvp_mps2.mps2_visualisation.disable-visualisation=0 # (bool , init-time) default = '0' : Enable/disable visualisation
-fvp_mps2.mps2_visualisation.window_title="CLCD %cpu%" # (string, init-time) default = 'CLCD %cpu%' : Window title (%cpu% is replaced by cpu_name)
-fvp_mps2.mps2_visualisation.idler.delay_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds of real time, between gui_callback() calls.
-fvp_mps2.telnetterminal0.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal0.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal0.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal0.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal0.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal1.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal1.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal1.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal1.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal1.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal2.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal2.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal2.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal2.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal2.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.PSRAM_M7.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM_M7.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM_M7.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.UART0.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART0.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART0.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART0.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART0.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART0.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.cmsdk_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.s32k_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.secure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.nonsecure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.PSRAM.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.stub.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram0.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram3.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.sys_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.sys_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1core_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.crypto_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.crypto_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cordio_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cordio_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram0_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram0_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram1_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram1_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram2_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram2_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram3_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram3_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.smsc_91c111.enabled=0 # (bool , init-time) default = '0' : Host interface connection enabled
-fvp_mps2.smsc_91c111.mac_address="00:02:f7:ef:5d:a2" # (string, init-time) default = '00:02:f7:ef:5d:a2' : Host/model MAC address
-fvp_mps2.smsc_91c111.promiscuous=1 # (bool , init-time) default = '1' : Put host into promiscuous mode
-fvp_mps2.hostbridge.interfaceName="ARM0" # (string, init-time) default = 'ARM0' : Host Interface
-fvp_mps2.hostbridge.userNetworking=0 # (bool , init-time) default = '0' : Enable user-mode networking
-fvp_mps2.hostbridge.userNetSubnet="172.20.51.0/24" # (string, init-time) default = '172.20.51.0/24' : Virtual subnet for user-mode networking
-fvp_mps2.hostbridge.userNetPorts="" # (string, init-time) default = '' : Listening ports to expose in user-mode networking
-fvp_mps2.secure_control_register_block.FLASH_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : Flash Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.SRAM_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : SRAM Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.FLASH_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : Flash Watermark supported
-fvp_mps2.secure_control_register_block.SRAM_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : SRAM Watermark supported
-fvp_mps2.exclusive_monitor_psram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_psram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_psram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_psram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_psram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_psram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_psram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram1.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram1.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram1.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram1.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram1.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram1.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram1.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram2.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram2.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram2.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram2.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram2.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram2.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram2.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_iotss_internal_sram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_iotss_internal_sram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_iotss_internal_sram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_iotss_internal_sram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.dma0_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma0_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma1_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma1_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma2_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma2_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma3_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma3_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma0.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma0.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma0.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma0.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma1.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma1.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma1.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma1.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma2.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma2.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma2.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma2.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma3.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma3.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma3.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma3.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.iotss_systemcontrol.cpu0wait=0 # (bool , init-time) default = '0' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_systemcontrol.cpu1wait=1 # (bool , init-time) default = '1' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_cpuidentity.debugger_master_id=0xFFFFFFFF # (int , init-time) default = '0xFFFFFFFF' : : [0x0..0xFFFFFFFF]
-#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_FP_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_FP_config.txt
deleted file mode 100644
index 5c562f2..0000000
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_FP_config.txt
+++ /dev/null
@@ -1,183 +0,0 @@
-# Parameters:
-# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
-#----------------------------------------------------------------------------------------------
-cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
-cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
-cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
-cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Number of regions in the Secure MPU. If Security Extentions are absent, this is ignored : [0x0..0x10]
-cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Number of regions in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : [0x0..0x10]
-cpu0.ITM=0 # (bool , init-time) default = '1' : Level of instrumentation trace supported. false : No ITM trace included, true: ITM trace included
-cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Number of bits of interrupt priority : [0x3..0x8]
-cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : Initialize processor to big endian mode
-cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' : Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : Non-Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.SAU=0x0 # (int , init-time) default = '0x4' : Number of SAU regions (0 => no SAU) : [0x0..0x8]
-cpu0.SAU_CTRL.ENABLE=0 # (bool , init-time) default = '0' : Enable SAU at reset
-cpu0.SAU_CTRL.ALLNS=0 # (bool , init-time) default = '0' : At reset, the SAU treats entire memory space as NS when the SAU is disabled if this is set
-cpu0.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-cpu0.LOCK_SAU=0 # (bool , init-time) default = '0' : Lock down of SAU registers write
-cpu0.LOCK_S_MPU=0 # (bool , init-time) default = '0' : Lock down of Secure MPU registers write
-cpu0.LOCK_NS_MPU=0 # (bool , init-time) default = '0' : Lock down of Non-Secure MPU registers write
-cpu0.CPIF=1 # (bool , init-time) default = '1' : Specifies whether the external coprocessor interface is included
-cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
-fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
-fvp_mps2.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-fvp_mps2.SCC_ID.Variant=0x0 # (int , init-time) default = '0x0' : SCC_ID[23:20], X in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.SCC_ID.Revision=0x1 # (int , init-time) default = '0x1' : SCC_ID[3:0], Y in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:MPS2 ; 1:IoT Kit ; 2:Castor : [0x0..0x2]
-fvp_mps2.extra_psram=0 # (bool , init-time) default = '0' : Increases PSRAM to 32Mb
-fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART2.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART2.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.UART1.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART1.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART1.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART1.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART1.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART1.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.mps2_visualisation.rate_limit-enable=1 # (bool , init-time) default = '1' : Rate limit simulation.
-fvp_mps2.mps2_visualisation.disable-visualisation=0 # (bool , init-time) default = '0' : Enable/disable visualisation
-fvp_mps2.mps2_visualisation.window_title="CLCD %cpu%" # (string, init-time) default = 'CLCD %cpu%' : Window title (%cpu% is replaced by cpu_name)
-fvp_mps2.mps2_visualisation.idler.delay_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds of real time, between gui_callback() calls.
-fvp_mps2.telnetterminal0.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal0.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal0.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal0.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal0.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal1.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal1.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal1.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal1.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal1.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal2.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal2.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal2.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal2.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal2.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.PSRAM_M7.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM_M7.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM_M7.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.UART0.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART0.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART0.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART0.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART0.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART0.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.cmsdk_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.s32k_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.secure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.nonsecure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.PSRAM.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.stub.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram0.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram3.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.sys_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.sys_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1core_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.crypto_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.crypto_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cordio_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cordio_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram0_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram0_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram1_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram1_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram2_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram2_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram3_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram3_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.smsc_91c111.enabled=0 # (bool , init-time) default = '0' : Host interface connection enabled
-fvp_mps2.smsc_91c111.mac_address="00:02:f7:ef:5d:a2" # (string, init-time) default = '00:02:f7:ef:5d:a2' : Host/model MAC address
-fvp_mps2.smsc_91c111.promiscuous=1 # (bool , init-time) default = '1' : Put host into promiscuous mode
-fvp_mps2.hostbridge.interfaceName="ARM0" # (string, init-time) default = 'ARM0' : Host Interface
-fvp_mps2.hostbridge.userNetworking=0 # (bool , init-time) default = '0' : Enable user-mode networking
-fvp_mps2.hostbridge.userNetSubnet="172.20.51.0/24" # (string, init-time) default = '172.20.51.0/24' : Virtual subnet for user-mode networking
-fvp_mps2.hostbridge.userNetPorts="" # (string, init-time) default = '' : Listening ports to expose in user-mode networking
-fvp_mps2.secure_control_register_block.FLASH_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : Flash Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.SRAM_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : SRAM Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.FLASH_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : Flash Watermark supported
-fvp_mps2.secure_control_register_block.SRAM_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : SRAM Watermark supported
-fvp_mps2.exclusive_monitor_psram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_psram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_psram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_psram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_psram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_psram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_psram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram1.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram1.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram1.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram1.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram1.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram1.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram1.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram2.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram2.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram2.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram2.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram2.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram2.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram2.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_iotss_internal_sram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_iotss_internal_sram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_iotss_internal_sram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_iotss_internal_sram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.dma0_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma0_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma1_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma1_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma2_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma2_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma3_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma3_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma0.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma0.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma0.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma0.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma1.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma1.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma1.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma1.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma2.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma2.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma2.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma2.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma3.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma3.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma3.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma3.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.iotss_systemcontrol.cpu0wait=0 # (bool , init-time) default = '0' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_systemcontrol.cpu1wait=1 # (bool , init-time) default = '1' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_cpuidentity.debugger_master_id=0xFFFFFFFF # (int , init-time) default = '0xFFFFFFFF' : : [0x0..0xFFFFFFFF]
-#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_config.txt
deleted file mode 100644
index de6a271..0000000
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMCM33_config.txt
+++ /dev/null
@@ -1,183 +0,0 @@
-# Parameters:
-# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
-#----------------------------------------------------------------------------------------------
-cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
-cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
-cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
-cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Number of regions in the Secure MPU. If Security Extentions are absent, this is ignored : [0x0..0x10]
-cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Number of regions in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : [0x0..0x10]
-cpu0.ITM=0 # (bool , init-time) default = '1' : Level of instrumentation trace supported. false : No ITM trace included, true: ITM trace included
-cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Number of bits of interrupt priority : [0x3..0x8]
-cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : Initialize processor to big endian mode
-cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' : Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : Non-Secure vector-table offset at reset : [0x0..0xFFFFFF80]
-cpu0.SAU=0x0 # (int , init-time) default = '0x4' : Number of SAU regions (0 => no SAU) : [0x0..0x8]
-cpu0.SAU_CTRL.ENABLE=0 # (bool , init-time) default = '0' : Enable SAU at reset
-cpu0.SAU_CTRL.ALLNS=0 # (bool , init-time) default = '0' : At reset, the SAU treats entire memory space as NS when the SAU is disabled if this is set
-cpu0.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-cpu0.LOCK_SAU=0 # (bool , init-time) default = '0' : Lock down of SAU registers write
-cpu0.LOCK_S_MPU=0 # (bool , init-time) default = '0' : Lock down of Secure MPU registers write
-cpu0.LOCK_NS_MPU=0 # (bool , init-time) default = '0' : Lock down of Non-Secure MPU registers write
-cpu0.CPIF=1 # (bool , init-time) default = '1' : Specifies whether the external coprocessor interface is included
-cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
-fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
-fvp_mps2.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
-fvp_mps2.SCC_ID.Variant=0x0 # (int , init-time) default = '0x0' : SCC_ID[23:20], X in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.SCC_ID.Revision=0x1 # (int , init-time) default = '0x1' : SCC_ID[3:0], Y in the FGPA version 'rXpY' : [0x0..0xF]
-fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:MPS2 ; 1:IoT Kit ; 2:Castor : [0x0..0x2]
-fvp_mps2.extra_psram=0 # (bool , init-time) default = '0' : Increases PSRAM to 32Mb
-fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART2.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART2.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.UART1.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART1.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART1.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART1.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART1.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART1.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.mps2_visualisation.rate_limit-enable=1 # (bool , init-time) default = '1' : Rate limit simulation.
-fvp_mps2.mps2_visualisation.disable-visualisation=0 # (bool , init-time) default = '0' : Enable/disable visualisation
-fvp_mps2.mps2_visualisation.window_title="CLCD %cpu%" # (string, init-time) default = 'CLCD %cpu%' : Window title (%cpu% is replaced by cpu_name)
-fvp_mps2.mps2_visualisation.idler.delay_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds of real time, between gui_callback() calls.
-fvp_mps2.telnetterminal0.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal0.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal0.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal0.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal0.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal1.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal1.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal1.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal1.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal1.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.telnetterminal2.mode="telnet" # (string, init-time) default = 'telnet' : Terminal initialisation mode
-fvp_mps2.telnetterminal2.start_telnet=1 # (bool , init-time) default = '1' : Start telnet if nothing connected
-fvp_mps2.telnetterminal2.start_port=0x1388 # (int , init-time) default = '0x1388' : Telnet TCP Port Number : [0x0..0xFFFFFFFF]
-fvp_mps2.telnetterminal2.quiet=0 # (bool , init-time) default = '0' : Avoid output on stdout/stderr
-fvp_mps2.telnetterminal2.terminal_command="" # (string, init-time) default = '' : Commandline to launch a terminal application and connect to the opened TCP port. Keywords %port and %title will be replaced with the opened port number and component name respectively. An empty string (default behaviour) will launch xterm (Linux) or telnet.exe (Windows)
-fvp_mps2.PSRAM_M7.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM_M7.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM_M7.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.UART0.out_file="" # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
-fvp_mps2.UART0.in_file="" # (string, init-time) default = '' : Input file for data to be read by the UART
-fvp_mps2.UART0.unbuffered_output=0 # (bool , init-time) default = '0' : Unbuffered output
-fvp_mps2.UART0.in_file_escape_sequence="##" # (string, init-time) default = '##' : Input file escape sequence
-fvp_mps2.UART0.shutdown_on_eot=0 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
-fvp_mps2.UART0.shutdown_tag="" # (string, run-time ) default = '' : Shutdown simulation when a string is transmitted
-fvp_mps2.cmsdk_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.s32k_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.secure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.nonsecure_watchdog.simhalt=0 # (bool , run-time ) default = '0' : Halt on reset.
-fvp_mps2.PSRAM.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.PSRAM.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.PSRAM.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.ssram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.ssram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.stub.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram0.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram0.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram1.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram1.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram2.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram2.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.size=0x100000000 # (int , init-time) default = '0x100000000' : Memory Size
-fvp_mps2.iotss_internal_sram3.fill1=0xDFDFDFCF # (int , init-time) default = '0xDFDFDFCF' : Fill pattern 1, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.iotss_internal_sram3.fill2=0xCFDFDFDF # (int , init-time) default = '0xCFDFDFDF' : Fill pattern 2, initialise memory at start of simulation with alternating fill1, fill2 pattern
-fvp_mps2.sys_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.sys_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu0dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1core_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1core_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cpu1dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cpu1dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.crypto_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.crypto_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.cordio_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.cordio_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.dbg_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.dbg_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram0_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram0_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram1_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram1_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram2_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram2_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.ram3_ppu.use_active_signal=0 # (bool , init-time) default = '0' : Use device-active signal
-fvp_mps2.ram3_ppu.revision="r0p0" # (string, init-time) default = 'r0p0' : Revision
-fvp_mps2.smsc_91c111.enabled=0 # (bool , init-time) default = '0' : Host interface connection enabled
-fvp_mps2.smsc_91c111.mac_address="00:02:f7:ef:5d:a2" # (string, init-time) default = '00:02:f7:ef:5d:a2' : Host/model MAC address
-fvp_mps2.smsc_91c111.promiscuous=1 # (bool , init-time) default = '1' : Put host into promiscuous mode
-fvp_mps2.hostbridge.interfaceName="ARM0" # (string, init-time) default = 'ARM0' : Host Interface
-fvp_mps2.hostbridge.userNetworking=0 # (bool , init-time) default = '0' : Enable user-mode networking
-fvp_mps2.hostbridge.userNetSubnet="172.20.51.0/24" # (string, init-time) default = '172.20.51.0/24' : Virtual subnet for user-mode networking
-fvp_mps2.hostbridge.userNetPorts="" # (string, init-time) default = '' : Listening ports to expose in user-mode networking
-fvp_mps2.secure_control_register_block.FLASH_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : Flash Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.SRAM_BLOCK_CFG=0x3 # (int , init-time) default = '0x3' : SRAM Block size configuration : [0x0..0x31]
-fvp_mps2.secure_control_register_block.FLASH_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : Flash Watermark supported
-fvp_mps2.secure_control_register_block.SRAM_WATERMARK_SUPPORTED=1 # (bool , init-time) default = '1' : SRAM Watermark supported
-fvp_mps2.exclusive_monitor_psram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_psram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_psram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_psram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_psram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_psram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_psram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram1.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram1.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram1.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram1.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram1.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram1.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram1.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_zbtsram2.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_zbtsram2.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_zbtsram2.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_zbtsram2.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_zbtsram2.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_zbtsram2.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_zbtsram2.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.exclusive_monitor_iotss_internal_sram.enable_component=1 # (bool , init-time) default = '1' : Enable component
-fvp_mps2.exclusive_monitor_iotss_internal_sram.number_of_monitors=0x8 # (int , init-time) default = '0x8' : Number of monitors : [0x1..0xFFFFFFFF]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.log2_granule_size=0x0 # (int , init-time) default = '0x0' : log2 of address granule size : [0x0..0xB]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.monitor_non_excl_stores=0 # (bool , init-time) default = '0' : Monitor non-exclusive stores from the same master
-fvp_mps2.exclusive_monitor_iotss_internal_sram.match_secure_state=1 # (bool , init-time) default = '1' : Treat the secure state like an address bit
-fvp_mps2.exclusive_monitor_iotss_internal_sram.shareability_domain=0x3 # (int , init-time) default = '0x3' : Maximum shareability domain of interest, transactions outside of the domain will pass through un-monitored (0-non-shared, 1-inner, 2-outer, 3-system) : [0x0..0x3]
-fvp_mps2.exclusive_monitor_iotss_internal_sram.apply_access_width_criteria_to_non_excl_stores=1 # (bool , init-time) default = '1' : Apply the given exclusive store width matching criteria to non-exclusive stores
-fvp_mps2.dma0_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma0_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma1_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma1_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma2_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma2_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma3_securitymodifier.behaviour_ns_to_s=0x0 # (int , init-time) default = '0x0' : Behaviour for NS transactions to S space : 0:block 1:transmit 2:convert to S
-fvp_mps2.dma3_securitymodifier.behaviour_s_to_ns=0x0 # (int , init-time) default = '0x0' : Behaviour for S transactions to NS space : 0:block 1:transmit 2:convert to NS
-fvp_mps2.dma0.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma0.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma0.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma0.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma1.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma1.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma1.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma1.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma2.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma2.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma2.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma2.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.dma3.fifo_size=0x10 # (int , init-time) default = '0x10' : Channel FIFO size in bytes
-fvp_mps2.dma3.max_transfer=0x100 # (int , init-time) default = '0x100' : Largest atomic transfer
-fvp_mps2.dma3.generate_clear=0 # (bool , init-time) default = '0' : Generate clear response
-fvp_mps2.dma3.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
-fvp_mps2.iotss_systemcontrol.cpu0wait=0 # (bool , init-time) default = '0' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_systemcontrol.cpu1wait=1 # (bool , init-time) default = '1' : Whether to hold cpu1 in reset at boot
-fvp_mps2.iotss_cpuidentity.debugger_master_id=0xFFFFFFFF # (int , init-time) default = '0xFFFFFFFF' : : [0x0..0xFFFFFFFF]
-#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MBLl_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MBLl_config.txt
new file mode 100644
index 0000000..d9cb90a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MBLl_config.txt
@@ -0,0 +1,11 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLl_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLl_config.txt
new file mode 100644
index 0000000..9c3cfc2
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLl_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLld_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLld_config.txt
new file mode 100644
index 0000000..011260a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLld_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLldfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLldfsp_config.txt
new file mode 100644
index 0000000..2a0a82a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLldfsp_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLlfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLlfsp_config.txt
new file mode 100644
index 0000000..4140d9b
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/ARMv8MMLlfsp_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvoptx
index 48cafe1..79f27f0 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvoptx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvoptx
@@ -101,7 +101,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -138,7 +140,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"..\cortexM0l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -185,6 +187,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -268,7 +274,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -285,7 +293,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"..\cortexM3l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -332,6 +340,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -415,7 +427,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -432,7 +446,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -479,6 +493,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -562,7 +580,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -599,7 +619,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -646,6 +666,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -729,7 +753,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -766,7 +792,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7l_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -813,6 +839,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -896,7 +926,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -933,7 +965,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -980,6 +1012,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1063,7 +1099,9 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
- <nTsel>4</nTsel>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@@ -1080,7 +1118,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFM</Key>
- <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF -MA</Name>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1127,6 +1165,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1210,6 +1252,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1242,7 +1286,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMCM23_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1289,6 +1333,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1372,6 +1420,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1389,7 +1439,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1436,6 +1486,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1519,6 +1573,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1551,7 +1607,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_FP_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1598,141 +1654,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
- </TargetOption>
- </Target>
-
- <Target>
- <TargetName>ARMv8MMLlfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x3</ToolsetNumber>
- <ToolsetName>ARM-GNU</ToolsetName>
- <TargetOption>
- <CLKARM>12000000</CLKARM>
- <OPTTT>
- <gFlags>0</gFlags>
- <BeepAtEnd>1</BeepAtEnd>
- <RunSim>1</RunSim>
- <RunTarget>0</RunTarget>
- <RunAbUc>0</RunAbUc>
- </OPTTT>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <FlashByte>65535</FlashByte>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- </OPTHX>
- <OPTLEX>
- <PageWidth>120</PageWidth>
- <PageLength>65</PageLength>
- <TabStop>8</TabStop>
- <ListingPath>.\IntermediateFiles\ARMv8MMLlfdp\</ListingPath>
- </OPTLEX>
- <ListingPage>
- <CreateCListing>1</CreateCListing>
- <CreateAListing>1</CreateAListing>
- <CreateLListing>1</CreateLListing>
- <CreateIListing>0</CreateIListing>
- <AsmCond>1</AsmCond>
- <AsmSymb>1</AsmSymb>
- <AsmXref>0</AsmXref>
- <CCond>1</CCond>
- <CCode>0</CCode>
- <CListInc>0</CListInc>
- <CSymb>0</CSymb>
- <LinkerCodeListing>0</LinkerCodeListing>
- </ListingPage>
- <OPTXL>
- <LMap>1</LMap>
- <LComments>1</LComments>
- <LGenerateSymbols>1</LGenerateSymbols>
- <LLibSym>1</LLibSym>
- <LLines>1</LLines>
- <LLocSym>1</LLocSym>
- <LPubSym>1</LPubSym>
- <LXref>0</LXref>
- <LExpSel>0</LExpSel>
- </OPTXL>
- <OPTFL>
- <tvExp>0</tvExp>
- <tvExpOptDlg>0</tvExpOptDlg>
- <IsCurrentTarget>0</IsCurrentTarget>
- </OPTFL>
- <CpuCode>7</CpuCode>
- <DebugOpt>
- <uSim>1</uSim>
- <uTrg>0</uTrg>
- <sLdApp>1</sLdApp>
- <sGomain>1</sGomain>
- <sRbreak>1</sRbreak>
- <sRwatch>1</sRwatch>
- <sRmem>1</sRmem>
- <sRfunc>1</sRfunc>
- <sRbox>1</sRbox>
- <tLdApp>1</tLdApp>
- <tGomain>0</tGomain>
- <tRbreak>1</tRbreak>
- <tRwatch>1</tRwatch>
- <tRmem>1</tRmem>
- <tRfunc>0</tRfunc>
- <tRbox>1</tRbox>
- <tRtrace>1</tRtrace>
- <sRSysVw>1</sRSysVw>
- <tRSysVw>1</tRSysVw>
- <sRunDeb>0</sRunDeb>
- <sLrtime>0</sLrtime>
- <bEvRecOn>1</bEvRecOn>
- <nTsel>-1</nTsel>
- <sDll></sDll>
- <sDllPa></sDllPa>
- <sDlgDll></sDlgDll>
- <sDlgPa></sDlgPa>
- <sIfile></sIfile>
- <tDll></tDll>
- <tDllPa></tDllPa>
- <tDlgDll></tDlgDll>
- <tDlgPa></tDlgPa>
- <tIfile></tIfile>
- <pMon></pMon>
- </DebugOpt>
- <Breakpoint/>
- <Tracepoint>
- <THDelay>0</THDelay>
- </Tracepoint>
- <DebugFlag>
- <trace>0</trace>
- <periodic>0</periodic>
- <aLwin>0</aLwin>
- <aCover>0</aCover>
- <aSer1>0</aSer1>
- <aSer2>0</aSer2>
- <aPa>0</aPa>
- <viewmode>0</viewmode>
- <vrSel>0</vrSel>
- <aSym>0</aSym>
- <aTbox>0</aTbox>
- <AscS1>0</AscS1>
- <AscS2>0</AscS2>
- <AscS3>0</AscS3>
- <aSer3>0</aSer3>
- <eProf>0</eProf>
- <aLa>0</aLa>
- <aPa1>0</aPa1>
- <AscS4>0</AscS4>
- <aSer4>0</aSer4>
- <StkLoc>0</StkLoc>
- <TrcWin>0</TrcWin>
- <newCpu>0</newCpu>
- <uProt>0</uProt>
- </DebugFlag>
- <LintExecutable></LintExecutable>
- <LintConfigFile></LintConfigFile>
- <bLintAuto>0</bLintAuto>
- <bAutoGenD>0</bAutoGenD>
- <LntExFlags>0</LntExFlags>
- <pMisraName></pMisraName>
- <pszMrule></pszMrule>
- <pSingCmds></pSingCmds>
- <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1816,6 +1741,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1848,7 +1775,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_DSP_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1895,6 +1822,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1978,6 +1909,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>15</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2010,7 +1943,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DbgFMv8M</Key>
- <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMCM33_DSP_FP_config.txt" -MA</Name>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -2057,141 +1990,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
- </TargetOption>
- </Target>
-
- <Target>
- <TargetName>ARMv8MMLldfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x3</ToolsetNumber>
- <ToolsetName>ARM-GNU</ToolsetName>
- <TargetOption>
- <CLKARM>12000000</CLKARM>
- <OPTTT>
- <gFlags>0</gFlags>
- <BeepAtEnd>1</BeepAtEnd>
- <RunSim>1</RunSim>
- <RunTarget>0</RunTarget>
- <RunAbUc>0</RunAbUc>
- </OPTTT>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <FlashByte>65535</FlashByte>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- </OPTHX>
- <OPTLEX>
- <PageWidth>120</PageWidth>
- <PageLength>65</PageLength>
- <TabStop>8</TabStop>
- <ListingPath>.\IntermediateFiles\ARMv8MMLldfdp\</ListingPath>
- </OPTLEX>
- <ListingPage>
- <CreateCListing>1</CreateCListing>
- <CreateAListing>1</CreateAListing>
- <CreateLListing>1</CreateLListing>
- <CreateIListing>0</CreateIListing>
- <AsmCond>1</AsmCond>
- <AsmSymb>1</AsmSymb>
- <AsmXref>0</AsmXref>
- <CCond>1</CCond>
- <CCode>0</CCode>
- <CListInc>0</CListInc>
- <CSymb>0</CSymb>
- <LinkerCodeListing>0</LinkerCodeListing>
- </ListingPage>
- <OPTXL>
- <LMap>1</LMap>
- <LComments>1</LComments>
- <LGenerateSymbols>1</LGenerateSymbols>
- <LLibSym>1</LLibSym>
- <LLines>1</LLines>
- <LLocSym>1</LLocSym>
- <LPubSym>1</LPubSym>
- <LXref>0</LXref>
- <LExpSel>0</LExpSel>
- </OPTXL>
- <OPTFL>
- <tvExp>0</tvExp>
- <tvExpOptDlg>0</tvExpOptDlg>
- <IsCurrentTarget>0</IsCurrentTarget>
- </OPTFL>
- <CpuCode>7</CpuCode>
- <DebugOpt>
- <uSim>1</uSim>
- <uTrg>0</uTrg>
- <sLdApp>1</sLdApp>
- <sGomain>1</sGomain>
- <sRbreak>1</sRbreak>
- <sRwatch>1</sRwatch>
- <sRmem>1</sRmem>
- <sRfunc>1</sRfunc>
- <sRbox>1</sRbox>
- <tLdApp>1</tLdApp>
- <tGomain>0</tGomain>
- <tRbreak>1</tRbreak>
- <tRwatch>1</tRwatch>
- <tRmem>1</tRmem>
- <tRfunc>0</tRfunc>
- <tRbox>1</tRbox>
- <tRtrace>1</tRtrace>
- <sRSysVw>1</sRSysVw>
- <tRSysVw>1</tRSysVw>
- <sRunDeb>0</sRunDeb>
- <sLrtime>0</sLrtime>
- <bEvRecOn>1</bEvRecOn>
- <nTsel>-1</nTsel>
- <sDll></sDll>
- <sDllPa></sDllPa>
- <sDlgDll></sDlgDll>
- <sDlgPa></sDlgPa>
- <sIfile></sIfile>
- <tDll></tDll>
- <tDllPa></tDllPa>
- <tDlgDll></tDlgDll>
- <tDlgPa></tDlgPa>
- <tIfile></tIfile>
- <pMon></pMon>
- </DebugOpt>
- <Breakpoint/>
- <Tracepoint>
- <THDelay>0</THDelay>
- </Tracepoint>
- <DebugFlag>
- <trace>0</trace>
- <periodic>0</periodic>
- <aLwin>0</aLwin>
- <aCover>0</aCover>
- <aSer1>0</aSer1>
- <aSer2>0</aSer2>
- <aPa>0</aPa>
- <viewmode>0</viewmode>
- <vrSel>0</vrSel>
- <aSym>0</aSym>
- <aTbox>0</aTbox>
- <AscS1>0</AscS1>
- <AscS2>0</AscS2>
- <AscS3>0</AscS3>
- <aSer3>0</aSer3>
- <eProf>0</eProf>
- <aLa>0</aLa>
- <aPa1>0</aPa1>
- <AscS4>0</AscS4>
- <aSer4>0</aSer4>
- <StkLoc>0</StkLoc>
- <TrcWin>0</TrcWin>
- <newCpu>0</newCpu>
- <uProt>0</uProt>
- </DebugFlag>
- <LintExecutable></LintExecutable>
- <LintConfigFile></LintConfigFile>
- <bLintAuto>0</bLintAuto>
- <bAutoGenD>0</bAutoGenD>
- <LntExFlags>0</LntExFlags>
- <pMisraName></pMisraName>
- <pszMrule></pszMrule>
- <pSingCmds></pSingCmds>
- <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvprojx
index 0b5c53b..7d12245 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/GCC/DspLibTest_FVP.uvprojx
@@ -10,11 +10,12 @@
<TargetName>cortexM0l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -131,7 +132,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -166,6 +167,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -238,9 +240,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -248,7 +250,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define>ARMCM0</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -734,11 +736,12 @@
<TargetName>cortexM3l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -855,7 +858,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -890,6 +893,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -962,9 +966,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -972,7 +976,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define>ARMCM3</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -1458,11 +1462,12 @@
<TargetName>cortexM4l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1579,7 +1584,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -1614,6 +1619,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -1686,9 +1692,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -1696,7 +1702,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2182,11 +2188,12 @@
<TargetName>cortexM4lf</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2303,7 +2310,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -2338,6 +2345,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -2410,9 +2418,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -2420,7 +2428,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2906,11 +2914,12 @@
<TargetName>cortexM7l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3027,7 +3036,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -3062,6 +3071,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -3134,9 +3144,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3144,7 +3154,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -3630,11 +3640,12 @@
<TargetName>cortexM7lfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3751,7 +3762,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -3786,6 +3797,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -3858,9 +3870,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3868,7 +3880,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -4354,11 +4366,12 @@
<TargetName>cortexM7lfdp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4475,7 +4488,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -4510,6 +4523,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -4582,9 +4596,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -4592,7 +4606,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -5078,11 +5092,12 @@
<TargetName>ARMv8MBLl</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MBL</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5199,7 +5214,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -5234,6 +5249,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -5306,9 +5322,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.base</MiscControls>
- <Define>ARM_MATH_ARMV8MBL</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -5316,7 +5332,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MBL</Define>
+ <Define>ARMv8MBL</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -5802,11 +5818,12 @@
<TargetName>ARMv8MMLl</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5923,7 +5940,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -5958,6 +5975,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -6030,9 +6048,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main</MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6040,7 +6058,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define>ARMv8MML</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -6526,11 +6544,12 @@
<TargetName>ARMv8MMLlfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6647,7 +6666,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -6682,6 +6701,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -6754,9 +6774,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6764,7 +6784,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define>ARMv8MML</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -7247,738 +7267,15 @@
</Groups>
</Target>
<Target>
- <TargetName>ARMv8MMLlfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x3</ToolsetNumber>
- <ToolsetName>ARM-GNU</ToolsetName>
- <TargetOption>
- <TargetCommonOption>
- <Device>ARMv8MML_DP</Device>
- <Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
- <PackURL>http://www.keil.com/pack/</PackURL>
- <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
- <FlashUtilSpec></FlashUtilSpec>
- <StartupFile></StartupFile>
- <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
- <DeviceId>0</DeviceId>
- <RegisterFile>$$Device:ARMv8MML_DP$Device\ARM\ARMv8MML\Include\ARMv8MML_DP.h</RegisterFile>
- <MemoryEnv></MemoryEnv>
- <Cmp></Cmp>
- <Asm></Asm>
- <Linker></Linker>
- <OHString></OHString>
- <InfinionOptionDll></InfinionOptionDll>
- <SLE66CMisc></SLE66CMisc>
- <SLE66AMisc></SLE66AMisc>
- <SLE66LinkerMisc></SLE66LinkerMisc>
- <SFDFile>$$Device:ARMv8MML_DP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
- <bCustSvd>0</bCustSvd>
- <UseEnv>0</UseEnv>
- <BinPath></BinPath>
- <IncludePath></IncludePath>
- <LibPath></LibPath>
- <RegisterFilePath></RegisterFilePath>
- <DBRegisterFilePath></DBRegisterFilePath>
- <TargetStatus>
- <Error>0</Error>
- <ExitCodeStop>0</ExitCodeStop>
- <ButtonStop>0</ButtonStop>
- <NotGenerated>0</NotGenerated>
- <InvalidFlash>1</InvalidFlash>
- </TargetStatus>
- <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfdp\</OutputDirectory>
- <OutputName>DspLibTest_FVP</OutputName>
- <CreateExecutable>1</CreateExecutable>
- <CreateLib>0</CreateLib>
- <CreateHexFile>0</CreateHexFile>
- <DebugInformation>1</DebugInformation>
- <BrowseInformation>1</BrowseInformation>
- <ListingPath>.\IntermediateFiles\ARMv8MMLlfdp\</ListingPath>
- <HexFormatSelection>1</HexFormatSelection>
- <Merge32K>0</Merge32K>
- <CreateBatchFile>0</CreateBatchFile>
- <BeforeCompile>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopU1X>0</nStopU1X>
- <nStopU2X>0</nStopU2X>
- </BeforeCompile>
- <BeforeMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopB1X>0</nStopB1X>
- <nStopB2X>0</nStopB2X>
- </BeforeMake>
- <AfterMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopA1X>0</nStopA1X>
- <nStopA2X>0</nStopA2X>
- </AfterMake>
- <SelectedForBatchBuild>0</SelectedForBatchBuild>
- <SVCSIdString></SVCSIdString>
- </TargetCommonOption>
- <CommonProperty>
- <UseCPPCompiler>0</UseCPPCompiler>
- <RVCTCodeConst>0</RVCTCodeConst>
- <RVCTZI>0</RVCTZI>
- <RVCTOtherData>0</RVCTOtherData>
- <ModuleSelection>0</ModuleSelection>
- <IncludeInBuild>1</IncludeInBuild>
- <AlwaysBuild>0</AlwaysBuild>
- <GenerateAssemblyFile>0</GenerateAssemblyFile>
- <AssembleAssemblyFile>0</AssembleAssemblyFile>
- <PublicsOnly>0</PublicsOnly>
- <StopOnExitCode>3</StopOnExitCode>
- <CustomArgument></CustomArgument>
- <IncludeLibraryModules></IncludeLibraryModules>
- <ComprImg>1</ComprImg>
- </CommonProperty>
- <DllOption>
- <SimDllName></SimDllName>
- <SimDllArguments></SimDllArguments>
- <SimDlgDll></SimDlgDll>
- <SimDlgDllArguments></SimDlgDllArguments>
- <TargetDllName>SARMV8M.DLL</TargetDllName>
- <TargetDllArguments> -MPU</TargetDllArguments>
- <TargetDlgDll>TCM.DLL</TargetDlgDll>
- <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
- </DllOption>
- <DebugOption>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- <Oh166RecLen>16</Oh166RecLen>
- </OPTHX>
- </DebugOption>
- <Utilities>
- <Flash1>
- <UseTargetDll>1</UseTargetDll>
- <UseExternalTool>0</UseExternalTool>
- <RunIndependent>0</RunIndependent>
- <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
- <DriverSelection>4096</DriverSelection>
- </Flash1>
- <bUseTDR>1</bUseTDR>
- <Flash2>BIN\UL2V8M.DLL</Flash2>
- <Flash3></Flash3>
- <Flash4></Flash4>
- <pFcarmOut></pFcarmOut>
- <pFcarmGrp></pFcarmGrp>
- <pFcArmRoot></pFcArmRoot>
- <FcArmLst>0</FcArmLst>
- </Utilities>
- <TargetArm>
- <ArmMisc>
- <asLst>0</asLst>
- <asHll>1</asHll>
- <asAsm>1</asAsm>
- <asMacX>1</asMacX>
- <asSyms>1</asSyms>
- <asFals>1</asFals>
- <asDbgD>1</asDbgD>
- <asForm>1</asForm>
- <ldLst>0</ldLst>
- <ldmm>1</ldmm>
- <ldXref>1</ldXref>
- <BigEnd>0</BigEnd>
- <GCPUTYP>"ARMV8MML"</GCPUTYP>
- <mOS>0</mOS>
- <uocRom>0</uocRom>
- <uocRam>0</uocRam>
- <hadIROM>1</hadIROM>
- <hadIRAM>1</hadIRAM>
- <hadXRAM>0</hadXRAM>
- <uocXRam>0</uocXRam>
- <RvdsVP>3</RvdsVP>
- <hadIRAM2>1</hadIRAM2>
- <hadIROM2>1</hadIROM2>
- <OnChipMemories>
- <Ocm1>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm1>
- <Ocm2>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm2>
- <Ocm3>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm3>
- <Ocm4>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm4>
- <Ocm5>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm5>
- <Ocm6>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm6>
- <IRAM>
- <Type>0</Type>
- <StartAddress>0x20000000</StartAddress>
- <Size>0x20000</Size>
- </IRAM>
- <IROM>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x200000</Size>
- </IROM>
- <XRAM>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </XRAM>
- <IRAM2>
- <Type>0</Type>
- <StartAddress>0x20200000</StartAddress>
- <Size>0x20000</Size>
- </IRAM2>
- <IROM2>
- <Type>1</Type>
- <StartAddress>0x200000</StartAddress>
- <Size>0x200000</Size>
- </IROM2>
- </OnChipMemories>
- </ArmMisc>
- <Carm>
- <arpcs>0</arpcs>
- <stkchk>0</stkchk>
- <reentr>0</reentr>
- <interw>0</interw>
- <bigend>0</bigend>
- <Strict>0</Strict>
- <Optim>1</Optim>
- <wLevel>2</wLevel>
- <uThumb>1</uThumb>
- <VariousControls>
- <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
- <Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
- </VariousControls>
- </Carm>
- <Aarm>
- <bBE>0</bBE>
- <interw>0</interw>
- <VariousControls>
- <MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
- <Undefine></Undefine>
- <IncludePath></IncludePath>
- </VariousControls>
- </Aarm>
- <LDarm>
- <umfTarg>1</umfTarg>
- <enaGarb>0</enaGarb>
- <noStart>0</noStart>
- <noStLib>0</noStLib>
- <uMathLib>1</uMathLib>
- <TextAddressRange></TextAddressRange>
- <DataAddressRange></DataAddressRange>
- <BSSAddressRange></BSSAddressRange>
- <IncludeLibs>arm_math -larm_ref</IncludeLibs>
- <IncludeDir>.\Lib</IncludeDir>
- <Misc>-Wl,--gc-sections -march=armv8-m.main -mfpu=fpv5-d16 -mfloat-abi=hard</Misc>
- <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
- </LDarm>
- </TargetArm>
- </TargetOption>
- <Groups>
- <Group>
- <GroupName>Libraries</GroupName>
- </Group>
- <Group>
- <GroupName>Startup</GroupName>
- <Files>
- <File>
- <FileName>main.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\main.c</FilePath>
- </File>
- <File>
- <FileName>system_generic.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\platform\system_generic.c</FilePath>
- </File>
- <File>
- <FileName>startup_generic.S</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>JTest</GroupName>
- <Files>
- <File>
- <FileName>jtest_cycle.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
- </File>
- <File>
- <FileName>jtest_fw.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
- </File>
- <File>
- <FileName>jtest_dump_str_segments.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
- </File>
- <File>
- <FileName>jtest_trigger_action.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>AllTests</GroupName>
- <Files>
- <File>
- <FileName>all_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\all_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Transform</GroupName>
- <Files>
- <File>
- <FileName>cfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>transform_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
- </File>
- <File>
- <FileName>transform_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cfft_family_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>dct4_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>BasicMath</GroupName>
- <Files>
- <File>
- <FileName>basic_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>abs_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
- </File>
- <File>
- <FileName>basic_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>negate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
- </File>
- <File>
- <FileName>add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>offset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
- </File>
- <File>
- <FileName>shift_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
- </File>
- <File>
- <FileName>scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>ComplexMath</GroupName>
- <Files>
- <File>
- <FileName>complex_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>complex_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_conj_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_squared_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_cmplx_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_real_test.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Controller</GroupName>
- <Files>
- <File>
- <FileName>controller_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
- </File>
- <File>
- <FileName>pid_reset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
- </File>
- <File>
- <FileName>sin_cos_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
- </File>
- <File>
- <FileName>pid_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
- </File>
- <File>
- <FileName>controller_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>FastMath</GroupName>
- <Files>
- <File>
- <FileName>fast_math_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
- </File>
- <File>
- <FileName>fast_math_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Filtering</GroupName>
- <Files>
- <File>
- <FileName>filtering_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>filtering_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
- </File>
- <File>
- <FileName>biquad_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
- </File>
- <File>
- <FileName>conv_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
- </File>
- <File>
- <FileName>correlate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
- </File>
- <File>
- <FileName>fir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
- </File>
- <File>
- <FileName>iir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
- </File>
- <File>
- <FileName>lms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Matrix</GroupName>
- <Files>
- <File>
- <FileName>matrix_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>matrix_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mat_cmplx_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_inverse_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_trans_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_init_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Statistics</GroupName>
- <Files>
- <File>
- <FileName>max_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mean_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
- </File>
- <File>
- <FileName>min_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
- </File>
- <File>
- <FileName>power_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
- </File>
- <File>
- <FileName>rms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
- </File>
- <File>
- <FileName>std_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
- </File>
- <File>
- <FileName>var_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Support</GroupName>
- <Files>
- <File>
- <FileName>copy_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
- </File>
- <File>
- <FileName>support_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>support_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
- </File>
- <File>
- <FileName>fill_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
- </File>
- <File>
- <FileName>x_to_y_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Intrinsics</GroupName>
- <Files>
- <File>
- <FileName>intrinsics_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
- </File>
- <File>
- <FileName>intrinsics_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>MathHelper</GroupName>
- <Files>
- <File>
- <FileName>math_helper.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\math_helper.c</FilePath>
- </File>
- </Files>
- </Group>
- </Groups>
- </Target>
- <Target>
<TargetName>ARMv8MMLld</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -8095,7 +7392,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -8130,6 +7427,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -8202,9 +7500,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp</MiscControls>
- <Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -8212,7 +7510,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define>ARMv8MML</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -8698,11 +7996,12 @@
<TargetName>ARMv8MMLldfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -8819,7 +8118,7 @@
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
+ <Capability>0</Capability>
<DriverSelection>4096</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
@@ -8854,6 +8153,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -8926,9 +8226,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -8936,7 +8236,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define>ARMv8MML</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -9418,730 +8718,6 @@
</Group>
</Groups>
</Target>
- <Target>
- <TargetName>ARMv8MMLldfdp.DoNotUse</TargetName>
- <ToolsetNumber>0x3</ToolsetNumber>
- <ToolsetName>ARM-GNU</ToolsetName>
- <TargetOption>
- <TargetCommonOption>
- <Device>ARMv8MML_DSP_DP</Device>
- <Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
- <PackURL>http://www.keil.com/pack/</PackURL>
- <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
- <FlashUtilSpec></FlashUtilSpec>
- <StartupFile></StartupFile>
- <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
- <DeviceId>0</DeviceId>
- <RegisterFile>$$Device:ARMv8MML_DSP_DP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_DP.h</RegisterFile>
- <MemoryEnv></MemoryEnv>
- <Cmp></Cmp>
- <Asm></Asm>
- <Linker></Linker>
- <OHString></OHString>
- <InfinionOptionDll></InfinionOptionDll>
- <SLE66CMisc></SLE66CMisc>
- <SLE66AMisc></SLE66AMisc>
- <SLE66LinkerMisc></SLE66LinkerMisc>
- <SFDFile>$$Device:ARMv8MML_DSP_DP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
- <bCustSvd>0</bCustSvd>
- <UseEnv>0</UseEnv>
- <BinPath></BinPath>
- <IncludePath></IncludePath>
- <LibPath></LibPath>
- <RegisterFilePath></RegisterFilePath>
- <DBRegisterFilePath></DBRegisterFilePath>
- <TargetStatus>
- <Error>0</Error>
- <ExitCodeStop>0</ExitCodeStop>
- <ButtonStop>0</ButtonStop>
- <NotGenerated>0</NotGenerated>
- <InvalidFlash>1</InvalidFlash>
- </TargetStatus>
- <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfdp\</OutputDirectory>
- <OutputName>DspLibTest_FVP</OutputName>
- <CreateExecutable>1</CreateExecutable>
- <CreateLib>0</CreateLib>
- <CreateHexFile>0</CreateHexFile>
- <DebugInformation>1</DebugInformation>
- <BrowseInformation>1</BrowseInformation>
- <ListingPath>.\IntermediateFiles\ARMv8MMLldfdp\</ListingPath>
- <HexFormatSelection>1</HexFormatSelection>
- <Merge32K>0</Merge32K>
- <CreateBatchFile>0</CreateBatchFile>
- <BeforeCompile>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopU1X>0</nStopU1X>
- <nStopU2X>0</nStopU2X>
- </BeforeCompile>
- <BeforeMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopB1X>0</nStopB1X>
- <nStopB2X>0</nStopB2X>
- </BeforeMake>
- <AfterMake>
- <RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
- <UserProg1Name></UserProg1Name>
- <UserProg2Name></UserProg2Name>
- <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
- <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
- <nStopA1X>0</nStopA1X>
- <nStopA2X>0</nStopA2X>
- </AfterMake>
- <SelectedForBatchBuild>0</SelectedForBatchBuild>
- <SVCSIdString></SVCSIdString>
- </TargetCommonOption>
- <CommonProperty>
- <UseCPPCompiler>0</UseCPPCompiler>
- <RVCTCodeConst>0</RVCTCodeConst>
- <RVCTZI>0</RVCTZI>
- <RVCTOtherData>0</RVCTOtherData>
- <ModuleSelection>0</ModuleSelection>
- <IncludeInBuild>1</IncludeInBuild>
- <AlwaysBuild>0</AlwaysBuild>
- <GenerateAssemblyFile>0</GenerateAssemblyFile>
- <AssembleAssemblyFile>0</AssembleAssemblyFile>
- <PublicsOnly>0</PublicsOnly>
- <StopOnExitCode>3</StopOnExitCode>
- <CustomArgument></CustomArgument>
- <IncludeLibraryModules></IncludeLibraryModules>
- <ComprImg>1</ComprImg>
- </CommonProperty>
- <DllOption>
- <SimDllName></SimDllName>
- <SimDllArguments></SimDllArguments>
- <SimDlgDll></SimDlgDll>
- <SimDlgDllArguments></SimDlgDllArguments>
- <TargetDllName>SARMV8M.DLL</TargetDllName>
- <TargetDllArguments> -MPU</TargetDllArguments>
- <TargetDlgDll>TCM.DLL</TargetDlgDll>
- <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
- </DllOption>
- <DebugOption>
- <OPTHX>
- <HexSelection>1</HexSelection>
- <HexRangeLowAddress>0</HexRangeLowAddress>
- <HexRangeHighAddress>0</HexRangeHighAddress>
- <HexOffset>0</HexOffset>
- <Oh166RecLen>16</Oh166RecLen>
- </OPTHX>
- </DebugOption>
- <Utilities>
- <Flash1>
- <UseTargetDll>1</UseTargetDll>
- <UseExternalTool>0</UseExternalTool>
- <RunIndependent>0</RunIndependent>
- <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
- <Capability>1</Capability>
- <DriverSelection>4096</DriverSelection>
- </Flash1>
- <bUseTDR>1</bUseTDR>
- <Flash2>BIN\UL2V8M.DLL</Flash2>
- <Flash3></Flash3>
- <Flash4></Flash4>
- <pFcarmOut></pFcarmOut>
- <pFcarmGrp></pFcarmGrp>
- <pFcArmRoot></pFcArmRoot>
- <FcArmLst>0</FcArmLst>
- </Utilities>
- <TargetArm>
- <ArmMisc>
- <asLst>0</asLst>
- <asHll>1</asHll>
- <asAsm>1</asAsm>
- <asMacX>1</asMacX>
- <asSyms>1</asSyms>
- <asFals>1</asFals>
- <asDbgD>1</asDbgD>
- <asForm>1</asForm>
- <ldLst>0</ldLst>
- <ldmm>1</ldmm>
- <ldXref>1</ldXref>
- <BigEnd>0</BigEnd>
- <GCPUTYP>"ARMV8MML"</GCPUTYP>
- <mOS>0</mOS>
- <uocRom>0</uocRom>
- <uocRam>0</uocRam>
- <hadIROM>1</hadIROM>
- <hadIRAM>1</hadIRAM>
- <hadXRAM>0</hadXRAM>
- <uocXRam>0</uocXRam>
- <RvdsVP>3</RvdsVP>
- <hadIRAM2>1</hadIRAM2>
- <hadIROM2>1</hadIROM2>
- <OnChipMemories>
- <Ocm1>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm1>
- <Ocm2>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm2>
- <Ocm3>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm3>
- <Ocm4>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm4>
- <Ocm5>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm5>
- <Ocm6>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </Ocm6>
- <IRAM>
- <Type>0</Type>
- <StartAddress>0x20000000</StartAddress>
- <Size>0x20000</Size>
- </IRAM>
- <IROM>
- <Type>1</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x200000</Size>
- </IROM>
- <XRAM>
- <Type>0</Type>
- <StartAddress>0x0</StartAddress>
- <Size>0x0</Size>
- </XRAM>
- <IRAM2>
- <Type>0</Type>
- <StartAddress>0x20200000</StartAddress>
- <Size>0x20000</Size>
- </IRAM2>
- <IROM2>
- <Type>1</Type>
- <StartAddress>0x200000</StartAddress>
- <Size>0x200000</Size>
- </IROM2>
- </OnChipMemories>
- </ArmMisc>
- <Carm>
- <arpcs>0</arpcs>
- <stkchk>0</stkchk>
- <reentr>0</reentr>
- <interw>0</interw>
- <bigend>0</bigend>
- <Strict>0</Strict>
- <Optim>1</Optim>
- <wLevel>2</wLevel>
- <uThumb>1</uThumb>
- <VariousControls>
- <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
- <Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
- </VariousControls>
- </Carm>
- <Aarm>
- <bBE>0</bBE>
- <interw>0</interw>
- <VariousControls>
- <MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
- <Undefine></Undefine>
- <IncludePath></IncludePath>
- </VariousControls>
- </Aarm>
- <LDarm>
- <umfTarg>1</umfTarg>
- <enaGarb>0</enaGarb>
- <noStart>0</noStart>
- <noStLib>0</noStLib>
- <uMathLib>1</uMathLib>
- <TextAddressRange></TextAddressRange>
- <DataAddressRange></DataAddressRange>
- <BSSAddressRange></BSSAddressRange>
- <IncludeLibs>arm_math -larm_ref</IncludeLibs>
- <IncludeDir>.\Lib</IncludeDir>
- <Misc>-Wl,--gc-sections -march=armv8-m.main+dsp -mfpu=fpv5-d16 -mfloat-abi=hard</Misc>
- <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
- </LDarm>
- </TargetArm>
- </TargetOption>
- <Groups>
- <Group>
- <GroupName>Libraries</GroupName>
- </Group>
- <Group>
- <GroupName>Startup</GroupName>
- <Files>
- <File>
- <FileName>main.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\main.c</FilePath>
- </File>
- <File>
- <FileName>system_generic.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\platform\system_generic.c</FilePath>
- </File>
- <File>
- <FileName>startup_generic.S</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>JTest</GroupName>
- <Files>
- <File>
- <FileName>jtest_cycle.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
- </File>
- <File>
- <FileName>jtest_fw.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
- </File>
- <File>
- <FileName>jtest_dump_str_segments.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
- </File>
- <File>
- <FileName>jtest_trigger_action.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>AllTests</GroupName>
- <Files>
- <File>
- <FileName>all_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\all_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Transform</GroupName>
- <Files>
- <File>
- <FileName>cfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>transform_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
- </File>
- <File>
- <FileName>transform_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cfft_family_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
- </File>
- <File>
- <FileName>rfft_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>dct4_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>BasicMath</GroupName>
- <Files>
- <File>
- <FileName>basic_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>abs_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
- </File>
- <File>
- <FileName>basic_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>negate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
- </File>
- <File>
- <FileName>add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>offset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
- </File>
- <File>
- <FileName>shift_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
- </File>
- <File>
- <FileName>scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>ComplexMath</GroupName>
- <Files>
- <File>
- <FileName>complex_math_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
- </File>
- <File>
- <FileName>complex_math_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_conj_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mag_squared_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_dot_prod_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_cmplx_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
- </File>
- <File>
- <FileName>cmplx_mult_real_test.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Controller</GroupName>
- <Files>
- <File>
- <FileName>controller_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
- </File>
- <File>
- <FileName>pid_reset_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
- </File>
- <File>
- <FileName>sin_cos_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
- </File>
- <File>
- <FileName>pid_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
- </File>
- <File>
- <FileName>controller_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>FastMath</GroupName>
- <Files>
- <File>
- <FileName>fast_math_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
- </File>
- <File>
- <FileName>fast_math_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Filtering</GroupName>
- <Files>
- <File>
- <FileName>filtering_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>filtering_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
- </File>
- <File>
- <FileName>biquad_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
- </File>
- <File>
- <FileName>conv_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
- </File>
- <File>
- <FileName>correlate_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
- </File>
- <File>
- <FileName>fir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
- </File>
- <File>
- <FileName>iir_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
- </File>
- <File>
- <FileName>lms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Matrix</GroupName>
- <Files>
- <File>
- <FileName>matrix_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>matrix_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mat_cmplx_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_add_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_mult_fast_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_sub_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_inverse_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_trans_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_init_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
- </File>
- <File>
- <FileName>mat_scale_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Statistics</GroupName>
- <Files>
- <File>
- <FileName>max_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>statistics_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
- </File>
- <File>
- <FileName>mean_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
- </File>
- <File>
- <FileName>min_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
- </File>
- <File>
- <FileName>power_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
- </File>
- <File>
- <FileName>rms_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
- </File>
- <File>
- <FileName>std_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
- </File>
- <File>
- <FileName>var_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Support</GroupName>
- <Files>
- <File>
- <FileName>copy_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
- </File>
- <File>
- <FileName>support_test_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
- </File>
- <File>
- <FileName>support_test_group.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
- </File>
- <File>
- <FileName>fill_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
- </File>
- <File>
- <FileName>x_to_y_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>Intrinsics</GroupName>
- <Files>
- <File>
- <FileName>intrinsics_tests.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
- </File>
- <File>
- <FileName>intrinsics_tests_common_data.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
- </File>
- </Files>
- </Group>
- <Group>
- <GroupName>MathHelper</GroupName>
- <Files>
- <File>
- <FileName>math_helper.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\..\Common\src\math_helper.c</FilePath>
- </File>
- </Files>
- </Group>
- </Groups>
- </Target>
</Targets>
<RTE>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM0l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM0l_config.txt
new file mode 100644
index 0000000..8e33c76
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM0l_config.txt
@@ -0,0 +1,8 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm0ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm0ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm0ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm0ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM3l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM3l_config.txt
new file mode 100644
index 0000000..2caf254
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM3l_config.txt
@@ -0,0 +1,8 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm3ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm3ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm3ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm3ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4l_config.txt
new file mode 100644
index 0000000..1c9fece
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4l_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm4ct.vfp-present=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm4ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm4ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm4ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4lf_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4lf_config.txt
new file mode 100644
index 0000000..eb832ed
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM4lf_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm4ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm4ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm4ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7l_config.txt
new file mode 100644
index 0000000..4e591c9
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7l_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfdp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfdp_config.txt
new file mode 100644
index 0000000..1888d60
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfdp_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfsp_config.txt
new file mode 100644
index 0000000..1888d60
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP/cortexM7lfsp_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.cproject b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.cproject
new file mode 100644
index 0000000..58d2bf0
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.cproject
@@ -0,0 +1,273 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
+ <storageModule moduleId="org.eclipse.cdt.core.settings">
+ <cconfiguration id="com.arm.eclipse.build.config.baremetal.exe.debug.base.var.arm_compiler_5-5.1602530321">
+ <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.arm.eclipse.build.config.baremetal.exe.debug.base.var.arm_compiler_5-5.1602530321" moduleId="org.eclipse.cdt.core.settings" name="Debug">
+ <externalSettings/>
+ <extensions/>
+ </storageModule>
+ <storageModule moduleId="cdtBuildSystem" version="4.0.0">
+ <configuration artifactExtension="axf" artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="clean" description="" errorParsers="" id="com.arm.eclipse.build.config.baremetal.exe.debug.base.var.arm_compiler_5-5.1602530321" name="Debug" parent="com.arm.eclipse.build.config.baremetal.exe.debug.base.var.arm_compiler_5-5">
+ <folderInfo id="com.arm.eclipse.build.config.baremetal.exe.debug.base.var.arm_compiler_5-5.1602530321." name="/" resourcePath="">
+ <toolChain errorParsers="" id="com.arm.toolchain.v6.base.var.arm_compiler_6-6.2068070287" name="ARM Compiler 6" superClass="com.arm.toolchain.v6.base.var.arm_compiler_6-6">
+ <option defaultValue="com.arm.tool.c.compiler.v6.base.options.debug.level.std" id="com.arm.toolchain.v6.base.options.debug.level.1499740772" name="Debug Level" superClass="com.arm.toolchain.v6.base.options.debug.level" useByScannerDiscovery="false" valueType="enumerated"/>
+ <option id="com.arm.toolchain.v6.base.options.target.cpu_fpu.1353770567" superClass="com.arm.toolchain.v6.base.options.target.cpu_fpu" useByScannerDiscovery="false" value="Cortex-A5.VFPv4.Neon" valueType="string"/>
+ <option id="com.arm.toolchain.v6.base.options.floatabi.1576425190" name="Float ABI" superClass="com.arm.toolchain.v6.base.options.floatabi" useByScannerDiscovery="false" value="com.arm.tool.c.compiler.v6.base.option.floatabi.hard" valueType="enumerated"/>
+ <option id="com.arm.toolchain.v6.base.options.inst.1967567497" name="Instruction set" superClass="com.arm.toolchain.v6.base.options.inst" useByScannerDiscovery="false" value="com.arm.tool.c.compiler.v6.base.option.inst.arm" valueType="enumerated"/>
+ <option id="com.arm.toolchain.v6.base.options.endian.245086353" name="Byte order" superClass="com.arm.toolchain.v6.base.options.endian" useByScannerDiscovery="false" value="com.arm.tool.c.compiler.v6.base.option.endian.little" valueType="enumerated"/>
+ <targetPlatform id="com.arm.toolchain.v6.base.var.arm_compiler_6-6.2068070287.748935968" name=""/>
+ <builder buildPath="${workspace_loc:/DspLibTest_FVP_A5}/Debug" errorParsers="" id="org.eclipse.cdt.build.core.internal.builder.1442612646" keepEnvironmentInBuildfile="false" name="CDT Internal Builder" superClass="org.eclipse.cdt.build.core.internal.builder"/>
+ <tool errorParsers="" id="com.arm.tool.c.compiler.v6.base.var.arm_compiler_6-6.1111285973" name="ARM C Compiler 6" superClass="com.arm.tool.c.compiler.v6.base.var.arm_compiler_6-6">
+ <option defaultValue="com.arm.tool.c.compiler.v6.base.option.optlevel.min" id="com.arm.tool.c.compiler.v6.base.option.optlevel.293273769" name="Optimization level" superClass="com.arm.tool.c.compiler.v6.base.option.optlevel" useByScannerDiscovery="true" valueType="enumerated"/>
+ <option defaultValue="com.arm.tool.c.compiler.v6.base.options.debug.level.std" id="com.arm.tool.c.compiler.v6.base.options.debug.level.323651444" name="Debug Level" superClass="com.arm.tool.c.compiler.v6.base.options.debug.level" useByScannerDiscovery="true" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.cpu.1800418506" name="CPU (-mcpu)" superClass="com.arm.tool.c.compiler.v6.base.option.cpu" useByScannerDiscovery="true" value="cortex-a5" valueType="string"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.target.583500211" name="Target (--target)" superClass="com.arm.tool.c.compiler.v6.base.option.target" useByScannerDiscovery="true" value="arm-arm-none-eabi" valueType="string"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.fpu.680915670" name="FPU (-mfpu)" superClass="com.arm.tool.c.compiler.v6.base.option.fpu" useByScannerDiscovery="true" value="neon-vfpv4" valueType="string"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.floatabi.1032851217" name="Float ABI (-mfloat-abi)" superClass="com.arm.tool.c.compiler.v6.base.option.floatabi" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.floatabi.hard" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.inst.560092514" name="Instruction set" superClass="com.arm.tool.c.compiler.v6.base.option.inst" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.inst.arm" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.endian.951399367" name="Byte order" superClass="com.arm.tool.c.compiler.v6.base.option.endian" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.endian.little" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.lang.1618356965" name="Source language mode" superClass="com.arm.tool.c.compiler.v6.base.option.lang" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.lang.c99" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.implicit.defmac.1607009207" name="Implicit Define macros" superClass="com.arm.tool.c.compiler.v6.base.option.implicit.defmac" useByScannerDiscovery="true" valueType="definedSymbols">
+ <listOptionValue builtIn="false" value="_RTE_"/>
+ <listOptionValue builtIn="false" value="ARMCA5"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.v6.base.option.implicit.incpath.1666338751" name="Implicit Include paths" superClass="com.arm.tool.c.compiler.v6.base.option.implicit.incpath" useByScannerDiscovery="false" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/Core_A/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Template&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/Device/ARM/ARMCA5/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/CMSIS&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5&quot;"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.v6.base.option.defmac.1685452024" name="Define macro (-D)" superClass="com.arm.tool.c.compiler.v6.base.option.defmac" useByScannerDiscovery="false" valueType="definedSymbols">
+ <listOptionValue builtIn="false" value="ARM_MATH_NEON"/>
+ <listOptionValue builtIn="false" value="ARM_MATH_MATRIX_CHECK"/>
+ <listOptionValue builtIn="false" value="__FPU_PRESENT"/>
+ <listOptionValue builtIn="false" value="ARMv7A"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.v6.base.option.sysincpath.752223677" name="System include path (-isystem)" superClass="com.arm.tool.c.compiler.v6.base.option.sysincpath" useByScannerDiscovery="false"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.incpath.1246517830" name="Include path (-I)" superClass="com.arm.tool.c.compiler.v6.base.option.incpath" useByScannerDiscovery="false" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/transform_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/reflibs_includes}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/basic_math_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/complex_math_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/controller_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/fast_math_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/filtering_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/intrinsics_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/matrix_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/statistics_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/support_tests}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/common_includes/templates}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/DSP_includes}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/jtest_includes}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/jtest_includes/arr_desc}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/jtest_includes/opt_arg}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Includes/jtest_includes/util}&quot;"/>
+ </option>
+ <inputType id="com.arm.tool.c.compiler.v6.base.input.590293099" superClass="com.arm.tool.c.compiler.v6.base.input"/>
+ <inputType id="com.arm.tool.cpp.compiler.v6.base.input.1925947467" superClass="com.arm.tool.cpp.compiler.v6.base.input"/>
+ </tool>
+ <tool id="com.arm.tool.cpp.compiler.v6.base.var.arm_compiler_6-6.828929558" name="ARM C++ Compiler 6" superClass="com.arm.tool.cpp.compiler.v6.base.var.arm_compiler_6-6">
+ <option defaultValue="com.arm.tool.c.compiler.v6.base.option.optlevel.min" id="com.arm.tool.c.compiler.v6.base.option.optlevel.2108281683" name="Optimization level" superClass="com.arm.tool.c.compiler.v6.base.option.optlevel" valueType="enumerated"/>
+ <option defaultValue="com.arm.tool.c.compiler.v6.base.options.debug.level.std" id="com.arm.tool.c.compiler.v6.base.options.debug.level.248054218" name="Debug Level" superClass="com.arm.tool.c.compiler.v6.base.options.debug.level" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.v6.base.option.implicit.defmac.1491588305" name="Implicit Define macros" superClass="com.arm.tool.c.compiler.v6.base.option.implicit.defmac" valueType="definedSymbols">
+ <listOptionValue builtIn="false" value="_RTE_"/>
+ <listOptionValue builtIn="false" value="ARMCA5"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.v6.base.option.implicit.incpath.1855223293" name="Implicit Include paths" superClass="com.arm.tool.c.compiler.v6.base.option.implicit.incpath" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/Core_A/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Template&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/Device/ARM/ARMCA5/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/CMSIS&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5&quot;"/>
+ </option>
+ </tool>
+ <tool errorParsers="" id="com.arm.tool.assembler.v6.base.var.arm_compiler_6-6.65050569" name="ARM Assembler 6" superClass="com.arm.tool.assembler.v6.base.var.arm_compiler_6-6">
+ <option defaultValue="com.arm.tool.assembler.v6.base.options.debug.level.std" id="com.arm.tool.assembler.v6.base.options.debug.level.674197834" name="Debug Level" superClass="com.arm.tool.assembler.v6.base.options.debug.level" useByScannerDiscovery="false" valueType="enumerated"/>
+ <option id="com.arm.tool.assembler.v6.base.option.cpu.106831620" name="CPU (-mcpu)" superClass="com.arm.tool.assembler.v6.base.option.cpu" useByScannerDiscovery="false" value="cortex-a5" valueType="string"/>
+ <option id="com.arm.tool.assembler.v6.base.option.target.88497143" name="Target (--target)" superClass="com.arm.tool.assembler.v6.base.option.target" useByScannerDiscovery="false" value="arm-arm-none-eabi" valueType="string"/>
+ <option id="com.arm.tool.assembler.v6.base.option.fpu.883210844" name="FPU (-mfpu)" superClass="com.arm.tool.assembler.v6.base.option.fpu" useByScannerDiscovery="true" value="neon-vfpv4" valueType="string"/>
+ <option id="com.arm.tool.assembler.v6.base.option.floatabi.850086534" name="Float ABI (-mfloat-abi)" superClass="com.arm.tool.assembler.v6.base.option.floatabi" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.floatabi.hard" valueType="enumerated"/>
+ <option id="com.arm.tool.assembler.v6.base.option.inst.279176152" name="Instruction set" superClass="com.arm.tool.assembler.v6.base.option.inst" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.inst.arm" valueType="enumerated"/>
+ <option id="com.arm.tool.assembler.v6.base.option.endian.766167194" name="Byte order" superClass="com.arm.tool.assembler.v6.base.option.endian" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.endian.little" valueType="enumerated"/>
+ <option id="com.arm.tool.assembler.v6.base.option.implicit.defmac.873937150" name="Implicit Define macros" superClass="com.arm.tool.assembler.v6.base.option.implicit.defmac" useByScannerDiscovery="true" valueType="definedSymbols">
+ <listOptionValue builtIn="false" value="_RTE_"/>
+ <listOptionValue builtIn="false" value="ARMCA5"/>
+ </option>
+ <option id="com.arm.tool.assembler.v6.base.option.implicit.incpath.1517467864" name="Implicit Include paths" superClass="com.arm.tool.assembler.v6.base.option.implicit.incpath" useByScannerDiscovery="false" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/Core_A/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Template&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/Device/ARM/ARMCA5/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/CMSIS&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5&quot;"/>
+ </option>
+ <option id="com.arm.tool.assembler.v6.base.option.force.preproc.1143354356" name="Preprocess input files (-x assembler-with-cpp)" superClass="com.arm.tool.assembler.v6.base.option.force.preproc" useByScannerDiscovery="false" value="true" valueType="boolean"/>
+ <option id="com.arm.tool.assembler.v6.base.option.masm.152333951" name="Assembler syntax (-masm)" superClass="com.arm.tool.assembler.v6.base.option.masm" useByScannerDiscovery="false" value="masm.val.auto" valueType="enumerated"/>
+ <inputType id="com.arm.tool.assembler.v6.base.input.961374519" superClass="com.arm.tool.assembler.v6.base.input"/>
+ </tool>
+ <tool errorParsers="" id="com.arm.tool.c.linker.v6.base.var.arm_compiler_6-6.508517958" name="ARM Linker 6" superClass="com.arm.tool.c.linker.v6.base.var.arm_compiler_6-6">
+ <option id="com.arm.tool.c.linker.option.scatter.747912408" name="Scatter file (--scatter)" superClass="com.arm.tool.c.linker.option.scatter" useByScannerDiscovery="false" value="${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5/ARMCA5.sct" valueType="string"/>
+ <option id="com.arm.tool.c.linker.option.entry.332332372" name="Image entry point (--entry)" superClass="com.arm.tool.c.linker.option.entry" useByScannerDiscovery="false" value="Vectors" valueType="string"/>
+ <option id="com.arm.tool.c.linker.option.flags.459358053" name="Other flags" superClass="com.arm.tool.c.linker.option.flags" useByScannerDiscovery="true"/>
+ </tool>
+ <tool id="com.arm.tool.librarian.v6.base.var.arm_compiler_6-6.1595051378" name="ARM Librarian 6" superClass="com.arm.tool.librarian.v6.base.var.arm_compiler_6-6"/>
+ </toolChain>
+ </folderInfo>
+ <sourceEntries>
+ <entry excluding="Sources/DSP_src/CommonTables/CommonTables.c|Sources/DSP_src/TransformFunctions/TransformFunctions.c|Sources/reflibs_src/TransformFunctions/TransformFunctions.c|Sources/reflibs_src/TransformFunctions/bitreversal.c|Sources/DSP_src/TransformFunctions/arm_bitreversal2.S|Sources/test_src/main.c|Sources/reflibs_src/FilteringFunctions/FilteringFunctions.c|Sources/reflibs_src/HelperFunctions/HelperFunctions.c|Sources/reflibs_src/Intrinsics/Intrinsics_.c|Sources/reflibs_src/MatrixFunctions/MatrixFunctions.c|Sources/reflibs_src/StatisticsFunctions/StatisticsFunctions.c|Sources/reflibs_src/SupportFunctions/SupportFunctions.c|Sources/reflibs_src/FastMathFunctions/FastMathFunctions.c|Sources/reflibs_src/ControllerFunctions/ControllerFunctions.c|Sources/reflibs_src/ComplexMathFunctions/ComplexMathFunctions.c|Sources/reflibs_src/BasicMathFunctions/BasicMathFunctions.c|Sources/DSP_src/SupportFunctions/SupportFunctions.c|Sources/DSP_src/StatisticsFunctions/StatisticsFunctions.c|Sources/DSP_src/MatrixFunctions/MatrixFunctions.c|Sources/DSP_src/FilteringFunctions/FilteringFunctions.c|Sources/DSP_src/FastMathFunctions/FastMathFunctions.c|Sources/DSP_src/ControllerFunctions/ControllerFunctions.c|Sources/DSP_src/ComplexMathFunctions/ComplexMathFunctions.c|Sources/DSP_src/BasicMathFunctions/BasicMathFunctions.c" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ </sourceEntries>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
+ </cconfiguration>
+ <cconfiguration id="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5.233016572">
+ <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5.233016572" moduleId="org.eclipse.cdt.core.settings" name="Release">
+ <externalSettings/>
+ <extensions>
+ <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="com.arm.eclipse.builder.armcc.error" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
+ </extensions>
+ </storageModule>
+ <storageModule moduleId="cdtBuildSystem" version="4.0.0">
+ <configuration artifactExtension="axf" artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release" cleanCommand="clean" description="" id="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5.233016572" name="Release" parent="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5">
+ <folderInfo id="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5.233016572." name="/" resourcePath="">
+ <toolChain id="com.arm.toolchain.baremetal.exe.release.base.var.arm_compiler_5-5.734138071" name="ARM Compiler 5" superClass="com.arm.toolchain.baremetal.exe.release.base.var.arm_compiler_5-5">
+ <option id="com.arm.toolchain.ac5.option.target.cpu_fpu.1203405248" superClass="com.arm.toolchain.ac5.option.target.cpu_fpu" value="Cortex-A5.VFPv4_D16" valueType="string"/>
+ <option id="com.arm.toolchain.ac5.option.endian.1245571568" name="Byte order" superClass="com.arm.toolchain.ac5.option.endian" value="com.arm.tool.c.compiler.v6.base.option.endian.little" valueType="enumerated"/>
+ <targetPlatform id="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5.233016572..1477794308" name=""/>
+ <builder buildPath="${workspace_loc:/DspLibTest_FVP_A5}/Release" id="com.arm.toolchain.baremetal.builder.930103949" keepEnvironmentInBuildfile="false" name="Gnu Make Builder" superClass="com.arm.toolchain.baremetal.builder"/>
+ <tool id="com.arm.tool.c.compiler.baremetal.exe.release.base.var.arm_compiler_5-5.1823194949" name="ARM C Compiler 5" superClass="com.arm.tool.c.compiler.baremetal.exe.release.base.var.arm_compiler_5-5">
+ <option defaultValue="com.arm.tool.c.compiler.option.optlevel.high" id="com.arm.tool.c.compiler.baremetal.exe.release.base.option.opt.base.var.arm_compiler_5-5.320429792" name="Optimization level" superClass="com.arm.tool.c.compiler.baremetal.exe.release.base.option.opt.base.var.arm_compiler_5-5" useByScannerDiscovery="true" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.option.targetcpu.192863031" name="Target CPU (--cpu)" superClass="com.arm.tool.c.compiler.option.targetcpu" useByScannerDiscovery="true" value="Cortex-A5.vfp" valueType="string"/>
+ <option id="com.arm.tool.c.compiler.option.endian.1518401940" name="Byte order" superClass="com.arm.tool.c.compiler.option.endian" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.endian.little" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.option.implicit.defmac.152941472" name="Implicit Define macros" superClass="com.arm.tool.c.compiler.option.implicit.defmac" useByScannerDiscovery="true" valueType="definedSymbols">
+ <listOptionValue builtIn="false" value="_RTE_"/>
+ <listOptionValue builtIn="false" value="ARMCA5"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.option.implicit.incpath.1676235016" name="Implicit Include paths" superClass="com.arm.tool.c.compiler.option.implicit.incpath" useByScannerDiscovery="false" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/Core_A/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Template&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/Device/ARM/ARMCA5/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/CMSIS&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5&quot;"/>
+ </option>
+ <option id="com.arm.tool.c.compile.option.lang.1707234128" name="Source language mode" superClass="com.arm.tool.c.compile.option.lang" useByScannerDiscovery="true" value="com.arm.tool.c.compile.option.lang.c99" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.option.implicit.flags.1104849747" name="Implicit other flags" superClass="com.arm.tool.c.compiler.option.implicit.flags" useByScannerDiscovery="true"/>
+ <inputType id="com.arm.tool.c.compiler.input.537702806" superClass="com.arm.tool.c.compiler.input"/>
+ <inputType id="com.arm.tool.cpp.compiler.input.869296571" superClass="com.arm.tool.cpp.compiler.input"/>
+ </tool>
+ <tool id="com.arm.tool.cpp.compiler.baremetal.exe.release.base.var.arm_compiler_5-5.1418884631" name="ARM C++ Compiler 5" superClass="com.arm.tool.cpp.compiler.baremetal.exe.release.base.var.arm_compiler_5-5">
+ <option defaultValue="com.arm.tool.c.compiler.option.optlevel.high" id="com.arm.tool.cpp.compiler.baremetal.exe.release.base.option.opt.base.var.arm_compiler_5-5.842395364" name="Optimization level" superClass="com.arm.tool.cpp.compiler.baremetal.exe.release.base.option.opt.base.var.arm_compiler_5-5" valueType="enumerated"/>
+ <option id="com.arm.tool.c.compiler.option.implicit.defmac.412004561" name="Implicit Define macros" superClass="com.arm.tool.c.compiler.option.implicit.defmac" valueType="definedSymbols">
+ <listOptionValue builtIn="false" value="_RTE_"/>
+ <listOptionValue builtIn="false" value="ARMCA5"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.option.implicit.incpath.1063654039" name="Implicit Include paths" superClass="com.arm.tool.c.compiler.option.implicit.incpath" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/Core_A/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Template&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/Device/ARM/ARMCA5/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/CMSIS&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5&quot;"/>
+ </option>
+ <option id="com.arm.tool.c.compiler.option.implicit.flags.1346261273" name="Implicit other flags" superClass="com.arm.tool.c.compiler.option.implicit.flags"/>
+ </tool>
+ <tool id="com.arm.tool.assembler.base.var.arm_compiler_5-5.734517429" name="ARM Assembler 5" superClass="com.arm.tool.assembler.base.var.arm_compiler_5-5">
+ <option id="com.arm.tool.assembler.option.cpu.1303999496" name="Target CPU (--cpu)" superClass="com.arm.tool.assembler.option.cpu" useByScannerDiscovery="true" value="Cortex-A5.vfp" valueType="string"/>
+ <option id="com.arm.tool.assembler.option.endian.1967937164" name="Byte order" superClass="com.arm.tool.assembler.option.endian" useByScannerDiscovery="true" value="com.arm.tool.c.compiler.v6.base.option.endian.little" valueType="enumerated"/>
+ <option id="com.arm.tool.assembler.option.implicit.predefine.1389120685" name="Implicit Predefines" superClass="com.arm.tool.assembler.option.implicit.predefine" valueType="stringList">
+ <listOptionValue builtIn="false" value="_RTE_ SETA 1"/>
+ <listOptionValue builtIn="false" value="ARMCA5 SETA 1"/>
+ </option>
+ <option id="com.arm.tool.assembler.option.implicit.incpath.913863200" name="Implicit Include paths" superClass="com.arm.tool.assembler.option.implicit.incpath" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/Core_A/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Template&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${cmsis_pack_root}/ARM/CMSIS/5.5.1/Device/ARM/ARMCA5/Include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/CMSIS&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5&quot;"/>
+ </option>
+ <inputType id="com.arm.tool.assembler.input.875241965" superClass="com.arm.tool.assembler.input"/>
+ </tool>
+ <tool id="com.arm.tool.c.linker.base.var.arm_compiler_5-5.1003890971" name="ARM Linker 5" superClass="com.arm.tool.c.linker.base.var.arm_compiler_5-5">
+ <option id="com.arm.tool.c.linker.option.cpu.1931299256" name="Target CPU (--cpu)" superClass="com.arm.tool.c.linker.option.cpu" useByScannerDiscovery="true" value="Cortex-A5.vfp" valueType="string"/>
+ <option id="com.arm.tool.c.linker.option.scatter.456779995" name="Scatter file (--scatter)" superClass="com.arm.tool.c.linker.option.scatter" value="${workspace_loc:/${ProjName}}/RTE/Device/ARMCA5/ARMCA5.sct" valueType="string"/>
+ <option id="com.arm.tool.c.linker.option.entry.1297402141" name="Image entry point (--entry)" superClass="com.arm.tool.c.linker.option.entry" value="Vectors" valueType="string"/>
+ </tool>
+ <tool id="com.arm.tool.librarian.base.var.arm_compiler_5-5.769289600" name="ARM Librarian 5" superClass="com.arm.tool.librarian.base.var.arm_compiler_5-5"/>
+ </toolChain>
+ </folderInfo>
+ <sourceEntries>
+ <entry excluding="Sources/test_src/main.c|Sources/DSP_src/CommonTables/CommonTables.c|Sources/reflibs_src/FilteringFunctions/FilteringFunctions.c|Sources/reflibs_src/HelperFunctions/HelperFunctions.c|Sources/reflibs_src/Intrinsics/Intrinsics_.c|Sources/reflibs_src/MatrixFunctions/MatrixFunctions.c|Sources/reflibs_src/StatisticsFunctions/StatisticsFunctions.c|Sources/reflibs_src/SupportFunctions/SupportFunctions.c|Sources/reflibs_src/FastMathFunctions/FastMathFunctions.c|Sources/reflibs_src/ControllerFunctions/ControllerFunctions.c|Sources/reflibs_src/ComplexMathFunctions/ComplexMathFunctions.c|Sources/reflibs_src/BasicMathFunctions/BasicMathFunctions.c|Sources/DSP_src/SupportFunctions/SupportFunctions.c|Sources/DSP_src/StatisticsFunctions/StatisticsFunctions.c|Sources/DSP_src/MatrixFunctions/MatrixFunctions.c|Sources/DSP_src/FilteringFunctions/FilteringFunctions.c|Sources/DSP_src/FastMathFunctions/FastMathFunctions.c|Sources/DSP_src/ControllerFunctions/ControllerFunctions.c|Sources/DSP_src/ComplexMathFunctions/ComplexMathFunctions.c|Sources/DSP_src/BasicMathFunctions/BasicMathFunctions.c|Sources/reflibs_src/TransformFunctions|Sources/DSP_src/CommonTables/arm_const_structs.c|Sources/test_src/transform_tests|Sources/DSP_src/TransformFunctions" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ </sourceEntries>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
+ </cconfiguration>
+ </storageModule>
+ <storageModule moduleId="scannerConfiguration">
+ <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
+ <storageModule moduleId="com.arm.cmsis.project">
+ <rteConfig name="DspLibTest_FVP_A5.rteconfig"/>
+ <toolChainAdapter id="com.arm.cmsis.pack.build.armcc5.Armcc5ToolChainAdapter" name="Adapter for ARM C/C++ 5.x and 6.x toolchains"/>
+ <device Dcore="Cortex-A5" DcoreVersion="r0p1" Dendian="Little-endian" Dfamily="ARM Cortex A5" Dfpu="DP_FPU" Dmpu="MPU" Dname="ARMCA5" Dvendor="ARM:82" info="ARM , 2 MB RAM, 2 MB ROM" url="http://www.keil.com/dd2/arm/armca5"/>
+ <files>
+ <file name="RTE/Device/ARMCA5/ARMCA5.sct" version="1.0.0"/>
+ <file name="RTE/Device/ARMCA5/mem_ARMCA5.h" version="1.0.0"/>
+ <file name="RTE/Device/ARMCA5/mmu_ARMCA5.c" version="1.0.0"/>
+ <file name="RTE/Device/ARMCA5/system_ARMCA5.c" version="1.0.1"/>
+ <file name="RTE/CMSIS/RTX_Config.c" version="5.1.0"/>
+ <file name="RTE/Device/ARMCA5/startup_ARMCA5.c" version="1.0.0"/>
+ <file name="RTE/CMSIS/RTX_Config.h" version="5.5.0"/>
+ <file name="RTE/CMSIS/handlers.c" version="5.1.0"/>
+ <file name="RTE/Device/ARMCA5/system_ARMCA5.h" version="1.0.0"/>
+ </files>
+ </storageModule>
+ <storageModule moduleId="com.arm.projectSettings" version="5.25"/>
+ <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
+ <storageModule moduleId="cdtBuildSystem" version="4.0.0">
+ <project id="DspLibTest_FVP_A5.null.368084077" name="DspLibTest_FVP_A5"/>
+ </storageModule>
+ <storageModule moduleId="refreshScope" versionNumber="2">
+ <configuration configurationName="Debug">
+ <resource resourceType="PROJECT" workspacePath="/DspLibTest_FVP_A5"/>
+ </configuration>
+ <configuration configurationName="Release">
+ <resource resourceType="PROJECT" workspacePath="/DspLibTest_FVP_A5"/>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
+</cproject>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.gitignore
new file mode 100644
index 0000000..3df573f
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.gitignore
@@ -0,0 +1 @@
+/Debug/
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.project b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.project
new file mode 100644
index 0000000..6212766
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.project
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>DspLibTest_FVP_A5</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
+ <triggers>clean,full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.cdt.core.cnature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
+ <nature>com.arm.cmsis.pack.project.RteNature</nature>
+ </natures>
+ <linkedResources>
+ <link>
+ <name>Includes/DSP_includes</name>
+ <type>2</type>
+ <locationURI>PARENT-2-PROJECT_LOC/Include</locationURI>
+ </link>
+ <link>
+ <name>Includes/common_includes</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/Common/inc</locationURI>
+ </link>
+ <link>
+ <name>Includes/jtest_includes</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/Common/JTest/inc</locationURI>
+ </link>
+ <link>
+ <name>Includes/reflibs_includes</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/RefLibs/inc</locationURI>
+ </link>
+ <link>
+ <name>Sources/DSP_src</name>
+ <type>2</type>
+ <locationURI>PARENT-2-PROJECT_LOC/Source</locationURI>
+ </link>
+ <link>
+ <name>Sources/jtest_src</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/Common/JTest/src</locationURI>
+ </link>
+ <link>
+ <name>Sources/reflibs_src</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/RefLibs/src</locationURI>
+ </link>
+ <link>
+ <name>Sources/test_src</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/Common/src</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/irq_ca.S</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_delay.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_delay.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_evflags.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_evflags.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_evr.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_evr.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_kernel.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_kernel.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_lib.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_lib.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_memory.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_memory.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_mempool.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_mempool.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_msgqueue.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_mutex.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_mutex.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_semaphore.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_system.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_system.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_thread.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_thread.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/CMSIS/rtx_timer.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/RTX/Source/rtx_timer.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/Device/ARMCA5/irq_ctrl_gic.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/Core_A/Source/irq_ctrl_gic.c</locationURI>
+ </link>
+ <link>
+ <name>RTE/Device/ARMCA5/os_tick_ptim.c</name>
+ <type>1</type>
+ <locationURI>$%7Bcmsis_pack_root%7D/ARM/CMSIS/5.5.1/CMSIS/RTOS2/Source/os_tick_ptim.c</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/language.settings.xml b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/language.settings.xml
new file mode 100644
index 0000000..e70059d
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/language.settings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project>
+ <configuration id="com.arm.eclipse.build.config.baremetal.exe.debug.base.var.arm_compiler_5-5.1602530321" name="Debug">
+ <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
+ <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
+ <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
+ <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
+ <provider class="com.arm.eclipse.builder.armcc.discovery.ArmCompiler6LanguageSettingsProvider" console="false" env-hash="-1406983329259045156" id="com.arm.eclipse.builder.armcc.v6.langprovider" keep-relative-paths="false" name="Arm Compiler 6 Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
+ <language-scope id="org.eclipse.cdt.core.gcc"/>
+ <language-scope id="org.eclipse.cdt.core.g++"/>
+ </provider>
+ </extension>
+ </configuration>
+ <configuration id="com.arm.eclipse.build.config.baremetal.exe.release.base.var.arm_compiler_5-5.233016572" name="Release">
+ <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
+ <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
+ <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
+ <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
+ <provider class="com.arm.eclipse.builder.armcc.discovery.ArmCompiler5LanguageSettingsProvider" console="false" env-hash="-1446449183757281068" id="com.arm.eclipse.builder.armcc.v5.langprovider" keep-relative-paths="false" name="Arm Compiler 5 Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} --list-macros &quot;${INPUTS}&quot;" prefer-non-shared="true">
+ <language-scope id="com.arm.eclipse.builder.armcc.lang.c"/>
+ <language-scope id="com.arm.eclipse.builder.armcc.lang.cpp"/>
+ </provider>
+ </extension>
+ </configuration>
+</project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/org.eclipse.ltk.core.refactoring.prefs b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000..b196c64
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.launch b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.launch
new file mode 100644
index 0000000..58e8a9f
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.launch
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="com.arm.debugger.launcher2">
+<mapAttribute key="AverageDurationTracker">
+<mapEntry key="*Fetching Data Model" value="816188"/>
+<mapEntry key="*list global low level symbols" value="4830899"/>
+<mapEntry key="*loading values from target" value="3533167"/>
+<mapEntry key="*updating registers" value="2824317"/>
+<mapEntry key="*updating variables" value="6819450"/>
+<mapEntry key="AddEventObserver" value="6209842"/>
+<mapEntry key="Evaluate" value="776818"/>
+<mapEntry key="Retrieving globals list" value="188518300"/>
+<mapEntry key="areCachesAvailable" value="313198"/>
+<mapEntry key="break" value="10277194"/>
+<mapEntry key="compute execution mode" value="1989211"/>
+<mapEntry key="console" value="2254565"/>
+<mapEntry key="continue" value="26460070"/>
+<mapEntry key="disassemble" value="113311500"/>
+<mapEntry key="evaluate address" value="7033472"/>
+<mapEntry key="get capabilities" value="687168"/>
+<mapEntry key="get execution addresss" value="1051895"/>
+<mapEntry key="get source lines" value="1953871"/>
+<mapEntry key="getValidEncodings" value="299800"/>
+<mapEntry key="initialize command help" value="50686050"/>
+<mapEntry key="interrupt" value="17118179"/>
+<mapEntry key="list breakpoint options" value="764598"/>
+<mapEntry key="list breakpoints" value="712851"/>
+<mapEntry key="list instruction sets" value="851704"/>
+<mapEntry key="list signals" value="23203903"/>
+<mapEntry key="list watchpoint options" value="1926741"/>
+<mapEntry key="list watchpoints" value="991318"/>
+<mapEntry key="loadfile" value="175180496"/>
+<mapEntry key="next" value="33025165"/>
+<mapEntry key="reload-symbol-file" value="113061900"/>
+<mapEntry key="remove" value="2306006"/>
+<mapEntry key="set CWD" value="7695565"/>
+<mapEntry key="set breakpoint properties" value="10629692"/>
+<mapEntry key="set debug-from" value="1669445"/>
+<mapEntry key="start" value="73217402"/>
+<mapEntry key="step" value="25121927"/>
+<mapEntry key="synchronizing trace ranges" value="25371"/>
+<mapEntry key="target reset" value="571921721"/>
+<mapEntry key="toggleBreakpoint" value="8555653"/>
+<mapEntry key="waitForTargetToStop" value="29235781"/>
+</mapAttribute>
+<intAttribute key="DEBUG_TAB..RESOURCES.COUNT" value="0"/>
+<intAttribute key="FILES.CONNECT_TO_GDB_SERVER.RESOURCES.COUNT" value="0"/>
+<intAttribute key="FILES.DEBUG_EXISTING_ANDROID.RESOURCES.COUNT" value="0"/>
+<listAttribute key="FILES.DEBUG_RESIDENT_ANDROID"/>
+<stringAttribute key="FILES.DEBUG_RESIDENT_ANDROID.RESOURCES.0.TYPE" value="TARGET_WORKING_DIR"/>
+<stringAttribute key="FILES.DEBUG_RESIDENT_ANDROID.RESOURCES.0.VALUE" value=""/>
+<intAttribute key="FILES.DEBUG_RESIDENT_ANDROID.RESOURCES.COUNT" value="1"/>
+<listAttribute key="FILES.DEBUG_RESIDENT_APP"/>
+<stringAttribute key="FILES.DEBUG_RESIDENT_APP.RESOURCES.0.TYPE" value="APPLICATION_ON_TARGET"/>
+<stringAttribute key="FILES.DEBUG_RESIDENT_APP.RESOURCES.0.VALUE" value=""/>
+<stringAttribute key="FILES.DEBUG_RESIDENT_APP.RESOURCES.1.TYPE" value="TARGET_WORKING_DIR"/>
+<stringAttribute key="FILES.DEBUG_RESIDENT_APP.RESOURCES.1.VALUE" value=""/>
+<intAttribute key="FILES.DEBUG_RESIDENT_APP.RESOURCES.COUNT" value="2"/>
+<listAttribute key="FILES.DOWNLOAD_AND_DEBUG"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.0.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.0.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.0.TYPE" value="TARGET_DOWNLOAD_DIR"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.0.VALUE" value=""/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.1.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.1.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.1.TYPE" value="APP_ON_HOST_TO_DOWNLOAD"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.1.VALUE" value=""/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.2.TYPE" value="TARGET_WORKING_DIR"/>
+<stringAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.2.VALUE" value=""/>
+<intAttribute key="FILES.DOWNLOAD_AND_DEBUG.RESOURCES.COUNT" value="3"/>
+<listAttribute key="FILES.DOWNLOAD_DEBUG"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.0.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.0.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.0.TYPE" value="TARGET_DOWNLOAD_DIR"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.0.VALUE" value=""/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.1.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.1.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.1.TYPE" value="APP_ON_HOST_TO_DOWNLOAD"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.1.VALUE" value=""/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.2.TYPE" value="TARGET_WORKING_DIR"/>
+<stringAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.2.VALUE" value=""/>
+<intAttribute key="FILES.DOWNLOAD_DEBUG.RESOURCES.COUNT" value="3"/>
+<intAttribute key="FILES.DOWNLOAD_DEBUG_ANDROID.RESOURCES.COUNT" value="0"/>
+<listAttribute key="FILES.ICE_DEBUG">
+<listEntry value="ON_DEMAND_LOAD"/>
+<listEntry value="ALSO_LOAD_SYMBOLS"/>
+</listAttribute>
+<stringAttribute key="FILES.ICE_DEBUG.RESOURCES.0.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.ICE_DEBUG.RESOURCES.0.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.ICE_DEBUG.RESOURCES.0.TYPE" value="APP_ON_HOST_TO_DOWNLOAD"/>
+<stringAttribute key="FILES.ICE_DEBUG.RESOURCES.0.VALUE" value="${workspace_loc:/DspLibTest_FVP_A5/Debug/DspLibTest_FVP_A5.axf}"/>
+<intAttribute key="FILES.ICE_DEBUG.RESOURCES.COUNT" value="1"/>
+<listAttribute key="FILES.ICE_DEBUG_WITH_ETB_TRACE">
+<listEntry value="ON_DEMAND_LOAD"/>
+<listEntry value="ALSO_LOAD_SYMBOLS"/>
+</listAttribute>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_ETB_TRACE.RESOURCES.0.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_ETB_TRACE.RESOURCES.0.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_ETB_TRACE.RESOURCES.0.TYPE" value="APP_ON_HOST_TO_DOWNLOAD"/>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_ETB_TRACE.RESOURCES.0.VALUE" value=""/>
+<intAttribute key="FILES.ICE_DEBUG_WITH_ETB_TRACE.RESOURCES.COUNT" value="1"/>
+<listAttribute key="FILES.ICE_DEBUG_WITH_TRACE">
+<listEntry value="ON_DEMAND_LOAD"/>
+<listEntry value="ALSO_LOAD_SYMBOLS"/>
+</listAttribute>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_TRACE.RESOURCES.0.OPTION.ALSO_LOAD_SYMBOLS" value="true"/>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_TRACE.RESOURCES.0.OPTION.ON_DEMAND_LOAD" value="true"/>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_TRACE.RESOURCES.0.TYPE" value="APP_ON_HOST_TO_DOWNLOAD"/>
+<stringAttribute key="FILES.ICE_DEBUG_WITH_TRACE.RESOURCES.0.VALUE" value=""/>
+<intAttribute key="FILES.ICE_DEBUG_WITH_TRACE.RESOURCES.COUNT" value="1"/>
+<stringAttribute key="FILES.SELECTED_DEBUG_OPEATION" value="ICE_DEBUG"/>
+<stringAttribute key="HOST_WORKING_DIR" value="${workspace_loc}"/>
+<booleanAttribute key="HOST_WORKING_DIR_USE_DEFAULT" value="true"/>
+<booleanAttribute key="KEY_COMMANDS_AFTER_CONNECT" value="false"/>
+<stringAttribute key="KEY_COMMANDS_AFTER_CONNECT_TEXT" value=""/>
+<booleanAttribute key="KEY_COMMANDS_AS_CONNECT" value="false"/>
+<stringAttribute key="RSE_CONFIGURATION" value=""/>
+<booleanAttribute key="RSE_USE_HOSTNAME" value="true"/>
+<stringAttribute key="TCP_DISABLE_EXTENDED_MODE" value="true"/>
+<booleanAttribute key="TCP_KILL_ON_EXIT" value="false"/>
+<booleanAttribute key="VFS_ENABLED" value="true"/>
+<stringAttribute key="VFS_LOCAL_DIR" value="${workspace_loc}"/>
+<stringAttribute key="VFS_REMOTE_MOUNT" value="/writeable"/>
+<stringAttribute key="breakpoints" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;breakpoints&gt;&#10;&lt;/breakpoints&gt;&#10;"/>
+<listAttribute key="com.arm.debug.views.common.AddressTracker.debugger.view.DisassemblyView.addresses">
+<listEntry value="&lt;Next Instruction&gt;"/>
+</listAttribute>
+<listAttribute key="com.arm.debug.views.common.AddressTracker.debugger.view.DisassemblyView.ranges">
+<listEntry value="100"/>
+</listAttribute>
+<listAttribute key="com.arm.debug.views.common.AddressTracker.debugger.view.MemoryView.addresses">
+<listEntry value=""/>
+</listAttribute>
+<listAttribute key="com.arm.debug.views.common.AddressTracker.debugger.view.MemoryView.ranges">
+<listEntry value=""/>
+</listAttribute>
+<stringAttribute key="com.arm.debug.views.debugConsole.DebugCommandLine.History" value="set semihosting disabled;set ?;set help;info set;armclang.exe"/>
+<stringAttribute key="config_db_activity_name" value="Debug Cortex-A5"/>
+<stringAttribute key="config_db_connection_keys" value="dtsl_config dtsl_tracecapture_option dtsl_config_script model_params config_file setup TCP_KILL_ON_EXIT TCP_DISABLE_EXTENDED_MODE"/>
+<stringAttribute key="config_db_connection_type" value="Bare Metal Debug"/>
+<stringAttribute key="config_db_platform_name" value="Arm FVP (Installed with Arm DS) - VE_Cortex_A5x1"/>
+<stringAttribute key="config_db_project_type" value="Bare Metal Debug"/>
+<stringAttribute key="config_db_project_type_id" value="BARE_METAL"/>
+<stringAttribute key="config_db_taxonomy_id" value="/platform/armfvp_installedwitharmds_/ve_cortex_a5x1"/>
+<stringAttribute key="config_file" value="CDB://cadi_config.xml"/>
+<booleanAttribute key="connectOnly" value="false"/>
+<listAttribute key="debugger.view.DisassemblyView:current">
+<listEntry value="&lt;Next Instruction&gt;"/>
+<listEntry value="100"/>
+</listAttribute>
+<stringAttribute key="debugger.view.MemoryView" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;page&gt;&#10;&#9;&lt;memoryView/&gt;&#10;&lt;/page&gt;&#10;"/>
+<listAttribute key="debugger.view.MemoryView:current">
+<listEntry value=""/>
+<listEntry value=""/>
+</listAttribute>
+<stringAttribute key="debugger.view.NewRegisterView:DebugOutlineColumnState" value="OutlineConfig1&#9;8&#9;0&#9;true&#9;true&#9;49&#9;-1&#9;true&#9;1&#9;false&#9;true&#9;90&#9;-1&#9;true&#9;2&#9;true&#9;true&#9;45&#9;-1&#9;true&#9;3&#9;false&#9;true&#9;42&#9;-1&#9;true&#9;4&#9;false&#9;true&#9;50&#9;-1&#9;true&#9;5&#9;true&#9;true&#9;37&#9;-1&#9;true&#9;6&#9;false&#9;true&#9;62&#9;-1&#9;true&#9;7&#9;true&#9;true&#9;53&#9;-1&#9;true"/>
+<stringAttribute key="debugger.view.NewRegisterView:_selectedRegisterSet" value="All registers"/>
+<mapAttribute key="debugger.view.NewRegisterView_registerSets"/>
+<listAttribute key="debugger.view.TraceView:TRACE_EXPORT_FILTERS"/>
+<stringAttribute key="debugger.view.VariableTreeView:DebugOutlineColumnState" value="OutlineConfig1&#9;8&#9;0&#9;true&#9;true&#9;149&#9;-1&#9;true&#9;1&#9;false&#9;true&#9;90&#9;-1&#9;true&#9;2&#9;true&#9;true&#9;95&#9;-1&#9;true&#9;3&#9;true&#9;true&#9;42&#9;-1&#9;true&#9;4&#9;true&#9;true&#9;50&#9;-1&#9;true&#9;5&#9;true&#9;true&#9;37&#9;-1&#9;true&#9;6&#9;true&#9;true&#9;62&#9;-1&#9;true&#9;7&#9;true&#9;true&#9;53&#9;-1&#9;true"/>
+<listAttribute key="debugger.view.VariableTreeView:USER_ADDED_FILE_STATICS"/>
+<listAttribute key="debugger.view.VariableTreeView:USER_ADDED_GLOBALS"/>
+<booleanAttribute key="debugger.view.register.DrawAsHex" value="false"/>
+<booleanAttribute key="debugger.view.variable.DrawAsHex" value="false"/>
+<stringAttribute key="dtsl_config" value="DtslScript"/>
+<stringAttribute key="dtsl_config_script" value="CDB://dtsl_config_script.py"/>
+<stringAttribute key="dtsl_options_file" value="default"/>
+<stringAttribute key="dtsl_tracecapture_option" value="options.traceBuffer.traceCaptureDevice"/>
+<stringAttribute key="launch_configuration_version" value="2018.0"/>
+<booleanAttribute key="linuxOS" value="false"/>
+<stringAttribute key="model_params" value=""/>
+<booleanAttribute key="runAfterConnect" value="false"/>
+<listAttribute key="setup">
+<listEntry value="CDB://Scripts/rtsm_launcher.py"/>
+<listEntry value="&quot;FVP_VE_Cortex-A5x1&quot;"/>
+</listAttribute>
+<booleanAttribute key="single_platform" value="false"/>
+<stringAttribute key="stopAtExpression" value="*$ENTRYPOINT"/>
+<stringAttribute key="watchpoints" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;watchpoints&gt;&#10;&lt;/watchpoints&gt;&#10;"/>
+</launchConfiguration>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.rteconfig b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.rteconfig
new file mode 100644
index 0000000..00e2637
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/DspLibTest_FVP_A5.rteconfig
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<configuration xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
+ <toolchain Tcompiler="ARMCC" Toutput="exe"/>
+ <components>
+ <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="1.1.3">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="doc" name="CMSIS/Documentation/Core_A/html/index.html"/>
+ <file category="include" name="CMSIS/Core_A/Include/"/>
+ </component>
+ <component Capiversion="2.1.3" Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cvendor="ARM" Cversion="5.5.0">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
+ <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
+ <file attr="config" category="header" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.0"/>
+ <file attr="config" category="source" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
+ <file attr="config" category="source" name="CMSIS/RTOS2/RTX/Config/handlers.c" version="5.1.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/main.c" select="CMSIS-RTOS2 'main' function" version="2.1.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/Events.c" select="CMSIS-RTOS2 Events" version="2.0.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/MemPool.c" select="CMSIS-RTOS2 Memory Pool" version="2.0.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" select="CMSIS-RTOS2 Message Queue" version="2.0.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/Mutex.c" select="CMSIS-RTOS2 Mutex" version="2.0.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" select="CMSIS-RTOS2 Semaphore" version="2.0.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/Thread.c" select="CMSIS-RTOS2 Thread" version="2.0.0"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/Timer.c" select="CMSIS-RTOS2 Timer" version="2.0.1"/>
+ <file attr="template" category="source" name="CMSIS/RTOS2/RTX/Template/svc_user.c" select="CMSIS-RTOS2 SVC User Table" version="1.0.0"/>
+ <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
+ <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
+ <file category="source" condition="CA_ARMCC5" name="CMSIS/RTOS2/RTX/Source/ARM/irq_ca.s"/>
+ <file category="source" condition="CA_ARMCC6" name="CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S"/>
+ </component>
+ <component Capiversion="1.0.0" Cclass="Device" Cgroup="IRQ Controller" Csub="GIC" Cvendor="ARM" Cversion="1.0.1" deviceDependent="1">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="sourceC" deviceDependent="1" name="CMSIS/Core_A/Source/irq_ctrl_gic.c"/>
+ </component>
+ <component Capiversion="1.0.1" Cclass="Device" Cgroup="OS Tick" Csub="Private Timer" Cvendor="ARM" Cversion="1.0.2" deviceDependent="1">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="sourceC" deviceDependent="1" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/>
+ </component>
+ <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.0" deviceDependent="1">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="include" deviceDependent="1" name="Device/ARM/ARMCA5/Include/"/>
+ <file attr="config" category="sourceC" condition="ARMCC5" deviceDependent="1" name="Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" version="1.0.0"/>
+ <file attr="config" category="linkerScript" condition="ARMCC5" deviceDependent="1" name="Device/ARM/ARMCA5/Source/AC5/ARMCA5.sct" version="1.0.0"/>
+ <file attr="config" category="sourceC" condition="ARMCC6" deviceDependent="1" name="Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c" version="1.0.0"/>
+ <file attr="config" category="linkerScript" condition="ARMCC6" deviceDependent="1" name="Device/ARM/ARMCA5/Source/AC6/ARMCA5.sct" version="1.0.0"/>
+ <file attr="config" category="sourceC" deviceDependent="1" name="Device/ARM/ARMCA5/Source/system_ARMCA5.c" version="1.0.1"/>
+ <file attr="config" category="sourceC" deviceDependent="1" name="Device/ARM/ARMCA5/Source/mmu_ARMCA5.c" version="1.0.0"/>
+ <file attr="config" category="header" deviceDependent="1" name="Device/ARM/ARMCA5/Include/system_ARMCA5.h" version="1.0.0"/>
+ <file attr="config" category="header" deviceDependent="1" name="Device/ARM/ARMCA5/Include/mem_ARMCA5.h" version="1.0.0"/>
+ </component>
+ </components>
+ <apis>
+ <api Capiversion="2.1.3" Cclass="CMSIS" Cgroup="RTOS2" Cvendor="ARM" Cversion="2.1.3" exclusive="1">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/>
+ <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/>
+ </api>
+ <api Capiversion="1.0.0" Cclass="Device" Cgroup="IRQ Controller" Cvendor="ARM" Cversion="1.0.0" exclusive="1">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/>
+ </api>
+ <api Capiversion="1.0.1" Cclass="Device" Cgroup="OS Tick" Cvendor="ARM" Cversion="1.0.1" exclusive="1">
+ <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/>
+ </api>
+ </apis>
+ <device Dcore="Cortex-A5" DcoreVersion="r0p1" Dendian="Little-endian" Dfamily="ARM Cortex A5" Dfpu="DP_FPU" Dmpu="MPU" Dname="ARMCA5" Dvendor="ARM:82" info="ARM , 2 MB RAM, 2 MB ROM" url="http://www.keil.com/dd2/arm/armca5">
+ <package info="CMSIS (Cortex Microcontroller Software Interface Standard)" name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="5.5.1"/>
+ </device>
+ <packages useAllLatestPacks="1"/>
+</configuration>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.c b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.c
new file mode 100644
index 0000000..da85ffe
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.c
@@ -0,0 +1,63 @@
+/*
+ * Copyright (c) 2013-2017 ARM Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * -----------------------------------------------------------------------------
+ *
+ * $Revision: V5.1.0
+ *
+ * Project: CMSIS-RTOS RTX
+ * Title: RTX Configuration
+ *
+ * -----------------------------------------------------------------------------
+ */
+
+#include "cmsis_compiler.h"
+#include "rtx_os.h"
+
+// OS Idle Thread
+__WEAK __NO_RETURN void osRtxIdleThread (void *argument) {
+ (void)argument;
+
+ for (;;) {}
+}
+
+// OS Error Callback function
+__WEAK uint32_t osRtxErrorNotify (uint32_t code, void *object_id) {
+ (void)object_id;
+
+ switch (code) {
+ case osRtxErrorStackUnderflow:
+ // Stack underflow detected for thread (thread_id=object_id)
+ break;
+ case osRtxErrorISRQueueOverflow:
+ // ISR Queue overflow detected when inserting object (object_id)
+ break;
+ case osRtxErrorTimerQueueOverflow:
+ // User Timer Callback Queue overflow detected for timer (timer_id=object_id)
+ break;
+ case osRtxErrorClibSpace:
+ // Standard C/C++ library libspace not available: increase OS_THREAD_LIBSPACE_NUM
+ break;
+ case osRtxErrorClibMutex:
+ // Standard C/C++ library mutex initialization failed
+ break;
+ default:
+ break;
+ }
+ for (;;) {}
+return 0U;
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.h b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.h
new file mode 100644
index 0000000..f567411
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.h
@@ -0,0 +1,578 @@
+/*
+ * Copyright (c) 2013-2019 Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * -----------------------------------------------------------------------------
+ *
+ * $Revision: V5.5.0
+ *
+ * Project: CMSIS-RTOS RTX
+ * Title: RTX Configuration definitions
+ *
+ * -----------------------------------------------------------------------------
+ */
+
+#ifndef RTX_CONFIG_H_
+#define RTX_CONFIG_H_
+
+#ifdef _RTE_
+#include "RTE_Components.h"
+#ifdef RTE_RTX_CONFIG_H
+#include RTE_RTX_CONFIG_H
+#endif
+#endif
+
+//-------- <<< Use Configuration Wizard in Context Menu >>> --------------------
+
+// <h>System Configuration
+// =======================
+
+// <o>Global Dynamic Memory size [bytes] <0-1073741824:8>
+// <i> Defines the combined global dynamic memory size.
+// <i> Default: 4096
+#ifndef OS_DYNAMIC_MEM_SIZE
+#define OS_DYNAMIC_MEM_SIZE 4096
+#endif
+
+// <o>Kernel Tick Frequency [Hz] <1-1000000>
+// <i> Defines base time unit for delays and timeouts.
+// <i> Default: 1000 (1ms tick)
+#ifndef OS_TICK_FREQ
+#define OS_TICK_FREQ 1000
+#endif
+
+// <e>Round-Robin Thread switching
+// <i> Enables Round-Robin Thread switching.
+#ifndef OS_ROBIN_ENABLE
+#define OS_ROBIN_ENABLE 1
+#endif
+
+// <o>Round-Robin Timeout <1-1000>
+// <i> Defines how many ticks a thread will execute before a thread switch.
+// <i> Default: 5
+#ifndef OS_ROBIN_TIMEOUT
+#define OS_ROBIN_TIMEOUT 5
+#endif
+
+// </e>
+
+// <o>ISR FIFO Queue
+// <4=> 4 entries <8=> 8 entries <12=> 12 entries <16=> 16 entries
+// <24=> 24 entries <32=> 32 entries <48=> 48 entries <64=> 64 entries
+// <96=> 96 entries <128=> 128 entries <196=> 196 entries <256=> 256 entries
+// <i> RTOS Functions called from ISR store requests to this buffer.
+// <i> Default: 16 entries
+#ifndef OS_ISR_FIFO_QUEUE
+#define OS_ISR_FIFO_QUEUE 16
+#endif
+
+// <q>Object Memory usage counters
+// <i> Enables object memory usage counters (requires RTX source variant).
+#ifndef OS_OBJ_MEM_USAGE
+#define OS_OBJ_MEM_USAGE 0
+#endif
+
+// </h>
+
+// <h>Thread Configuration
+// =======================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_THREAD_OBJ_MEM
+#define OS_THREAD_OBJ_MEM 0
+#endif
+
+// <o>Number of user Threads <1-1000>
+// <i> Defines maximum number of user threads that can be active at the same time.
+// <i> Applies to user threads with system provided memory for control blocks.
+#ifndef OS_THREAD_NUM
+#define OS_THREAD_NUM 1
+#endif
+
+// <o>Number of user Threads with default Stack size <0-1000>
+// <i> Defines maximum number of user threads with default stack size.
+// <i> Applies to user threads with zero stack size specified.
+#ifndef OS_THREAD_DEF_STACK_NUM
+#define OS_THREAD_DEF_STACK_NUM 0
+#endif
+
+// <o>Total Stack size [bytes] for user Threads with user-provided Stack size <0-1073741824:8>
+// <i> Defines the combined stack size for user threads with user-provided stack size.
+// <i> Applies to user threads with user-provided stack size and system provided memory for stack.
+// <i> Default: 0
+#ifndef OS_THREAD_USER_STACK_SIZE
+#define OS_THREAD_USER_STACK_SIZE 0
+#endif
+
+// </e>
+
+// <o>Default Thread Stack size [bytes] <96-1073741824:8>
+// <i> Defines stack size for threads with zero stack size specified.
+// <i> Default: 256
+#ifndef OS_STACK_SIZE
+#define OS_STACK_SIZE 512
+#endif
+
+// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
+// <i> Defines stack size for Idle thread.
+// <i> Default: 256
+#ifndef OS_IDLE_THREAD_STACK_SIZE
+#define OS_IDLE_THREAD_STACK_SIZE 512
+#endif
+
+// <o>Idle Thread TrustZone Module Identifier
+// <i> Defines TrustZone Thread Context Management Identifier.
+// <i> Applies only to cores with TrustZone technology.
+// <i> Default: 0 (not used)
+#ifndef OS_IDLE_THREAD_TZ_MOD_ID
+#define OS_IDLE_THREAD_TZ_MOD_ID 0
+#endif
+
+// <q>Stack overrun checking
+// <i> Enables stack overrun check at thread switch.
+// <i> Enabling this option increases slightly the execution time of a thread switch.
+#ifndef OS_STACK_CHECK
+#define OS_STACK_CHECK 1
+#endif
+
+// <q>Stack usage watermark
+// <i> Initializes thread stack with watermark pattern for analyzing stack usage.
+// <i> Enabling this option increases significantly the execution time of thread creation.
+#ifndef OS_STACK_WATERMARK
+#define OS_STACK_WATERMARK 0
+#endif
+
+// <o>Processor mode for Thread execution
+// <0=> Unprivileged mode
+// <1=> Privileged mode
+// <i> Default: Privileged mode
+#ifndef OS_PRIVILEGE_MODE
+#define OS_PRIVILEGE_MODE 1
+#endif
+
+// </h>
+
+// <h>Timer Configuration
+// ======================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_TIMER_OBJ_MEM
+#define OS_TIMER_OBJ_MEM 0
+#endif
+
+// <o>Number of Timer objects <1-1000>
+// <i> Defines maximum number of objects that can be active at the same time.
+// <i> Applies to objects with system provided memory for control blocks.
+#ifndef OS_TIMER_NUM
+#define OS_TIMER_NUM 1
+#endif
+
+// </e>
+
+// <o>Timer Thread Priority
+// <8=> Low
+// <16=> Below Normal <24=> Normal <32=> Above Normal
+// <40=> High
+// <48=> Realtime
+// <i> Defines priority for timer thread
+// <i> Default: High
+#ifndef OS_TIMER_THREAD_PRIO
+#define OS_TIMER_THREAD_PRIO 40
+#endif
+
+// <o>Timer Thread Stack size [bytes] <0-1073741824:8>
+// <i> Defines stack size for Timer thread.
+// <i> May be set to 0 when timers are not used.
+// <i> Default: 256
+#ifndef OS_TIMER_THREAD_STACK_SIZE
+#define OS_TIMER_THREAD_STACK_SIZE 256
+#endif
+
+// <o>Timer Thread TrustZone Module Identifier
+// <i> Defines TrustZone Thread Context Management Identifier.
+// <i> Applies only to cores with TrustZone technology.
+// <i> Default: 0 (not used)
+#ifndef OS_TIMER_THREAD_TZ_MOD_ID
+#define OS_TIMER_THREAD_TZ_MOD_ID 0
+#endif
+
+// <o>Timer Callback Queue entries <0-256>
+// <i> Number of concurrent active timer callback functions.
+// <i> May be set to 0 when timers are not used.
+// <i> Default: 4
+#ifndef OS_TIMER_CB_QUEUE
+#define OS_TIMER_CB_QUEUE 4
+#endif
+
+// </h>
+
+// <h>Event Flags Configuration
+// ============================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_EVFLAGS_OBJ_MEM
+#define OS_EVFLAGS_OBJ_MEM 0
+#endif
+
+// <o>Number of Event Flags objects <1-1000>
+// <i> Defines maximum number of objects that can be active at the same time.
+// <i> Applies to objects with system provided memory for control blocks.
+#ifndef OS_EVFLAGS_NUM
+#define OS_EVFLAGS_NUM 1
+#endif
+
+// </e>
+
+// </h>
+
+// <h>Mutex Configuration
+// ======================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_MUTEX_OBJ_MEM
+#define OS_MUTEX_OBJ_MEM 0
+#endif
+
+// <o>Number of Mutex objects <1-1000>
+// <i> Defines maximum number of objects that can be active at the same time.
+// <i> Applies to objects with system provided memory for control blocks.
+#ifndef OS_MUTEX_NUM
+#define OS_MUTEX_NUM 1
+#endif
+
+// </e>
+
+// </h>
+
+// <h>Semaphore Configuration
+// ==========================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_SEMAPHORE_OBJ_MEM
+#define OS_SEMAPHORE_OBJ_MEM 0
+#endif
+
+// <o>Number of Semaphore objects <1-1000>
+// <i> Defines maximum number of objects that can be active at the same time.
+// <i> Applies to objects with system provided memory for control blocks.
+#ifndef OS_SEMAPHORE_NUM
+#define OS_SEMAPHORE_NUM 1
+#endif
+
+// </e>
+
+// </h>
+
+// <h>Memory Pool Configuration
+// ============================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_MEMPOOL_OBJ_MEM
+#define OS_MEMPOOL_OBJ_MEM 0
+#endif
+
+// <o>Number of Memory Pool objects <1-1000>
+// <i> Defines maximum number of objects that can be active at the same time.
+// <i> Applies to objects with system provided memory for control blocks.
+#ifndef OS_MEMPOOL_NUM
+#define OS_MEMPOOL_NUM 1
+#endif
+
+// <o>Data Storage Memory size [bytes] <0-1073741824:8>
+// <i> Defines the combined data storage memory size.
+// <i> Applies to objects with system provided memory for data storage.
+// <i> Default: 0
+#ifndef OS_MEMPOOL_DATA_SIZE
+#define OS_MEMPOOL_DATA_SIZE 0
+#endif
+
+// </e>
+
+// </h>
+
+// <h>Message Queue Configuration
+// ==============================
+
+// <e>Object specific Memory allocation
+// <i> Enables object specific memory allocation.
+#ifndef OS_MSGQUEUE_OBJ_MEM
+#define OS_MSGQUEUE_OBJ_MEM 0
+#endif
+
+// <o>Number of Message Queue objects <1-1000>
+// <i> Defines maximum number of objects that can be active at the same time.
+// <i> Applies to objects with system provided memory for control blocks.
+#ifndef OS_MSGQUEUE_NUM
+#define OS_MSGQUEUE_NUM 1
+#endif
+
+// <o>Data Storage Memory size [bytes] <0-1073741824:8>
+// <i> Defines the combined data storage memory size.
+// <i> Applies to objects with system provided memory for data storage.
+// <i> Default: 0
+#ifndef OS_MSGQUEUE_DATA_SIZE
+#define OS_MSGQUEUE_DATA_SIZE 0
+#endif
+
+// </e>
+
+// </h>
+
+// <h>Event Recorder Configuration
+// ===============================
+
+// <e>Global Initialization
+// <i> Initialize Event Recorder during 'osKernelInitialize'.
+#ifndef OS_EVR_INIT
+#define OS_EVR_INIT 0
+#endif
+
+// <q>Start recording
+// <i> Start event recording after initialization.
+#ifndef OS_EVR_START
+#define OS_EVR_START 1
+#endif
+
+// <h>Global Event Filter Setup
+// <i> Initial recording level applied to all components.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_LEVEL
+#define OS_EVR_LEVEL 0x00U
+#endif
+
+// <h>RTOS Event Filter Setup
+// <i> Recording levels for RTX components.
+// <i> Only applicable if events for the respective component are generated.
+
+// <h>Memory Management
+// <i> Recording level for Memory Management events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_MEMORY_LEVEL
+#define OS_EVR_MEMORY_LEVEL 0x01U
+#endif
+
+// <h>Kernel
+// <i> Recording level for Kernel events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_KERNEL_LEVEL
+#define OS_EVR_KERNEL_LEVEL 0x01U
+#endif
+
+// <h>Thread
+// <i> Recording level for Thread events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_THREAD_LEVEL
+#define OS_EVR_THREAD_LEVEL 0x05U
+#endif
+
+// <h>Generic Wait
+// <i> Recording level for Generic Wait events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_WAIT_LEVEL
+#define OS_EVR_WAIT_LEVEL 0x01U
+#endif
+
+// <h>Thread Flags
+// <i> Recording level for Thread Flags events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_THFLAGS_LEVEL
+#define OS_EVR_THFLAGS_LEVEL 0x01U
+#endif
+
+// <h>Event Flags
+// <i> Recording level for Event Flags events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_EVFLAGS_LEVEL
+#define OS_EVR_EVFLAGS_LEVEL 0x01U
+#endif
+
+// <h>Timer
+// <i> Recording level for Timer events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_TIMER_LEVEL
+#define OS_EVR_TIMER_LEVEL 0x01U
+#endif
+
+// <h>Mutex
+// <i> Recording level for Mutex events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_MUTEX_LEVEL
+#define OS_EVR_MUTEX_LEVEL 0x01U
+#endif
+
+// <h>Semaphore
+// <i> Recording level for Semaphore events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_SEMAPHORE_LEVEL
+#define OS_EVR_SEMAPHORE_LEVEL 0x01U
+#endif
+
+// <h>Memory Pool
+// <i> Recording level for Memory Pool events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_MEMPOOL_LEVEL
+#define OS_EVR_MEMPOOL_LEVEL 0x01U
+#endif
+
+// <h>Message Queue
+// <i> Recording level for Message Queue events.
+// <o.0>Error events
+// <o.1>API function call events
+// <o.2>Operation events
+// <o.3>Detailed operation events
+// </h>
+#ifndef OS_EVR_MSGQUEUE_LEVEL
+#define OS_EVR_MSGQUEUE_LEVEL 0x01U
+#endif
+
+// </h>
+
+// </e>
+
+// <h>RTOS Event Generation
+// <i> Enables event generation for RTX components (requires RTX source variant).
+
+// <q>Memory Management
+// <i> Enables Memory Management event generation.
+#ifndef OS_EVR_MEMORY
+#define OS_EVR_MEMORY 1
+#endif
+
+// <q>Kernel
+// <i> Enables Kernel event generation.
+#ifndef OS_EVR_KERNEL
+#define OS_EVR_KERNEL 1
+#endif
+
+// <q>Thread
+// <i> Enables Thread event generation.
+#ifndef OS_EVR_THREAD
+#define OS_EVR_THREAD 1
+#endif
+
+// <q>Generic Wait
+// <i> Enables Generic Wait event generation.
+#ifndef OS_EVR_WAIT
+#define OS_EVR_WAIT 1
+#endif
+
+// <q>Thread Flags
+// <i> Enables Thread Flags event generation.
+#ifndef OS_EVR_THFLAGS
+#define OS_EVR_THFLAGS 1
+#endif
+
+// <q>Event Flags
+// <i> Enables Event Flags event generation.
+#ifndef OS_EVR_EVFLAGS
+#define OS_EVR_EVFLAGS 1
+#endif
+
+// <q>Timer
+// <i> Enables Timer event generation.
+#ifndef OS_EVR_TIMER
+#define OS_EVR_TIMER 1
+#endif
+
+// <q>Mutex
+// <i> Enables Mutex event generation.
+#ifndef OS_EVR_MUTEX
+#define OS_EVR_MUTEX 1
+#endif
+
+// <q>Semaphore
+// <i> Enables Semaphore event generation.
+#ifndef OS_EVR_SEMAPHORE
+#define OS_EVR_SEMAPHORE 1
+#endif
+
+// <q>Memory Pool
+// <i> Enables Memory Pool event generation.
+#ifndef OS_EVR_MEMPOOL
+#define OS_EVR_MEMPOOL 1
+#endif
+
+// <q>Message Queue
+// <i> Enables Message Queue event generation.
+#ifndef OS_EVR_MSGQUEUE
+#define OS_EVR_MSGQUEUE 1
+#endif
+
+// </h>
+
+// </h>
+
+// Number of Threads which use standard C/C++ library libspace
+// (when thread specific memory allocation is not used).
+#if (OS_THREAD_OBJ_MEM == 0)
+#define OS_THREAD_LIBSPACE_NUM 4
+#else
+#define OS_THREAD_LIBSPACE_NUM OS_THREAD_NUM
+#endif
+
+//------------- <<< end of configuration section >>> ---------------------------
+
+#endif // RTX_CONFIG_H_
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.c b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.c
new file mode 100644
index 0000000..6afdccc
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.c
@@ -0,0 +1,153 @@
+/*
+ * Copyright (c) 2013-2017 ARM Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * -----------------------------------------------------------------------------
+ *
+ * Project: CMSIS-RTOS RTX
+ * Title: Exception handlers (C functions)
+ *
+ * -----------------------------------------------------------------------------
+ */
+#include "RTE_Components.h"
+#include CMSIS_device_header
+
+
+//Fault Status Register (IFSR/DFSR) definitions
+#define FSR_ALIGNMENT_FAULT 0x01 //DFSR only. Fault on first lookup
+#define FSR_INSTRUCTION_CACHE_MAINTENANCE 0x04 //DFSR only - async/external
+#define FSR_SYNC_EXT_TTB_WALK_FIRST 0x0c //sync/external
+#define FSR_SYNC_EXT_TTB_WALK_SECOND 0x0e //sync/external
+#define FSR_SYNC_PARITY_TTB_WALK_FIRST 0x1c //sync/external
+#define FSR_SYNC_PARITY_TTB_WALK_SECOND 0x1e //sync/external
+#define FSR_TRANSLATION_FAULT_FIRST 0x05 //MMU Fault - internal
+#define FSR_TRANSLATION_FAULT_SECOND 0x07 //MMU Fault - internal
+#define FSR_ACCESS_FLAG_FAULT_FIRST 0x03 //MMU Fault - internal
+#define FSR_ACCESS_FLAG_FAULT_SECOND 0x06 //MMU Fault - internal
+#define FSR_DOMAIN_FAULT_FIRST 0x09 //MMU Fault - internal
+#define FSR_DOMAIN_FAULT_SECOND 0x0b //MMU Fault - internal
+#define FSR_PERMISSION_FAULT_FIRST 0x0f //MMU Fault - internal
+#define FSR_PERMISSION_FAULT_SECOND 0x0d //MMU Fault - internal
+#define FSR_DEBUG_EVENT 0x02 //internal
+#define FSR_SYNC_EXT_ABORT 0x08 //sync/external
+#define FSR_TLB_CONFLICT_ABORT 0x10 //sync/external
+#define FSR_LOCKDOWN 0x14 //internal
+#define FSR_COPROCESSOR_ABORT 0x1a //internal
+#define FSR_SYNC_PARITY_ERROR 0x19 //sync/external
+#define FSR_ASYNC_EXTERNAL_ABORT 0x16 //DFSR only - async/external
+#define FSR_ASYNC_PARITY_ERROR 0x18 //DFSR only - async/external
+
+void CDAbtHandler(uint32_t DFSR, uint32_t DFAR, uint32_t LR) {
+ uint32_t FS = (DFSR & (1 << 10)) >> 6 | (DFSR & 0x0f); //Store Fault Status
+
+ switch(FS) {
+ //Synchronous parity errors - retry
+ case FSR_SYNC_PARITY_ERROR:
+ case FSR_SYNC_PARITY_TTB_WALK_FIRST:
+ case FSR_SYNC_PARITY_TTB_WALK_SECOND:
+ return;
+
+ //Your code here. Value in DFAR is invalid for some fault statuses.
+ case FSR_ALIGNMENT_FAULT:
+ case FSR_INSTRUCTION_CACHE_MAINTENANCE:
+ case FSR_SYNC_EXT_TTB_WALK_FIRST:
+ case FSR_SYNC_EXT_TTB_WALK_SECOND:
+ case FSR_TRANSLATION_FAULT_FIRST:
+ case FSR_TRANSLATION_FAULT_SECOND:
+ case FSR_ACCESS_FLAG_FAULT_FIRST:
+ case FSR_ACCESS_FLAG_FAULT_SECOND:
+ case FSR_DOMAIN_FAULT_FIRST:
+ case FSR_DOMAIN_FAULT_SECOND:
+ case FSR_PERMISSION_FAULT_FIRST:
+ case FSR_PERMISSION_FAULT_SECOND:
+ case FSR_DEBUG_EVENT:
+ case FSR_SYNC_EXT_ABORT:
+ case FSR_TLB_CONFLICT_ABORT:
+ case FSR_LOCKDOWN:
+ case FSR_COPROCESSOR_ABORT:
+ case FSR_ASYNC_EXTERNAL_ABORT: //DFAR invalid
+ case FSR_ASYNC_PARITY_ERROR: //DFAR invalid
+ default:
+ while(1);
+ }
+}
+
+void CPAbtHandler(uint32_t IFSR, uint32_t IFAR, uint32_t LR) {
+ uint32_t FS = (IFSR & (1 << 10)) >> 6 | (IFSR & 0x0f); //Store Fault Status
+
+ switch(FS) {
+ //Synchronous parity errors - retry
+ case FSR_SYNC_PARITY_ERROR:
+ case FSR_SYNC_PARITY_TTB_WALK_FIRST:
+ case FSR_SYNC_PARITY_TTB_WALK_SECOND:
+ return;
+
+ //Your code here. Value in IFAR is invalid for some fault statuses.
+ case FSR_SYNC_EXT_TTB_WALK_FIRST:
+ case FSR_SYNC_EXT_TTB_WALK_SECOND:
+ case FSR_TRANSLATION_FAULT_FIRST:
+ case FSR_TRANSLATION_FAULT_SECOND:
+ case FSR_ACCESS_FLAG_FAULT_FIRST:
+ case FSR_ACCESS_FLAG_FAULT_SECOND:
+ case FSR_DOMAIN_FAULT_FIRST:
+ case FSR_DOMAIN_FAULT_SECOND:
+ case FSR_PERMISSION_FAULT_FIRST:
+ case FSR_PERMISSION_FAULT_SECOND:
+ case FSR_DEBUG_EVENT: //IFAR invalid
+ case FSR_SYNC_EXT_ABORT:
+ case FSR_TLB_CONFLICT_ABORT:
+ case FSR_LOCKDOWN:
+ case FSR_COPROCESSOR_ABORT:
+ default:
+ while(1);
+ }
+}
+
+
+//returns amount to decrement lr by
+//this will be 0 when we have emulated the instruction and want to execute the next instruction
+//this will be 2 when we have performed some maintenance and want to retry the instruction in Thumb (state == 2)
+//this will be 4 when we have performed some maintenance and want to retry the instruction in ARM (state == 4)
+uint32_t CUndefHandler(uint32_t opcode, uint32_t state, uint32_t LR) {
+ const int THUMB = 2;
+ const int ARM = 4;
+ //Lazy VFP/NEON initialisation and switching
+
+ // (ARM ARM section A7.5) VFP data processing instruction?
+ // (ARM ARM section A7.6) VFP/NEON register load/store instruction?
+ // (ARM ARM section A7.8) VFP/NEON register data transfer instruction?
+ // (ARM ARM section A7.9) VFP/NEON 64-bit register data transfer instruction?
+ if ((state == ARM && ((opcode & 0x0C000000) >> 26 == 0x03)) ||
+ (state == THUMB && ((opcode & 0xEC000000) >> 26 == 0x3B))) {
+ if (((opcode & 0x00000E00) >> 9) == 5) {
+ __FPU_Enable();
+ return state;
+ }
+ }
+
+ // (ARM ARM section A7.4) NEON data processing instruction?
+ if ((state == ARM && ((opcode & 0xFE000000) >> 24 == 0xF2)) ||
+ (state == THUMB && ((opcode & 0xEF000000) >> 24 == 0xEF)) ||
+ // (ARM ARM section A7.7) NEON load/store instruction?
+ (state == ARM && ((opcode >> 24) == 0xF4)) ||
+ (state == THUMB && ((opcode >> 24) == 0xF9))) {
+ __FPU_Enable();
+ return state;
+ }
+
+ //Add code here for other Undef cases
+ while(1);
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/ARMCA5.sct b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/ARMCA5.sct
new file mode 100644
index 0000000..41e562c
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/ARMCA5.sct
@@ -0,0 +1,77 @@
+#! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-a5 -xc
+;**************************************************
+; Copyright (c) 2017 ARM Ltd. All rights reserved.
+;**************************************************
+
+; Scatter-file for RTX Example on Versatile Express
+
+; This scatter-file places application code, data, stack and heap at suitable addresses in the memory map.
+
+; This platform has 2GB SDRAM starting at 0x80000000.
+
+#include "mem_ARMCA5.h"
+
+SDRAM __ROM_BASE __ROM_SIZE ; load region size_region
+{
+ VECTORS __ROM_BASE __ROM_SIZE ; load address = execution address
+ {
+ * (RESET, +FIRST) ; Vector table and other startup code
+ * (InRoot$$Sections) ; All (library) code that must be in a root region
+ * (+RO-CODE) ; Application RO code (.text)
+ * (+RO-DATA) ; Application RO data (.constdata)
+ }
+
+ RW_DATA __RAM_BASE __RW_DATA_SIZE
+ { * (+RW) } ; Application RW data (.data)
+
+ ZI_DATA (__RAM_BASE+
+ __RW_DATA_SIZE) __ZI_DATA_SIZE
+ { * (+ZI) } ; Application ZI data (.bss)
+
+ ARM_LIB_HEAP (__RAM_BASE
+ +__RW_DATA_SIZE
+ +__ZI_DATA_SIZE) EMPTY __HEAP_SIZE ; Heap region growing up
+ { }
+
+ ARM_LIB_STACK (__RAM_BASE
+ +__RAM_SIZE
+ -__FIQ_STACK_SIZE
+ -__IRQ_STACK_SIZE
+ -__SVC_STACK_SIZE
+ -__ABT_STACK_SIZE
+ -__UND_STACK_SIZE) EMPTY -__STACK_SIZE ; Stack region growing down
+ { }
+
+ UND_STACK (__RAM_BASE
+ +__RAM_SIZE
+ -__FIQ_STACK_SIZE
+ -__IRQ_STACK_SIZE
+ -__SVC_STACK_SIZE
+ -__ABT_STACK_SIZE) EMPTY -__UND_STACK_SIZE ; UND mode stack
+ { }
+
+ ABT_STACK (__RAM_BASE
+ +__RAM_SIZE
+ -__FIQ_STACK_SIZE
+ -__IRQ_STACK_SIZE
+ -__SVC_STACK_SIZE) EMPTY -__ABT_STACK_SIZE ; ABT mode stack
+ { }
+
+ SVC_STACK (__RAM_BASE
+ +__RAM_SIZE
+ -__FIQ_STACK_SIZE
+ -__IRQ_STACK_SIZE) EMPTY -__SVC_STACK_SIZE ; SVC mode stack
+ { }
+
+ IRQ_STACK (__RAM_BASE
+ +__RAM_SIZE
+ -__FIQ_STACK_SIZE) EMPTY -__IRQ_STACK_SIZE ; IRQ mode stack
+ { }
+
+ FIQ_STACK (__RAM_BASE
+ +__RAM_SIZE) EMPTY -__FIQ_STACK_SIZE ; FIQ mode stack
+ { }
+
+ TTB __TTB_BASE EMPTY __TTB_SIZE ; Level-1 Translation Table for MMU
+ { }
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mem_ARMCA5.h b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mem_ARMCA5.h
new file mode 100644
index 0000000..04669d0
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mem_ARMCA5.h
@@ -0,0 +1,94 @@
+/**************************************************************************//**
+ * @file mem_ARMCA5.h
+ * @brief Memory base and size definitions (used in scatter file)
+ * @version V1.00
+ * @date 10. January 2018
+ *
+ * @note
+ *
+ ******************************************************************************/
+/*
+ * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __MEM_ARMCA5_H
+#define __MEM_ARMCA5_H
+
+/*----------------------------------------------------------------------------
+ User Stack & Heap size definition
+ *----------------------------------------------------------------------------*/
+/*
+//-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
+*/
+
+/*--------------------- ROM Configuration ------------------------------------
+//
+// <h> ROM Configuration
+// <o0> ROM Base Address <0x0-0xFFFFFFFF:8>
+// <o1> ROM Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// </h>
+ *----------------------------------------------------------------------------*/
+#define __ROM_BASE 0x80000000
+#define __ROM_SIZE 0x00200000
+
+/*--------------------- RAM Configuration -----------------------------------
+// <h> RAM Configuration
+// <o0> RAM Base Address <0x0-0xFFFFFFFF:8>
+// <o1> RAM Total Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o2> RW_DATA Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o3> ZI_DATA Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <h> Stack / Heap Configuration
+// <o4> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o5> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <h> Exceptional Modes
+// <o6> UND Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o7> ABT Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o8> SVC Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o9> IRQ Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// <o10> FIQ Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// </h>
+// </h>
+// </h>
+ *----------------------------------------------------------------------------*/
+#define __RAM_BASE 0x80200000
+#define __RAM_SIZE 0x00200000
+
+#define __RW_DATA_SIZE 0x00100000
+#define __ZI_DATA_SIZE 0x000F0000
+
+#define __STACK_SIZE 0x00001000
+#define __HEAP_SIZE 0x00008000
+
+#define __UND_STACK_SIZE 0x00000100
+#define __ABT_STACK_SIZE 0x00000100
+#define __SVC_STACK_SIZE 0x00000100
+#define __IRQ_STACK_SIZE 0x00000100
+#define __FIQ_STACK_SIZE 0x00000100
+
+/*----------------------------------------------------------------------------*/
+
+/*--------------------- TTB Configuration ------------------------------------
+//
+// <h> TTB Configuration
+// <o0> TTB Base Address <0x0-0xFFFFFFFF:8>
+// <o1> TTB Size (in Bytes) <0x0-0xFFFFFFFF:8>
+// </h>
+ *----------------------------------------------------------------------------*/
+#define __TTB_BASE 0x80500000
+#define __TTB_SIZE 0x00004000
+
+#endif /* __MEM_ARMCA5_H */
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.c b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.c
new file mode 100644
index 0000000..2aa1a8d
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.c
@@ -0,0 +1,235 @@
+/**************************************************************************//**
+ * @file mmu_ARMCA5.c
+ * @brief MMU Configuration for ARM Cortex-A5 Device Series
+ * @version V1.1.0
+ * @date 23. November 2018
+ *
+ * @note
+ *
+ ******************************************************************************/
+/*
+ * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* Memory map description from: DUI0447G_v2m_p1_trm.pdf 4.2.2 ARM Cortex-A Series memory map
+
+ Memory Type
+0xffffffff |--------------------------| ------------
+ | FLAG SYNC | Device Memory
+0xfffff000 |--------------------------| ------------
+ | Fault | Fault
+0xfff00000 |--------------------------| ------------
+ | | Normal
+ | |
+ | Daughterboard |
+ | memory |
+ | |
+0x80505000 |--------------------------| ------------
+ |TTB (L2 Sync Flags ) 4k | Normal
+0x80504C00 |--------------------------| ------------
+ |TTB (L2 Peripherals-B) 16k| Normal
+0x80504800 |--------------------------| ------------
+ |TTB (L2 Peripherals-A) 16k| Normal
+0x80504400 |--------------------------| ------------
+ |TTB (L2 Priv Periphs) 4k | Normal
+0x80504000 |--------------------------| ------------
+ | TTB (L1 Descriptors) | Normal
+0x80500000 |--------------------------| ------------
+ | Heap | Normal
+ |--------------------------| ------------
+ | Stack | Normal
+0x80400000 |--------------------------| ------------
+ | ZI Data | Normal
+0x80300000 |--------------------------| ------------
+ | RW Data | Normal
+0x80200000 |--------------------------| ------------
+ | RO Data | Normal
+ |--------------------------| ------------
+ | RO Code | USH Normal
+0x80000000 |--------------------------| ------------
+ | Daughterboard | Fault
+ | HSB AXI buses |
+0x40000000 |--------------------------| ------------
+ | Daughterboard | Fault
+ | test chips peripherals |
+0x2c002000 |--------------------------| ------------
+ | Private Address | Device Memory
+0x2c000000 |--------------------------| ------------
+ | Daughterboard | Fault
+ | test chips peripherals |
+0x20000000 |--------------------------| ------------
+ | Peripherals | Device Memory RW/RO
+ | | & Fault
+0x00000000 |--------------------------|
+*/
+
+// L1 Cache info and restrictions about architecture of the caches (CCSIR register):
+// Write-Through support *not* available
+// Write-Back support available.
+// Read allocation support available.
+// Write allocation support available.
+
+//Note: You should use the Shareable attribute carefully.
+//For cores without coherency logic (such as SCU) marking a region as shareable forces the processor to not cache that region regardless of the inner cache settings.
+//Cortex-A versions of RTX use LDREX/STREX instructions relying on Local monitors. Local monitors will be used only when the region gets cached, regions that are not cached will use the Global Monitor.
+//Some Cortex-A implementations do not include Global Monitors, so wrongly setting the attribute Shareable may cause STREX to fail.
+
+//Recall: When the Shareable attribute is applied to a memory region that is not Write-Back, Normal memory, data held in this region is treated as Non-cacheable.
+//When SMP bit = 0, Inner WB/WA Cacheable Shareable attributes are treated as Non-cacheable.
+//When SMP bit = 1, Inner WB/WA Cacheable Shareable attributes are treated as Cacheable.
+
+
+//Following MMU configuration is expected
+//SCTLR.AFE == 1 (Simplified access permissions model - AP[2:1] define access permissions, AP[0] is an access flag)
+//SCTLR.TRE == 0 (TEX remap disabled, so memory type and attributes are described directly by bits in the descriptor)
+//Domain 0 is always the Client domain
+//Descriptors should place all memory in domain 0
+
+#include "ARMCA5.h"
+
+
+// L2 table pointers
+//----------------------------------------
+#define PRIVATE_TABLE_L2_BASE_4k (0x80504000) //Map 4k Private Address space
+#define SYNC_FLAGS_TABLE_L2_BASE_4k (0x80504C00) //Map 4k Flag synchronization
+#define PERIPHERAL_A_TABLE_L2_BASE_64k (0x80504400) //Map 64k Peripheral #1 0x1C000000 - 0x1C00FFFFF
+#define PERIPHERAL_B_TABLE_L2_BASE_64k (0x80504800) //Map 64k Peripheral #2 0x1C100000 - 0x1C1FFFFFF
+
+//--------------------- PERIPHERALS -------------------
+#define PERIPHERAL_A_FAULT (0x00000000 + 0x1c000000) //0x1C000000-0x1C00FFFF (1M)
+#define PERIPHERAL_B_FAULT (0x00100000 + 0x1c000000) //0x1C100000-0x1C10FFFF (1M)
+
+//--------------------- SYNC FLAGS --------------------
+#define FLAG_SYNC 0xFFFFF000
+#define F_SYNC_BASE 0xFFF00000 //1M aligned
+
+//Import symbols from linker
+extern uint32_t Image$$VECTORS$$Base;
+extern uint32_t Image$$RW_DATA$$Base;
+extern uint32_t Image$$ZI_DATA$$Base;
+extern uint32_t Image$$TTB$$ZI$$Base;
+
+static uint32_t Sect_Normal; //outer & inner wb/wa, non-shareable, executable, rw, domain 0, base addr 0
+static uint32_t Sect_Normal_Cod; //outer & inner wb/wa, non-shareable, executable, ro, domain 0, base addr 0
+static uint32_t Sect_Normal_RO; //as Sect_Normal_Cod, but not executable
+static uint32_t Sect_Normal_RW; //as Sect_Normal_Cod, but writeable and not executable
+static uint32_t Sect_Device_RO; //device, non-shareable, non-executable, ro, domain 0, base addr 0
+static uint32_t Sect_Device_RW; //as Sect_Device_RO, but writeable
+
+/* Define global descriptors */
+static uint32_t Page_L1_4k = 0x0; //generic
+static uint32_t Page_L1_64k = 0x0; //generic
+static uint32_t Page_4k_Device_RW; //Shared device, not executable, rw, domain 0
+static uint32_t Page_64k_Device_RW; //Shared device, not executable, rw, domain 0
+
+void MMU_CreateTranslationTable(void)
+{
+ mmu_region_attributes_Type region;
+
+ //Create 4GB of faulting entries
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, 0, 4096, DESCRIPTOR_FAULT);
+
+ /*
+ * Generate descriptors. Refer to core_ca.h to get information about attributes
+ *
+ */
+ //Create descriptors for Vectors, RO, RW, ZI sections
+ section_normal(Sect_Normal, region);
+ section_normal_cod(Sect_Normal_Cod, region);
+ section_normal_ro(Sect_Normal_RO, region);
+ section_normal_rw(Sect_Normal_RW, region);
+ //Create descriptors for peripherals
+ section_device_ro(Sect_Device_RO, region);
+ section_device_rw(Sect_Device_RW, region);
+ //Create descriptors for 64k pages
+ page64k_device_rw(Page_L1_64k, Page_64k_Device_RW, region);
+ //Create descriptors for 4k pages
+ page4k_device_rw(Page_L1_4k, Page_4k_Device_RW, region);
+
+
+ /*
+ * Define MMU flat-map regions and attributes
+ *
+ */
+
+ //Define Image
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, (uint32_t)&Image$$VECTORS$$Base, 2, Sect_Normal_Cod);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, (uint32_t)&Image$$RW_DATA$$Base, 1, Sect_Normal_RW);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, (uint32_t)&Image$$ZI_DATA$$Base, 1, Sect_Normal_RW);
+
+ //all DRAM executable, rw, cacheable - applications may choose to divide memory into ro executable
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, (uint32_t)&Image$$TTB$$ZI$$Base, 2043, Sect_Normal);
+
+ //--------------------- PERIPHERALS -------------------
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, VE_A5_MP_FLASH_BASE0 , 64, Sect_Device_RO);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, VE_A5_MP_FLASH_BASE1 , 64, Sect_Device_RO);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, VE_A5_MP_SRAM_BASE , 64, Sect_Device_RW);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, VE_A5_MP_VRAM_BASE , 32, Sect_Device_RW);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, VE_A5_MP_ETHERNET_BASE , 16, Sect_Device_RW);
+ MMU_TTSection (&Image$$TTB$$ZI$$Base, VE_A5_MP_USB_BASE , 16, Sect_Device_RW);
+
+ // Create (16 * 64k)=1MB faulting entries to cover peripheral range 0x1C000000-0x1C00FFFF
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, PERIPHERAL_A_FAULT , 16, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, DESCRIPTOR_FAULT);
+ // Define peripheral range 0x1C000000-0x1C00FFFF
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_DAP_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_SYSTEM_REG_BASE, 1, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_SERIAL_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_AACI_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_MMCI_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_KMI0_BASE , 2, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_UART_BASE , 4, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_WDT_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_A_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+
+ // Create (16 * 64k)=1MB faulting entries to cover peripheral range 0x1C100000-0x1C10FFFF
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, PERIPHERAL_B_FAULT , 16, Page_L1_64k, (uint32_t *)PERIPHERAL_B_TABLE_L2_BASE_64k, DESCRIPTOR_FAULT);
+ // Define peripheral range 0x1C100000-0x1C10FFFF
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_TIMER_BASE , 2, Page_L1_64k, (uint32_t *)PERIPHERAL_B_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_DVI_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_B_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_RTC_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_B_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_UART4_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_B_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+ MMU_TTPage64k(&Image$$TTB$$ZI$$Base, VE_A5_MP_CLCD_BASE , 1, Page_L1_64k, (uint32_t *)PERIPHERAL_B_TABLE_L2_BASE_64k, Page_64k_Device_RW);
+
+ // Create (256 * 4k)=1MB faulting entries to cover private address space. Needs to be marked as Device memory
+ MMU_TTPage4k (&Image$$TTB$$ZI$$Base, __get_CBAR() ,256, Page_L1_4k, (uint32_t *)PRIVATE_TABLE_L2_BASE_4k, DESCRIPTOR_FAULT);
+ // Define private address space entry.
+ MMU_TTPage4k (&Image$$TTB$$ZI$$Base, __get_CBAR() , 3, Page_L1_4k, (uint32_t *)PRIVATE_TABLE_L2_BASE_4k, Page_4k_Device_RW);
+ // Define L2CC entry. Uncomment if PL310 is present
+ // MMU_TTPage4k (&Image$$TTB$$ZI$$Base, VE_A5_MP_PL310_BASE , 1, Page_L1_4k, (uint32_t *)PRIVATE_TABLE_L2_BASE_4k, Page_4k_Device_RW);
+
+ // Create (256 * 4k)=1MB faulting entries to synchronization space (Useful if some non-cacheable DMA agent is present in the SoC)
+ MMU_TTPage4k (&Image$$TTB$$ZI$$Base, F_SYNC_BASE , 256, Page_L1_4k, (uint32_t *)SYNC_FLAGS_TABLE_L2_BASE_4k, DESCRIPTOR_FAULT);
+ // Define synchronization space entry.
+ MMU_TTPage4k (&Image$$TTB$$ZI$$Base, FLAG_SYNC , 1, Page_L1_4k, (uint32_t *)SYNC_FLAGS_TABLE_L2_BASE_4k, Page_4k_Device_RW);
+
+ /* Set location of level 1 page table
+ ; 31:14 - Translation table base addr (31:14-TTBCR.N, TTBCR.N is 0 out of reset)
+ ; 13:7 - 0x0
+ ; 6 - IRGN[0] 0x1 (Inner WB WA)
+ ; 5 - NOS 0x0 (Non-shared)
+ ; 4:3 - RGN 0x01 (Outer WB WA)
+ ; 2 - IMP 0x0 (Implementation Defined)
+ ; 1 - S 0x0 (Non-shared)
+ ; 0 - IRGN[1] 0x0 (Inner WB WA) */
+ __set_TTBR0(((uint32_t)&Image$$TTB$$ZI$$Base) | 0x48);
+ __ISB();
+
+ /* Set up domain access control register
+ ; We set domain 0 to Client and all other domains to No Access.
+ ; All translation table entries specify domain 0 */
+ __set_DACR(1);
+ __ISB();
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.c b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.c
new file mode 100644
index 0000000..535a200
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.c
@@ -0,0 +1,138 @@
+/******************************************************************************
+ * @file startup_ARMCA5.c
+ * @brief CMSIS Device System Source File for Arm Cortex-A5 Device Series
+ * @version V1.00
+ * @date 10. January 2018
+ *
+ * @note
+ *
+ ******************************************************************************/
+/*
+ * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <ARMCA5.h>
+
+/*----------------------------------------------------------------------------
+ Definitions
+ *----------------------------------------------------------------------------*/
+#define USR_MODE 0x10 // User mode
+#define FIQ_MODE 0x11 // Fast Interrupt Request mode
+#define IRQ_MODE 0x12 // Interrupt Request mode
+#define SVC_MODE 0x13 // Supervisor mode
+#define ABT_MODE 0x17 // Abort mode
+#define UND_MODE 0x1B // Undefined Instruction mode
+#define SYS_MODE 0x1F // System mode
+
+/*----------------------------------------------------------------------------
+ Internal References
+ *----------------------------------------------------------------------------*/
+void Vectors (void) __attribute__ ((naked, section("RESET")));
+void Reset_Handler (void) __attribute__ ((naked));
+
+/*----------------------------------------------------------------------------
+ Exception / Interrupt Handler
+ *----------------------------------------------------------------------------*/
+void Undef_Handler (void) __attribute__ ((weak, alias("Default_Handler")));
+void SVC_Handler (void) __attribute__ ((weak, alias("Default_Handler")));
+void PAbt_Handler (void) __attribute__ ((weak, alias("Default_Handler")));
+void DAbt_Handler (void) __attribute__ ((weak, alias("Default_Handler")));
+void IRQ_Handler (void) __attribute__ ((weak, alias("Default_Handler")));
+void FIQ_Handler (void) __attribute__ ((weak, alias("Default_Handler")));
+
+/*----------------------------------------------------------------------------
+ Exception / Interrupt Vector Table
+ *----------------------------------------------------------------------------*/
+void Vectors(void) {
+ __ASM volatile(
+ "LDR PC, =Reset_Handler \n"
+ "LDR PC, =Undef_Handler \n"
+ "LDR PC, =SVC_Handler \n"
+ "LDR PC, =PAbt_Handler \n"
+ "LDR PC, =DAbt_Handler \n"
+ "NOP \n"
+ "LDR PC, =IRQ_Handler \n"
+ "LDR PC, =FIQ_Handler \n"
+ );
+}
+
+/*----------------------------------------------------------------------------
+ Reset Handler called on controller reset
+ *----------------------------------------------------------------------------*/
+void Reset_Handler(void) {
+ __ASM volatile(
+
+ // Mask interrupts
+ "CPSID if \n"
+
+ // Put any cores other than 0 to sleep
+ "MRC p15, 0, R0, c0, c0, 5 \n" // Read MPIDR
+ "ANDS R0, R0, #3 \n"
+ "goToSleep: \n"
+ "WFINE \n"
+ "BNE goToSleep \n"
+
+ // Reset SCTLR Settings
+ "MRC p15, 0, R0, c1, c0, 0 \n" // Read CP15 System Control register
+ "BIC R0, R0, #(0x1 << 12) \n" // Clear I bit 12 to disable I Cache
+ "BIC R0, R0, #(0x1 << 2) \n" // Clear C bit 2 to disable D Cache
+ "BIC R0, R0, #0x1 \n" // Clear M bit 0 to disable MMU
+ "BIC R0, R0, #(0x1 << 11) \n" // Clear Z bit 11 to disable branch prediction
+ "BIC R0, R0, #(0x1 << 13) \n" // Clear V bit 13 to disable hivecs
+ "MCR p15, 0, R0, c1, c0, 0 \n" // Write value back to CP15 System Control register
+ "ISB \n"
+
+ // Configure ACTLR
+ "MRC p15, 0, r0, c1, c0, 1 \n" // Read CP15 Auxiliary Control Register
+ "ORR r0, r0, #(1 << 1) \n" // Enable L2 prefetch hint (UNK/WI since r4p1)
+ "MCR p15, 0, r0, c1, c0, 1 \n" // Write CP15 Auxiliary Control Register
+
+ // Set Vector Base Address Register (VBAR) to point to this application's vector table
+ "LDR R0, =Vectors \n"
+ "MCR p15, 0, R0, c12, c0, 0 \n"
+
+ // Setup Stack for each exceptional mode
+ "CPS #0x11 \n"
+ "LDR SP, =Image$$FIQ_STACK$$ZI$$Limit \n"
+ "CPS #0x12 \n"
+ "LDR SP, =Image$$IRQ_STACK$$ZI$$Limit \n"
+ "CPS #0x13 \n"
+ "LDR SP, =Image$$SVC_STACK$$ZI$$Limit \n"
+ "CPS #0x17 \n"
+ "LDR SP, =Image$$ABT_STACK$$ZI$$Limit \n"
+ "CPS #0x1B \n"
+ "LDR SP, =Image$$UND_STACK$$ZI$$Limit \n"
+ "CPS #0x1F \n"
+ "LDR SP, =Image$$ARM_LIB_STACK$$ZI$$Limit \n"
+
+ // Call SystemInit
+ "BL SystemInit \n"
+
+ // Unmask interrupts
+ "CPSIE if \n"
+
+ // Call __main
+ "BL __main \n"
+ );
+}
+
+/*----------------------------------------------------------------------------
+ Default Handler for Exceptions / Interrupts
+ *----------------------------------------------------------------------------*/
+void Default_Handler(void) {
+ while(1);
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.c b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.c
new file mode 100644
index 0000000..5f599f6
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.c
@@ -0,0 +1,93 @@
+/******************************************************************************
+ * @file system_ARMCA5.c
+ * @brief CMSIS Device System Source File for Arm Cortex-A5 Device Series
+ * @version V1.0.1
+ * @date 13. February 2019
+ *
+ * @note
+ *
+ ******************************************************************************/
+/*
+ * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include "RTE_Components.h"
+#include CMSIS_device_header
+#include "irq_ctrl.h"
+
+#define SYSTEM_CLOCK 12000000U
+
+/*----------------------------------------------------------------------------
+ System Core Clock Variable
+ *----------------------------------------------------------------------------*/
+uint32_t SystemCoreClock = SYSTEM_CLOCK;
+
+/*----------------------------------------------------------------------------
+ System Core Clock update function
+ *----------------------------------------------------------------------------*/
+void SystemCoreClockUpdate (void)
+{
+ SystemCoreClock = SYSTEM_CLOCK;
+}
+
+/*----------------------------------------------------------------------------
+ System Initialization
+ *----------------------------------------------------------------------------*/
+void SystemInit (void)
+{
+/* do not use global variables because this function is called before
+ reaching pre-main. RW section may be overwritten afterwards. */
+
+ // Invalidate entire Unified TLB
+ __set_TLBIALL(0);
+
+ // Invalidate entire branch predictor array
+ __set_BPIALL(0);
+ __DSB();
+ __ISB();
+
+ // Invalidate instruction cache and flush branch target cache
+ __set_ICIALLU(0);
+ __DSB();
+ __ISB();
+
+ // Invalidate data cache
+ L1C_InvalidateDCacheAll();
+
+#if ((__FPU_PRESENT == 1) && (__FPU_USED == 1))
+ // Enable FPU
+ __FPU_Enable();
+#endif
+
+ // Create Translation Table
+ MMU_CreateTranslationTable();
+
+ // Enable MMU
+ MMU_Enable();
+
+ // Enable Caches
+ L1C_EnableCaches();
+ L1C_EnableBTAC();
+
+#if (__L2C_PRESENT == 1)
+ // Enable GIC
+ L2C_Enable();
+#endif
+
+ // IRQ Initialize
+ IRQ_Initialize();
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.h b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.h
new file mode 100644
index 0000000..6a2a6da
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.h
@@ -0,0 +1,65 @@
+/******************************************************************************
+ * @file system_ARMCA5.h
+ * @brief CMSIS Device System Header File for Arm Cortex-A5 Device Series
+ * @version V1.00
+ * @date 10. January 2018
+ *
+ * @note
+ *
+ ******************************************************************************/
+/*
+ * Copyright (c) 2009-2018 Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __SYSTEM_ARMCA5_H
+#define __SYSTEM_ARMCA5_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <stdint.h>
+
+extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
+
+/**
+ \brief Setup the microcontroller system.
+
+ Initialize the System and update the SystemCoreClock variable.
+ */
+extern void SystemInit (void);
+
+
+/**
+ \brief Update SystemCoreClock variable.
+
+ Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
+ */
+extern void SystemCoreClockUpdate (void);
+
+/**
+ \brief Create Translation Table.
+
+ Creates Memory Management Unit Translation Table.
+ */
+extern void MMU_CreateTranslationTable(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __SYSTEM_ARMCA5_H */
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/RTE_Components.h b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/RTE_Components.h
new file mode 100644
index 0000000..e894dc6
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/RTE_Components.h
@@ -0,0 +1,20 @@
+/*
+ * Auto generated Run-Time-Environment Component Configuration File
+ * *** Do not modify ! ***
+ *
+ * Project: DspLibTest_FVP_A5
+ * RTE configuration: DspLibTest_FVP_A5.rteconfig
+*/
+#ifndef RTE_COMPONENTS_H
+#define RTE_COMPONENTS_H
+
+/*
+ * Define the Device Header File:
+*/
+#define CMSIS_device_header "ARMCA5.h"
+
+#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
+ #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
+ #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
+
+#endif /* RTE_COMPONENTS_H */
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.c b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.c
new file mode 100644
index 0000000..6ca58ab
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.c
@@ -0,0 +1,34 @@
+/* --------------------------------------------------------------------------
+ * Copyright (c) 2013-2017 ARM Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the License); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *---------------------------------------------------------------------------*/
+
+#include <stdio.h>
+
+#include "jtest.h"
+#include "all_tests.h"
+#include "arm_math.h"
+
+
+int main (void) {
+
+ JTEST_INIT(); /* Initialize test framework. */
+ JTEST_GROUP_CALL(all_tests); /* Run all tests. */
+ JTEST_ACT_EXIT_FW(); /* Exit test framework. */
+
+ while(1); /* Never return */
+}
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/ARM/DspLibTest_MPS2.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/ARM/DspLibTest_MPS2.uvprojx
index 15df8ff..3d9cf53 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/ARM/DspLibTest_MPS2.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/ARM/DspLibTest_MPS2.uvprojx
@@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM0</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -1175,7 +1175,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM3</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2016,7 +2016,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM4</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2857,7 +2857,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -3698,7 +3698,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM7</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -4539,7 +4539,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -5380,7 +5380,7 @@
<MiscControls></MiscControls>
<Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -6222,7 +6222,7 @@
<MiscControls>-fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MBL</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7064,7 +7064,7 @@
<MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MML</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7906,7 +7906,7 @@
<MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -8748,7 +8748,7 @@
<MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -9590,7 +9590,7 @@
<MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -10432,7 +10432,7 @@
<MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -11274,7 +11274,7 @@
<MiscControls>-Xclang -target-feature -Xclang +t2xtpk -fhonor-nans</MiscControls>
<Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/GCC/DspLibTest_MPS2.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/GCC/DspLibTest_MPS2.uvprojx
index cfc18b2..451ab46 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/GCC/DspLibTest_MPS2.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/GCC/DspLibTest_MPS2.uvprojx
@@ -240,7 +240,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
<Define>ARM_MATH_CM0</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -964,7 +964,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
<Define>ARM_MATH_CM3</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -1688,7 +1688,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
<Define>ARM_MATH_CM4</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -2412,7 +2412,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3136,7 +3136,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
<Define>ARM_MATH_CM7</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3860,7 +3860,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -4584,7 +4584,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -5308,7 +5308,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.base</MiscControls>
<Define>ARM_MATH_ARMV8MBL</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6032,7 +6032,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main</MiscControls>
<Define>ARM_MATH_ARMV8MML</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6756,7 +6756,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -7480,7 +7480,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_ARMV8MML __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -8204,7 +8204,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp</MiscControls>
<Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -8928,7 +8928,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -9652,7 +9652,7 @@
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
<Define>ARM_MATH_ARMV8MML __DSP_PRESENT=1U __FPU_PRESENT=1U</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvoptx
new file mode 100644
index 0000000..f1a60d5
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvoptx
@@ -0,0 +1,2479 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"../cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"../cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"../cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvprojx
new file mode 100644
index 0000000..af0aa08
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/DspLibTest_FVP.uvprojx
@@ -0,0 +1,7114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests;..\..\</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARM/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvoptx
new file mode 100644
index 0000000..6edc42b
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvoptx
@@ -0,0 +1,3304 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"..\cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"..\cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvprojx
new file mode 100644
index 0000000..f2fde09
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/DspLibTest_FVP.uvprojx
@@ -0,0 +1,12182 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6120000::V6.12::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6120000::V6.12::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MBL</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MBL$Device\ARM\ARMv8MBL\Include\ARMv8MBL.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MBL$Device\ARM\SVD\ARMv8MBL.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MBLl\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MBL</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MBL"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML$Device\ARM\ARMv8MML\Include\ARMv8MML.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLl\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLld\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4097</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMCLANG/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MBLl_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MBLl_config.txt
new file mode 100644
index 0000000..d9cb90a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MBLl_config.txt
@@ -0,0 +1,11 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLl_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLl_config.txt
new file mode 100644
index 0000000..9c3cfc2
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLl_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLld_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLld_config.txt
new file mode 100644
index 0000000..011260a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLld_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLldfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLldfsp_config.txt
new file mode 100644
index 0000000..2a0a82a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLldfsp_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLlfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLlfsp_config.txt
new file mode 100644
index 0000000..4140d9b
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/ARMv8MMLlfsp_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvoptx
new file mode 100644
index 0000000..44294c2
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvoptx
@@ -0,0 +1,3304 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"..\cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"..\cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>5</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFM.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>15</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_FVP.ini</tIfile>
+ <pMon>BIN\DbgFMv8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvprojx
new file mode 100644
index 0000000..e776fad
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/DspLibTest_FVP.uvprojx
@@ -0,0 +1,10637 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M0"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M3"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv5-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MBL</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MBL$Device\ARM\ARMv8MBL\Include\ARMv8MBL.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MBL$Device\ARM\SVD\ARMv8MBL.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MBLl\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MBL</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MBL"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.base</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MBL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.base</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML$Device\ARM\ARMv8MML\Include\ARMv8MML.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLl\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLld\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main+dsp</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfsp\</OutputDirectory>
+ <OutputName>DspLibTest_FVP</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/GCC/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM0l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM0l_config.txt
new file mode 100644
index 0000000..8e33c76
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM0l_config.txt
@@ -0,0 +1,8 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm0ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm0ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm0ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm0ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM3l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM3l_config.txt
new file mode 100644
index 0000000..2caf254
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM3l_config.txt
@@ -0,0 +1,8 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm3ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm3ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm3ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm3ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4l_config.txt
new file mode 100644
index 0000000..1c9fece
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4l_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm4ct.vfp-present=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm4ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm4ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm4ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4lf_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4lf_config.txt
new file mode 100644
index 0000000..eb832ed
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM4lf_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm4ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm4ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm4ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7l_config.txt
new file mode 100644
index 0000000..4e591c9
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7l_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfdp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfdp_config.txt
new file mode 100644
index 0000000..1888d60
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfdp_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfsp_config.txt
new file mode 100644
index 0000000..1888d60
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_FVP/cortexM7lfsp_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvoptx
new file mode 100644
index 0000000..4806df2
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvoptx
@@ -0,0 +1,2479 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"../cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"../cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"../cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"../cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvprojx
new file mode 100644
index 0000000..8f0763f
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/DspLibTest_MPS2.uvprojx
@@ -0,0 +1,7114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests;..\..\</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARM/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvoptx
new file mode 100644
index 0000000..f0a68be
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvoptx
@@ -0,0 +1,3304 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"..\cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"..\cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>2</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULPL2CM3.dll</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvprojx
new file mode 100644
index 0000000..27f1b82
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/DspLibTest_MPS2.uvprojx
@@ -0,0 +1,12181 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MBL</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MBL$Device\ARM\ARMv8MBL\Include\ARMv8MBL.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MBL$Device\ARM\SVD\ARMv8MBL.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MBLl\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MBL</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MBL"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML$Device\ARM\ARMv8MML\Include\ARMv8MML.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLl\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLld\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-fhonor-nans</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMCLANG/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MBLl_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MBLl_config.txt
new file mode 100644
index 0000000..d9cb90a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MBLl_config.txt
@@ -0,0 +1,11 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLl_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLl_config.txt
new file mode 100644
index 0000000..9c3cfc2
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLl_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLld_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLld_config.txt
new file mode 100644
index 0000000..011260a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLld_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLldfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLldfsp_config.txt
new file mode 100644
index 0000000..2a0a82a
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLldfsp_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=1 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLlfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLlfsp_config.txt
new file mode 100644
index 0000000..4140d9b
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/ARMv8MMLlfsp_config.txt
@@ -0,0 +1,13 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+cpu0.FPU=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+cpu0.DSP=0 # (bool , init-time) default = '1' : Set whether the model has the DSP extension
+cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+cpu0.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+cpu0.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+cpu0.SECEXT=0 # (bool , init-time) default = '1' : Whether the ARMv8-M Security Extensions are included
+idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
+fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Disable Memory gating logic
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvoptx
new file mode 100644
index 0000000..dd586a5
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvoptx
@@ -0,0 +1,3304 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M0_MDK" -L"armcortexm0ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M0_MDK.exe" -MF"..\cortexM0l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M3_MDK" -L"armcortexm3ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M3_MDK.exe" -MF"..\cortexM3l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M4_MDK" -L"armcortexm4ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M4_MDK.exe" -MF"..\cortexM4lf_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7l_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(6017=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(6016=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>0</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>1</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFM</Key>
+ <Name>-I -S"System Generator:FVP_MPS2_Cortex_M7_MDK" -L"armcortexm7ct" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M7_MDK.exe" -MF"..\cortexM7lfdp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M23_MDK.exe" -MF"..\ARMv8MBLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLl_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLlfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLld_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>1</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>12</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile>..\..\Common\JTest\jtest_MPS2.ini</tIfile>
+ <pMon>BIN\ULP2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGTARM</Key>
+ <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name></Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGUARM</Key>
+ <Name>(105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DbgFMv8M</Key>
+ <Name>-I -S -L"cpu0" -O4102 -C0 -MC".\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M33_MDK.exe" -MF"..\ARMv8MMLldfsp_config.txt" -MA"-Q 1"</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>0</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvprojx
new file mode 100644
index 0000000..6212755
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/DspLibTest_MPS2.uvprojx
@@ -0,0 +1,10637 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M0"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M3"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv5-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MBL</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MBL$Device\ARM\ARMv8MBL\Include\ARMv8MBL.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MBL$Device\ARM\SVD\ARMv8MBL.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MBLl\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MBL</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MBL"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.base</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MBL\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MBL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.base</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML$Device\ARM\ARMv8MML\Include\ARMv8MML.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLl\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLld\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main+dsp</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfsp\</OutputDirectory>
+ <OutputName>DspLibTest_MPS2</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>4101</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"ARMV8MML"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMv8MML\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMv8MML</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/GCC/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM0l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM0l_config.txt
new file mode 100644
index 0000000..8e33c76
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM0l_config.txt
@@ -0,0 +1,8 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm0ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm0ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm0ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm0ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM3l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM3l_config.txt
new file mode 100644
index 0000000..2caf254
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM3l_config.txt
@@ -0,0 +1,8 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm3ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm3ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm3ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm3ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4l_config.txt
new file mode 100644
index 0000000..1c9fece
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4l_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm4ct.vfp-present=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm4ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm4ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm4ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4lf_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4lf_config.txt
new file mode 100644
index 0000000..eb832ed
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM4lf_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm4ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm4ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm4ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7l_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7l_config.txt
new file mode 100644
index 0000000..4e591c9
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7l_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=0 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfdp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfdp_config.txt
new file mode 100644
index 0000000..1888d60
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfdp_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfsp_config.txt b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfsp_config.txt
new file mode 100644
index 0000000..1888d60
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_MPS2/cortexM7lfsp_config.txt
@@ -0,0 +1,9 @@
+# Parameters:
+# instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
+#----------------------------------------------------------------------------------------------
+armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Set whether the model has VFP support
+armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
+armcortexm7ct.min_sync_level=0x3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll) : [0x0..0x3]
+armcortexm7ct.cpi_mul=0x1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+armcortexm7ct.cpi_div=0x1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction) : [0x1..0x7FFFFFFF]
+#----------------------------------------------------------------------------------------------
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvoptx
new file mode 100644
index 0000000..576bcd4
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvoptx
@@ -0,0 +1,3077 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1744,166,1978,703,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvprojx
new file mode 100644
index 0000000..041a0aa
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/DspLibTest_Simulator.uvprojx
@@ -0,0 +1,10157 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M0b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M0b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4lf</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4lf</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4bf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4bf</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>1</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>0</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>2</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>0</vShortEn>
+ <vShortWch>0</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>4</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARM/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx
new file mode 100644
index 0000000..71442d8
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx
@@ -0,0 +1,3065 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=880,228,1280,657,0)(1007=1093,261,1280,477,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1744,166,1978,703,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>PWSTATINFO</Key>
+ <Name>200,50,700</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=151,128,395,676,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx
new file mode 100644
index 0000000..5cfd9ee
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx
@@ -0,0 +1,10157 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6120000::V6.12::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M0b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M0b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6100000::V6.10::.\ARMCLANG.V610</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6120000::V6.12::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4lf</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4lf</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4bf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4bf</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArmAds>
+ <Cads>
+ <interw>2</interw>
+ <Optim>6</Optim>
+ <oTime>2</oTime>
+ <SplitLS>2</SplitLS>
+ <OneElfS>2</OneElfS>
+ <Strict>2</Strict>
+ <EnumInt>2</EnumInt>
+ <PlainCh>2</PlainCh>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <wLevel>0</wLevel>
+ <uThumb>2</uThumb>
+ <uSurpInc>2</uSurpInc>
+ <uC99>2</uC99>
+ <uGnu>2</uGnu>
+ <useXO>2</useXO>
+ <v6Lang>0</v6Lang>
+ <v6LangP>0</v6LangP>
+ <vShortEn>2</vShortEn>
+ <vShortWch>2</vShortWch>
+ <v6Lto>2</v6Lto>
+ <v6WtE>2</v6WtE>
+ <v6Rtti>2</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>2</interw>
+ <Ropi>2</Ropi>
+ <Rwpi>2</Rwpi>
+ <thumb>2</thumb>
+ <SplitLS>2</SplitLS>
+ <SwStkChk>2</SwStkChk>
+ <NoWarn>2</NoWarn>
+ <uSurpInc>2</uSurpInc>
+ <useXO>2</useXO>
+ <uClangAs>2</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ </GroupArmAds>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/ARMCLANG/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvoptx
new file mode 100644
index 0000000..a0396d8
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvoptx
@@ -0,0 +1,3509 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>99</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>1</Number>
+ <Type>0</Type>
+ <LineNumber>105</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>2</Number>
+ <Type>0</Type>
+ <LineNumber>10</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\Test_DspLibs\src\statistics_tests\statistics_test_group.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>3</Number>
+ <Type>0</Type>
+ <LineNumber>269</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_Test\Test_DspLibs\platform\GCC\startup_ARMCM7.S</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <WatchWindow1>
+ <Ww>
+ <count>0</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_ref</ItemText>
+ </Ww>
+ <Ww>
+ <count>1</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>2</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr</ItemText>
+ </Ww>
+ <Ww>
+ <count>3</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr-&gt;element_count * input_ptr-&gt;element_size</ItemText>
+ </Ww>
+ <Ww>
+ <count>4</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>matrix_output_ref_data</ItemText>
+ </Ww>
+ <Ww>
+ <count>5</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>matrix_output_fut_data</ItemText>
+ </Ww>
+ </WatchWindow1>
+ <MemoryWindow1>
+ <Mm>
+ <WinNumber>1</WinNumber>
+ <SubType>10</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M0b\Source/matrix_tests/matrix_test_common_data.c\matrix_output_fut_data</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow1>
+ <MemoryWindow2>
+ <Mm>
+ <WinNumber>2</WinNumber>
+ <SubType>10</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M0b\Source/matrix_tests/matrix_test_common_data.c\matrix_output_ref_data</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow2>
+ <MemoryWindow3>
+ <Mm>
+ <WinNumber>3</WinNumber>
+ <SubType>6</SubType>
+ <ItemText>0x2000017c</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow3>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1979,379,2213,916,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>99</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>1</Number>
+ <Type>0</Type>
+ <LineNumber>105</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>2</Number>
+ <Type>0</Type>
+ <LineNumber>10</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\Test_DspLibs\src\statistics_tests\statistics_test_group.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>3</Number>
+ <Type>0</Type>
+ <LineNumber>269</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_Test\Test_DspLibs\platform\GCC\startup_ARMCM7.S</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <WatchWindow1>
+ <Ww>
+ <count>0</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_ref</ItemText>
+ </Ww>
+ <Ww>
+ <count>1</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>2</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr</ItemText>
+ </Ww>
+ <Ww>
+ <count>3</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr-&gt;element_count * input_ptr-&gt;element_size</ItemText>
+ </Ww>
+ <Ww>
+ <count>4</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_f_15</ItemText>
+ </Ww>
+ <Ww>
+ <count>5</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>sin_val_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>6</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>sin_val_ref</ItemText>
+ </Ww>
+ <Ww>
+ <count>7</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>cos_val_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>8</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>cos_val_ref</ItemText>
+ </Ww>
+ </WatchWindow1>
+ <MemoryWindow1>
+ <Mm>
+ <WinNumber>1</WinNumber>
+ <SubType>3</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M3b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_output_ref.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow1>
+ <MemoryWindow2>
+ <Mm>
+ <WinNumber>2</WinNumber>
+ <SubType>9</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M3b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_output_fut.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow2>
+ <MemoryWindow3>
+ <Mm>
+ <WinNumber>3</WinNumber>
+ <SubType>3</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M3b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_f_15.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow3>
+ <MemoryWindow4>
+ <Mm>
+ <WinNumber>4</WinNumber>
+ <SubType>1</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4bf\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_q31.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow4>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=312,196,546,733,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>99</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>1</Number>
+ <Type>0</Type>
+ <LineNumber>105</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>2</Number>
+ <Type>0</Type>
+ <LineNumber>10</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\Test_DspLibs\src\statistics_tests\statistics_test_group.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>3</Number>
+ <Type>0</Type>
+ <LineNumber>269</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_Test\Test_DspLibs\platform\GCC\startup_ARMCM7.S</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <WatchWindow1>
+ <Ww>
+ <count>0</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_ref</ItemText>
+ </Ww>
+ <Ww>
+ <count>1</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>2</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr</ItemText>
+ </Ww>
+ <Ww>
+ <count>3</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr-&gt;element_count * input_ptr-&gt;element_size</ItemText>
+ </Ww>
+ <Ww>
+ <count>4</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_f_15</ItemText>
+ </Ww>
+ </WatchWindow1>
+ <MemoryWindow1>
+ <Mm>
+ <WinNumber>1</WinNumber>
+ <SubType>0</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_output_ref.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow1>
+ <MemoryWindow2>
+ <Mm>
+ <WinNumber>2</WinNumber>
+ <SubType>0</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_output_fut.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow2>
+ <MemoryWindow3>
+ <Mm>
+ <WinNumber>3</WinNumber>
+ <SubType>0</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_f_15.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow3>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1046,183,1280,720,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>99</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>1</Number>
+ <Type>0</Type>
+ <LineNumber>105</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>2</Number>
+ <Type>0</Type>
+ <LineNumber>10</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\Test_DspLibs\src\statistics_tests\statistics_test_group.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>3</Number>
+ <Type>0</Type>
+ <LineNumber>269</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_Test\Test_DspLibs\platform\GCC\startup_ARMCM7.S</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <WatchWindow1>
+ <Ww>
+ <count>0</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>support_output_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>1</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>support_output_ref</ItemText>
+ </Ww>
+ </WatchWindow1>
+ <MemoryWindow1>
+ <Mm>
+ <WinNumber>1</WinNumber>
+ <SubType>10</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4bf\Source/support_tests/support_test_common_data.c\support_output_fut.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow1>
+ <MemoryWindow2>
+ <Mm>
+ <WinNumber>2</WinNumber>
+ <SubType>10</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4bf\Source/support_tests/support_test_common_data.c\support_output_ref.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow2>
+ <MemoryWindow3>
+ <Mm>
+ <WinNumber>3</WinNumber>
+ <SubType>1</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4bf\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_f_2.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow3>
+ <MemoryWindow4>
+ <Mm>
+ <WinNumber>4</WinNumber>
+ <SubType>1</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4bf\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_q31.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow4>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=312,196,546,733,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <TargetOption>
+ <CLKARM>12000000</CLKARM>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>120</PageWidth>
+ <PageLength>65</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>99</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>1</Number>
+ <Type>0</Type>
+ <LineNumber>105</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\platform\GCC\Retarget.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>2</Number>
+ <Type>0</Type>
+ <LineNumber>10</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup\CMSIS\DSP_Lib_Test\Test_DspLibs\src\statistics_tests\statistics_test_group.c</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ <Bp>
+ <Number>3</Number>
+ <Type>0</Type>
+ <LineNumber>269</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>C:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_Test\Test_DspLibs\platform\GCC\startup_ARMCM7.S</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <WatchWindow1>
+ <Ww>
+ <count>0</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_ref</ItemText>
+ </Ww>
+ <Ww>
+ <count>1</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_output_fut</ItemText>
+ </Ww>
+ <Ww>
+ <count>2</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr</ItemText>
+ </Ww>
+ <Ww>
+ <count>3</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>input_ptr-&gt;element_count * input_ptr-&gt;element_size</ItemText>
+ </Ww>
+ <Ww>
+ <count>4</count>
+ <WinNumber>1</WinNumber>
+ <ItemText>basic_math_f_15</ItemText>
+ </Ww>
+ </WatchWindow1>
+ <MemoryWindow1>
+ <Mm>
+ <WinNumber>1</WinNumber>
+ <SubType>0</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_output_ref.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow1>
+ <MemoryWindow2>
+ <Mm>
+ <WinNumber>2</WinNumber>
+ <SubType>0</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_output_fut.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow2>
+ <MemoryWindow3>
+ <Mm>
+ <WinNumber>3</WinNumber>
+ <SubType>0</SubType>
+ <ItemText>\\CMSIS_Test_Sim_M4b\Source/basic_math_tests/basic_math_test_common_data.c\basic_math_f_15.data_ptr</ItemText>
+ <AccSizeX>0</AccSizeX>
+ </Mm>
+ </MemoryWindow3>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\CommonTables\CommonTables.c</PathWithFileName>
+ <FilenameWithoutPath>CommonTables.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\..\Source\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>BasicMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ComplexMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>ControllerFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FastMathFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>FilteringFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>HelperFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</PathWithFileName>
+ <FilenameWithoutPath>Intrinsics_.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>MatrixFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>StatisticsFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>SupportFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</PathWithFileName>
+ <FilenameWithoutPath>TransformFunctions.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>80</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>81</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>82</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>83</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>84</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>85</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>86</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>87</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>88</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>89</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>90</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>91</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>92</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>93</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>94</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>95</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>96</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>97</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>16</GroupNumber>
+ <FileNumber>98</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvprojx
new file mode 100644
index 0000000..7c686d1
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/DspLibTest_Simulator.uvprojx
@@ -0,0 +1,8867 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M0"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <GCPUTYP>"Cortex-M0"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M3"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <GCPUTYP>"Cortex-M3"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4bf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <GCPUTYP>"Cortex-M4"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x3</ToolsetNumber>
+ <ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArm>
+ <ArmMisc>
+ <asLst>0</asLst>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>1</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <GCPUTYP>"Cortex-M7"</GCPUTYP>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <IRAM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IRAM2>
+ <IROM2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </IROM2>
+ </OnChipMemories>
+ </ArmMisc>
+ <Carm>
+ <arpcs>0</arpcs>
+ <stkchk>0</stkchk>
+ <reentr>0</reentr>
+ <interw>0</interw>
+ <bigend>0</bigend>
+ <Strict>0</Strict>
+ <Optim>1</Optim>
+ <wLevel>2</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\..\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>0</bBE>
+ <interw>0</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ <LDarm>
+ <umfTarg>1</umfTarg>
+ <enaGarb>0</enaGarb>
+ <noStart>0</noStart>
+ <noStLib>0</noStLib>
+ <uMathLib>1</uMathLib>
+ <TextAddressRange></TextAddressRange>
+ <DataAddressRange></DataAddressRange>
+ <BSSAddressRange></BSSAddressRange>
+ <IncludeLibs></IncludeLibs>
+ <IncludeDir></IncludeDir>
+ <Misc>-Wl,--gc-sections</Misc>
+ <ScatterFile>..\..\Common\platform\GCC\ARMCMx.ld</ScatterFile>
+ </LDarm>
+ </TargetArm>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>DSP_Lib Files</GroupName>
+ <GroupOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>2</IncludeInBuild>
+ <AlwaysBuild>2</AlwaysBuild>
+ <GenerateAssemblyFile>2</GenerateAssemblyFile>
+ <AssembleAssemblyFile>2</AssembleAssemblyFile>
+ <PublicsOnly>2</PublicsOnly>
+ <StopOnExitCode>11</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <GroupArm>
+ <Carm>
+ <arpcs>2</arpcs>
+ <stkchk>2</stkchk>
+ <reentr>2</reentr>
+ <interw>2</interw>
+ <bigend>2</bigend>
+ <Strict>0</Strict>
+ <Optim>5</Optim>
+ <wLevel>0</wLevel>
+ <uThumb>1</uThumb>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_MATRIX_CHECK, ARM_MATH_ROUNDING, ARM_MATH_LOOPUNROLL</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Carm>
+ <Aarm>
+ <bBE>2</bBE>
+ <interw>2</interw>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aarm>
+ </GroupArm>
+ </GroupOption>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>CommonTables.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\CommonTables\CommonTables.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\..\Source\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Ref_Lib Files</GroupName>
+ <Files>
+ <File>
+ <FileName>BasicMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\BasicMathFunctions\BasicMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ComplexMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ComplexMathFunctions\ComplexMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>ControllerFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\ControllerFunctions\ControllerFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FastMathFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FastMathFunctions\FastMathFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>FilteringFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\FilteringFunctions\FilteringFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>HelperFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\HelperFunctions\HelperFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>Intrinsics_.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\Intrinsics\Intrinsics_.c</FilePath>
+ </File>
+ <File>
+ <FileName>MatrixFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\MatrixFunctions\MatrixFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>StatisticsFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\StatisticsFunctions\StatisticsFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>SupportFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\SupportFunctions\SupportFunctions.c</FilePath>
+ </File>
+ <File>
+ <FileName>TransformFunctions.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\RefLibs\src\TransformFunctions\TransformFunctions.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_SV_Simulator/GCC/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvoptx
index 6f982a6..3599739 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvoptx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvoptx
@@ -101,6 +101,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -175,6 +177,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -258,6 +264,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -349,6 +357,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -432,6 +444,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -506,6 +520,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -589,6 +607,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -680,6 +700,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -763,6 +787,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -854,6 +880,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -937,6 +967,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1028,6 +1060,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1111,6 +1147,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1185,6 +1223,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1268,6 +1310,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1359,6 +1403,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1442,6 +1490,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1533,6 +1583,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1616,6 +1670,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1707,6 +1763,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvprojx
index c243680..c0b17be 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARM/DspLibTest_Simulator.uvprojx
@@ -11,11 +11,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -183,6 +184,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -323,6 +325,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -333,9 +336,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -350,8 +353,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM0</MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define>ARMCM0</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -366,7 +369,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -853,11 +856,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1025,6 +1029,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -1165,6 +1170,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -1175,9 +1181,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -1192,8 +1198,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM0</MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM0</MiscControls>
+ <Define>ARMCM0</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -1208,7 +1214,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -1695,11 +1701,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1867,6 +1874,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -2007,6 +2015,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -2017,9 +2026,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2034,8 +2043,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM3</MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define>ARMCM3</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2050,7 +2059,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -2537,11 +2546,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2709,6 +2719,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -2849,6 +2860,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -2859,9 +2871,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3,ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2876,8 +2888,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM3</MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM3</MiscControls>
+ <Define>ARMCM3</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2892,7 +2904,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -3379,11 +3391,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3551,6 +3564,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -3691,6 +3705,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -3701,9 +3716,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -3718,8 +3733,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM4</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -3734,7 +3749,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -4221,11 +4236,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4393,6 +4409,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -4533,6 +4550,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -4543,9 +4561,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -4560,8 +4578,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM4</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -4576,7 +4594,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -5062,12 +5080,13 @@
<TargetName>cortexM4lf</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5235,6 +5254,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -5375,6 +5395,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -5385,9 +5406,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -5402,8 +5423,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM4</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -5418,7 +5439,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -5905,11 +5926,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6077,6 +6099,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -6217,6 +6240,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -6227,9 +6251,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4,ARM_MATH_BIG_ENDIAN, __FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -6244,8 +6268,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM4</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM4</MiscControls>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -6260,7 +6284,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -6747,11 +6771,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6919,6 +6944,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -7059,6 +7085,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -7069,9 +7096,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7086,8 +7113,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM7</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -7102,7 +7129,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
@@ -7589,11 +7616,12 @@
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -7761,6 +7789,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -7901,6 +7930,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -7911,9 +7941,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7928,8 +7958,8 @@
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<VariousControls>
- <MiscControls>--cpreproc --cpreproc_opts=-D,ARM_MATH_CM7</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <MiscControls>--cpreproc --cpreproc_opts=-D,ARMCM7</MiscControls>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -7944,7 +7974,7 @@
<TextAddressRange>0x00000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
- <ScatterFile></ScatterFile>
+ <ScatterFile>..\..\Common\platform\ARMCC\armcc5_arm.sct</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx
new file mode 100644
index 0000000..0092179
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvoptx
@@ -0,0 +1,2829 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj; *.o</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=880,228,1280,657,0)(1007=1093,261,1280,477,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1744,166,1978,703,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>PWSTATINFO</Key>
+ <Name>200,50,700</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=151,128,395,676,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>1</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>0</sRbreak>
+ <sRwatch>0</sRwatch>
+ <sRmem>0</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>0</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>0</tGomain>
+ <tRbreak>0</tRbreak>
+ <tRwatch>0</tRwatch>
+ <tRmem>0</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>0</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>0</sRSysVw>
+ <tRSysVw>0</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile>..\..\Common\JTest\jtest_Simulator.ini</sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMRTXEVENTFLAGS</Key>
+ <Name>-L70 -Z18 -C0 -M0 -T1</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-U -O142 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN0</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>DLGDARM</Key>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ARMDBGFLAGS</Key>
+ <Name>-T0</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint>
+ <Bp>
+ <Number>0</Number>
+ <Type>0</Type>
+ <LineNumber>184</LineNumber>
+ <EnabledFlag>1</EnabledFlag>
+ <Address>0</Address>
+ <ByteObject>0</ByteObject>
+ <HtxType>0</HtxType>
+ <ManyObjects>0</ManyObjects>
+ <SizeOfObject>0</SizeOfObject>
+ <BreakByAccess>0</BreakByAccess>
+ <BreakIfRCount>0</BreakIfRCount>
+ <Filename>D:\CMSIS\CMSIS_Setup_V4.xx\CMSIS\DSP_Lib_TestSuit\Common\platform\ARM\startup_armv7-m.s</Filename>
+ <ExecCommand></ExecCommand>
+ <Expression></Expression>
+ </Bp>
+ </Breakpoint>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>1</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>1</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>4</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>.\Lib\arm_math.lib</PathWithFileName>
+ <FilenameWithoutPath>arm_math.lib</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>4</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>.\Lib\arm_ref.lib</PathWithFileName>
+ <FilenameWithoutPath>arm_ref.lib</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Startup</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\main.c</PathWithFileName>
+ <FilenameWithoutPath>main.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\system_generic.c</PathWithFileName>
+ <FilenameWithoutPath>system_generic.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>2</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\platform\startup_generic.S</PathWithFileName>
+ <FilenameWithoutPath>startup_generic.S</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>JTest</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_cycle.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_cycle.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_fw.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_fw.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_dump_str_segments.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_dump_str_segments.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\JTest\src\jtest_trigger_action.c</PathWithFileName>
+ <FilenameWithoutPath>jtest_trigger_action.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\all_tests.c</PathWithFileName>
+ <FilenameWithoutPath>all_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Transform</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>transform_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\transform_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>transform_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\cfft_family_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cfft_family_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\rfft_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rfft_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\transform_tests\dct4_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dct4_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\abs_tests.c</PathWithFileName>
+ <FilenameWithoutPath>abs_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\basic_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>basic_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\negate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>negate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\offset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>offset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\shift_tests.c</PathWithFileName>
+ <FilenameWithoutPath>shift_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\basic_math_tests\scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>complex_math_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real_test.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Controller</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_reset_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_reset_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\sin_cos_tests.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\pid_tests.c</PathWithFileName>
+ <FilenameWithoutPath>pid_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\controller_tests\controller_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>controller_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>fast_math_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\filtering_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>filtering_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\biquad_tests.c</PathWithFileName>
+ <FilenameWithoutPath>biquad_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\conv_tests.c</PathWithFileName>
+ <FilenameWithoutPath>conv_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\correlate_tests.c</PathWithFileName>
+ <FilenameWithoutPath>correlate_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\fir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\iir_tests.c</PathWithFileName>
+ <FilenameWithoutPath>iir_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\filtering_tests\lms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>lms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\matrix_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>matrix_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_add_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>56</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>57</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult_fast_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>58</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_sub_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>59</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_inverse_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>60</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_trans_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>61</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_init_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_init_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>62</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\matrix_tests\mat_scale_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>63</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\max_tests.c</PathWithFileName>
+ <FilenameWithoutPath>max_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>64</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>65</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\statistics_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>statistics_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>66</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\mean_tests.c</PathWithFileName>
+ <FilenameWithoutPath>mean_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>67</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\min_tests.c</PathWithFileName>
+ <FilenameWithoutPath>min_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>68</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\power_tests.c</PathWithFileName>
+ <FilenameWithoutPath>power_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>69</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\rms_tests.c</PathWithFileName>
+ <FilenameWithoutPath>rms_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>70</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\std_tests.c</PathWithFileName>
+ <FilenameWithoutPath>std_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>12</GroupNumber>
+ <FileNumber>71</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\statistics_tests\var_tests.c</PathWithFileName>
+ <FilenameWithoutPath>var_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Support</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>72</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\copy_tests.c</PathWithFileName>
+ <FilenameWithoutPath>copy_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>73</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>74</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\support_test_group.c</PathWithFileName>
+ <FilenameWithoutPath>support_test_group.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>75</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\fill_tests.c</PathWithFileName>
+ <FilenameWithoutPath>fill_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>13</GroupNumber>
+ <FileNumber>76</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\support_tests\x_to_y_tests.c</PathWithFileName>
+ <FilenameWithoutPath>x_to_y_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>77</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>14</GroupNumber>
+ <FileNumber>78</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics_tests_common_data.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>15</GroupNumber>
+ <FileNumber>79</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\..\Common\src\math_helper.c</PathWithFileName>
+ <FilenameWithoutPath>math_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx
new file mode 100644
index 0000000..4ea731d
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/DspLibTest_Simulator.uvprojx
@@ -0,0 +1,8467 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6100000::V6.10::.\ARMCLANG.V610</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M0b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M0b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM0</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M3b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M3b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM3</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6100000::V6.10::.\ARMCLANG.V610</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6100000::V6.10::.\ARMCLANG.V610</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4lf</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4lf</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile>..\..\Common\platform\ARMCLANG\armcc6_arm.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4bf\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4bf</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM4</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4l</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4l</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7b\</OutputDirectory>
+ <OutputName>DspLibTest_Simulator</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>python Scripts/get_ref_and_dsp_libs.py ARM M4b</UserProg1Name>
+ <UserProg2Name>python Scripts/get_ref_and_dsp_libs.py GCC M4b</UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>1</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARMCM7</Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x20000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>Libraries</GroupName>
+ <Files>
+ <File>
+ <FileName>arm_math.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_math.lib</FilePath>
+ </File>
+ <File>
+ <FileName>arm_ref.lib</FileName>
+ <FileType>4</FileType>
+ <FilePath>.\Lib\arm_ref.lib</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Startup</GroupName>
+ <Files>
+ <File>
+ <FileName>main.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\main.c</FilePath>
+ </File>
+ <File>
+ <FileName>system_generic.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\platform\system_generic.c</FilePath>
+ </File>
+ <File>
+ <FileName>startup_generic.S</FileName>
+ <FileType>2</FileType>
+ <FilePath>..\..\Common\platform\startup_generic.S</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>JTest</GroupName>
+ <Files>
+ <File>
+ <FileName>jtest_cycle.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_cycle.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_fw.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_fw.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_dump_str_segments.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_dump_str_segments.c</FilePath>
+ </File>
+ <File>
+ <FileName>jtest_trigger_action.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\JTest\src\jtest_trigger_action.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>AllTests</GroupName>
+ <Files>
+ <File>
+ <FileName>all_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\all_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Transform</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>transform_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\transform_tests_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cfft_family_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\cfft_family_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\rfft_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\transform_tests\dct4_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>BasicMath</GroupName>
+ <Files>
+ <File>
+ <FileName>basic_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>abs_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\abs_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>basic_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\basic_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\negate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\offset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\shift_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\basic_math_tests\scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMath</GroupName>
+ <Files>
+ <File>
+ <FileName>complex_math_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>complex_math_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\complex_math_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_conj_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_conj_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mag_squared_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_dot_prod_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_cmplx_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real_test.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\complex_math_tests\cmplx_mult_real_test.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Controller</GroupName>
+ <Files>
+ <File>
+ <FileName>controller_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_reset_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_reset_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin_cos_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\sin_cos_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\pid_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>controller_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\controller_tests\controller_test_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMath</GroupName>
+ <Files>
+ <File>
+ <FileName>fast_math_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fast_math_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\fast_math_tests\fast_math_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Filtering</GroupName>
+ <Files>
+ <File>
+ <FileName>filtering_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>filtering_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\filtering_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>biquad_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\biquad_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\conv_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\correlate_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\fir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\iir_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\filtering_tests\lms_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Matrix</GroupName>
+ <Files>
+ <File>
+ <FileName>matrix_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>matrix_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\matrix_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_cmplx_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_cmplx_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_add_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult_fast_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_mult_fast_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_sub_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_inverse_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_trans_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_init_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_init_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\matrix_tests\mat_scale_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Statistics</GroupName>
+ <Files>
+ <File>
+ <FileName>max_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\max_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>statistics_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\statistics_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\mean_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>min_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\min_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>power_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\power_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\rms_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>std_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\std_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>var_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\statistics_tests\var_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Support</GroupName>
+ <Files>
+ <File>
+ <FileName>copy_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\copy_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_common_data.c</FilePath>
+ </File>
+ <File>
+ <FileName>support_test_group.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\support_test_group.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\fill_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>x_to_y_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\support_tests\x_to_y_tests.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics_tests.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests.c</FilePath>
+ </File>
+ <File>
+ <FileName>intrinsics_tests_common_data.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\intrinsics_tests\intrinsics_tests_common_data.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MathHelper</GroupName>
+ <Files>
+ <File>
+ <FileName>math_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\..\Common\src\math_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Lib/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Lib/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Lib/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Logs/.gitignore b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Logs/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/ARMCLANG/Logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvoptx b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvoptx
index ccc34c2..b703132 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvoptx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvoptx
@@ -101,6 +101,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -175,6 +177,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -258,6 +264,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -438,6 +446,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -521,6 +533,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -595,6 +609,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -678,6 +696,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -891,6 +911,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -974,6 +998,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1048,6 +1074,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1131,6 +1161,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1306,6 +1338,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1389,6 +1425,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1416,7 +1454,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DLGDARM</Key>
- <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=2393,275,2627,812,0)(1012=-1,-1,-1,-1,0)</Name>
+ <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1046,183,1280,720,0)(1012=-1,-1,-1,-1,0)</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@@ -1463,6 +1501,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1546,6 +1588,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1724,6 +1768,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1807,6 +1855,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1881,6 +1931,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1964,6 +2018,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2139,6 +2195,10 @@
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
diff --git a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvprojx b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvprojx
index 033eba8..564f2ef 100644
--- a/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/DspLibTest_Simulator/GCC/DspLibTest_Simulator.uvprojx
@@ -10,11 +10,12 @@
<TargetName>cortexM0l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -166,6 +167,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -238,9 +240,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -248,7 +250,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define>ARMCM0</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -734,11 +736,12 @@
<TargetName>cortexM0b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -890,6 +893,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -962,9 +966,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM0 ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM0\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -972,7 +976,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define>ARMCM0</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -1458,11 +1462,12 @@
<TargetName>cortexM3l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1614,6 +1619,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -1686,9 +1692,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -1696,7 +1702,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define>ARMCM3</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2182,11 +2188,12 @@
<TargetName>cortexM3b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2338,6 +2345,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -2410,9 +2418,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM3,ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM3\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -2420,7 +2428,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define>ARMCM3</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -2906,11 +2914,12 @@
<TargetName>cortexM4l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3062,6 +3071,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -3134,9 +3144,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3144,7 +3154,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -3630,11 +3640,12 @@
<TargetName>cortexM4b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3786,6 +3797,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -3858,9 +3870,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM4, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3868,7 +3880,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -4354,11 +4366,12 @@
<TargetName>cortexM4lf</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4510,6 +4523,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -4582,9 +4596,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -4592,7 +4606,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -5078,11 +5092,12 @@
<TargetName>cortexM4bf</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5234,6 +5249,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -5306,9 +5322,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM4,ARM_MATH_BIG_ENDIAN, __FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM4\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -5316,7 +5332,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define>ARMCM4</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -5802,11 +5818,12 @@
<TargetName>cortexM7l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5958,6 +5975,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -6030,9 +6048,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6040,7 +6058,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
@@ -6526,11 +6544,12 @@
<TargetName>cortexM7b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.1-dev6</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev52</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6682,6 +6701,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -6754,9 +6774,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM7, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\..\..\..\Device\ARM\ARMCM7\Include;..\..\RefLibs\inc;..\..\Common\JTest\inc;..\..\Common\JTest\inc\arr_desc;..\..\Common\inc;..\..\Common\inc\templates;..\..\Common\inc\basic_math_tests;..\..\Common\inc\complex_math_tests;..\..\Common\inc\statistics_tests;..\..\Common\inc\matrix_tests;..\..\Common\inc\support_tests;..\..\Common\inc\controller_tests;..\..\Common\inc\transform_tests;..\..\Common\inc\fast_math_tests;..\..\Common\inc\filtering_tests;..\..\Common\inc\intrinsics_tests</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6764,7 +6784,7 @@
<interw>0</interw>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define>ARMCM7</Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
diff --git a/DSP/DSP_Lib_TestSuite/HowTo.txt b/DSP/DSP_Lib_TestSuite/HowTo.txt
index 1e51404..41ca5a6 100644
--- a/DSP/DSP_Lib_TestSuite/HowTo.txt
+++ b/DSP/DSP_Lib_TestSuite/HowTo.txt
@@ -1,4 +1,4 @@
-HowTo DSP_Lib_TestSuite 16.12.2016
+HowTo DSP_Lib_TestSuite 18.02.2019
=======================================
This file describes the folder structure, content, prerequisites and instructions to validate the
@@ -34,17 +34,10 @@ Prerequisites
Setup
------
- - Copy DSP_Lib_TestSuite to the CMSIS installation/pack folder.
- ...
- .\Keil_v5\ARM\PACK\ARM\CMSIS\DSP_Lib
- .\Keil_v5\ARM\PACK\ARM\CMSIS\DSP_Lib_TestSuite <- location of DSP_Lib_TestSuite
- .\Keil_v5\ARM\PACK\ARM\CMSIS\Include
- ...
-
- - remove 'read-only' tag from folder ./CMSIS/Lib
+ - remove 'read-only' tag from folder .\CMSIS\DSP\Lib
(required for rebuild of the DSP_Lib libraries)
- - open a Windows command window in folder .\CMSIS\DSP_Lib_TestSuite.
+ - open a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite.
@@ -54,23 +47,23 @@ How to run the tests
a) build the DSP_Lib libraries:
- batch file: buildDspLibs.bat
Note: only require if the DSP_Lib source code got updated or the desired configuration is missing
- buildDspLibs.bat overwrites the prebuild libraries in .\CMSIS\Lib.
- Log files of the build process are generated in folder .\CMSIS\DSP_Lib/[ARM|GCC]
- - run: buildDspLibs.bat in a Windows command window in folder ./CMSIS/DSP_Lib_TestSuite
+ buildDspLibs.bat overwrites the prebuild libraries in .\CMSIS\DSP\Lib.
+ Log files of the build process are generated in folder .\CMSIS\DSP\DSP_Lib/[ARM|GCC]
+ - run: buildDspLibs.bat in a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite
buildDspLibs ARM -> builds the ARMCC libraries
buildDspLibs GCC -> builds the GCC libraries
b) build the reference libraries:
- batch file: buildRefLibs.bat
- Log files of the build process are generated in folder .\CMSIS\DSP_Lib_TestSuite\RefLibs/[ARM|GCC]
- - run: buildRefLibs.bat in a Windows command window in folder .\CMSIS\DSP_Lib_TestSuite
+ Log files of the build process are generated in folder .\CMSIS\DSP\DSP_Lib_TestSuite\RefLibs/[ARM|GCC]
+ - run: buildRefLibs.bat in a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite
buildRefLibs ARM -> builds the ARMCC reference libraries
buildRefLibs GCC -> builds the GCC reference libraries
c) running an individual test using uVision (MDK-ARM):
- batch file: runTest.bat
- - run: runTest.bat in a Windows command window in folder .\CMSIS\DSP_Lib_TestSuite
+ - run: runTest.bat in a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite
runTest -> prints usage information
e.g. runTest ARM cortexM4lf Simulator -> runs the test for toolchain ARM, Cortex-M4 littel endian with FPU, uVision Simulator.
@@ -78,7 +71,7 @@ c) running an individual test using uVision (MDK-ARM):
d) parsing the test output log file
- script: parseLog.py
- - run: parseLog.py python script in a Windows command window in folder .\CMSIS\DSP_Lib_TestSuite
+ - run: parseLog.py python script in a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite
command line options should match the invocation of the runTest executed before.
e.g: runTest ARM cortexM4lf Simulator -> python parseLog.py ARM cortexM4lf Simulator
@@ -118,15 +111,15 @@ Setup 'MPS2'
How to select tests for "run all tests"
----------------------------------------
- - edit .\CMSIS\DSP_Lib_TestSuite\Common\src\all_tests.c
+ - edit .\CMSIS\DSP\DSP_Lib_TestSuite\Common\src\all_tests.c
comment out all unwanted test groups.
e.g. // JTEST_GROUP_CALL(complex_math_tests);
- - edit .\CMSIS\DSP_Lib_TestSuite\Common\src\<test group>/<test group>_group.c
+ - edit .\CMSIS\DSP\DSP_Lib_TestSuite\Common\src\<test group>/<test group>_group.c
comment out all unwanted sub test groups.
e.g. file .\DSP_Lib_TestSuite\Common\src\basic_math_tests\basic_math_test_group.c -> // JTEST_GROUP_CALL(abs_tests);
- - edit .\CMSIS\DSP_Lib_TestSuite\Common\src\<test group>/<test>_tests.c
+ - edit .\CMSIS\DSP\DSP_Lib_TestSuite\Common\src\<test group>/<test>_tests.c
comment out all unwanted tests.
e.g. file .\DSP_Lib_TestSuite\Common\src\basic_math_tests\abs_tests.c -> // JTEST_TEST_CALL(arm_abs_f32_test);
diff --git a/DSP/DSP_Lib_TestSuite/HowTo_SV.txt b/DSP/DSP_Lib_TestSuite/HowTo_SV.txt
new file mode 100644
index 0000000..ccf7531
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/HowTo_SV.txt
@@ -0,0 +1,117 @@
+HowTo DSP_Lib_TestSuite (Source Variant) 18.02.2019
+======================================================
+
+This file describes the folder structure, content, prerequisites and instructions to validate the
+build of the CMSIS-DSP library. This is done by processing input data sets using the DSP Library
+functions executing on a target simulator or hardware. The output data sets are then compared
+with the reference data set produced by unoptimized DSP functions and a Signal to Noise Ratio (SNR)
+is computed. If the SNR is below a defined threshold the test is considered "passed".
+
+
+Folder structure
+----------------
+ .\DSP_Lib_TestSuite Batch files for building the reference libraries and running the tests.
+ .\DSP_Lib_TestSuite\Common
+ .\DSP_Lib_TestSuite\Common\inc DSP_Lib test include files
+ .\DSP_Lib_TestSuite\Common\JTest JTEST Test Framework + INI files for uVision
+ .\DSP_Lib_TestSuite\Common\platform ARM/GCC device startup/system files
+ .\DSP_Lib_TestSuite\Common\src DSP_Lib test source files
+ .\DSP_Lib_TestSuite\DspLibTest_FVP ARM/GCC DSP_Lib test projects for Fixed Virtual Platforms
+ .\DSP_Lib_TestSuite\DspLibTest_MPS2 ARM/GCC DSP_Lib test projects for MPS2
+ .\DSP_Lib_TestSuite\DspLibTest_Simulator ARM/GCC DSP_Lib test projects for uVision simulator
+ .\DSP_Lib_TestSuite\RefLibs ARM/GCC DSP_Lib reference libraries (and projects)
+
+
+
+Prerequisites
+--------------
+ - Python (running on Windows). Tested with ActivePython 2.7.8.10.
+ - Keil MDK-ARM (tested with MDK-ARM 5.22: http://www2.keil.com/mdk5)
+ - ULINKpro debug adapter (http://www2.keil.com/mdk5/ulink)
+ - MPS2 (Cortex-M Prototyping System:https://www.arm.com/products/tools/development-boards/versatile-express/cortex-m-prototyping-system.php)
+ - CMSIS 5.0.0 (https://github.com/ARM-software/CMSIS_5/releases/tag/5.0.0)
+
+
+Setup
+------
+ - open a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite.
+
+
+
+How to run the tests
+---------------------
+
+a) running an individual test using uVision (MDK-ARM):
+ - batch file: runTest_SV.bat
+ - run: runTest_SV.bat in a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite
+ runTest_SV -> prints usage information
+ e.g. runTest_SV ARM cortexM4lf Simulator -> runs the test for toolchain ARM, Cortex-M4 littel endian with FPU, uVision Simulator.
+
+ Tests running on MPS2 requires additional steps to setup. See section 'MPS2'.
+
+d) parsing the test output log file
+ - script: parseLog_SV.py
+ - run: parseLog_SV.py python script in a Windows command window in folder .\CMSIS\DSP\DSP_Lib_TestSuite
+ command line options should match the invocation of the runTest executed before.
+ e.g: runTest ARM cortexM4lf Simulator -> python parseLog.py ARM cortexM4lf Simulator
+
+ - check the test log
+ depending on your test parameters change into the required folder
+ .\DSP_Lib_TestSuite\DspLibTest_[FVP|MPS2|Simulator]\[ARM|GCC]\Logs
+ the folder will contain the following files (e.g. for a 'runTest') :
+ DspLibTest_Simulator.log raw result of the last test run.
+ DspLibTest_Simulator_cortexM4lf.log raw result of a cortexM4lf test run
+ DspLibTest_Simulator_cortexM4lf_build.log build result of cortexM4lf test
+ DspLibTest_Simulator_cortexM4lf_parsed.log parsed log of raw result of a cortexM4lf test run
+ DspLibTest_Simulator_cortexM4lf_time.log log how long the test took (some tests e.g. M0 take really a long time!).
+ 'runTest' produces files of the format: DspLibTest_<test>_<core>...
+
+
+Differences between the tests for FVP, MPS2, Simulator
+------------------------------------------------------
+ - all tests are identical except for:
+ 'Simulator' uses uVision with uVision simulator and generates also code coverage information
+ can be used for little/big endian tests
+ ! do not use 'Simulator' for M7 with FPU -> no uVision simulation available.
+ ! do not use 'Simulator' for ARMv8-M devices -> no uVision simulation available.
+ 'MPS2' uses uVision with ULINKpro debugger and MPS2. No code coverage information is generated.
+ can be used for little endian only (because of the lack of MPS2 FPGA images).
+ 'FVP' uses uVision with Models debugger. No code coverage information is generated.
+ can be used for little/big endian tests.
+ ! config files must be prepared.
+ ! uVision target for big endianess are not yet prepared.
+
+
+Setup 'MPS2'
+-------------
+ - load the appropriate FPGA image to the MPS2 board matching the CPU of the test builds prior to running the test
+ - check if ULINKpro can connect with the configured debug connection (JTAG or SWD) as this must
+ match the protocol implemented in the FPGA image.
+
+
+How to select tests for "run all tests"
+----------------------------------------
+ - edit .\CMSIS\DSP\DSP_Lib_TestSuite\Common\src\all_tests.c
+ comment out all unwanted test groups.
+ e.g. // JTEST_GROUP_CALL(complex_math_tests);
+
+ - edit .\CMSIS\DSP\DSP_Lib_TestSuite\Common\src\<test group>/<test group>_group.c
+ comment out all unwanted sub test groups.
+ e.g. file .\DSP_Lib_TestSuite\Common\src\basic_math_tests\basic_math_test_group.c -> // JTEST_GROUP_CALL(abs_tests);
+
+ - edit .\CMSIS\DSP\DSP_Lib_TestSuite\Common\src\<test group>/<test>_tests.c
+ comment out all unwanted tests.
+ e.g. file .\DSP_Lib_TestSuite\Common\src\basic_math_tests\abs_tests.c -> // JTEST_TEST_CALL(arm_abs_f32_test);
+
+
+Notes
+-----
+ - How to use ARM Clang (ARM Compiler 6):
+ in uVision 'Options for Target' tab you can select which compiler to use
+ by default uVision uses ARMCC V5 for Cortex-M devices and ARMCLANG V6 only for ARMv8M.
+ Only ARMv8M cores have been tested using ARMCLANG
+
+ - test data used for the tests is used as provided by DSP Concepts.
+
+ - some tests run for a very long time before they finish. This is expected
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvoptx b/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvoptx
index b45ee7f..a5dd9e8 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvoptx
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvoptx
@@ -101,6 +101,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -154,11 +156,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -242,6 +249,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -295,11 +304,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -383,6 +397,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -436,11 +452,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -524,6 +545,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -577,11 +600,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -665,6 +693,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -718,11 +748,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -806,6 +841,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -859,11 +896,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -947,6 +989,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1000,11 +1044,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1088,6 +1137,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1141,11 +1192,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1229,6 +1285,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1282,11 +1340,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1370,6 +1433,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1423,11 +1488,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1511,6 +1581,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1564,11 +1636,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1652,6 +1729,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1705,11 +1784,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1793,6 +1877,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1846,11 +1932,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1934,6 +2025,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1987,11 +2080,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2075,6 +2173,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2133,11 +2233,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2221,6 +2326,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2284,11 +2391,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2372,6 +2484,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2435,11 +2549,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2523,6 +2642,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2586,11 +2707,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2674,6 +2800,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2737,11 +2865,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2825,6 +2958,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2888,11 +3023,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2976,6 +3116,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -3039,11 +3181,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvprojx b/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvprojx
index 6b3db76..4cd53ae 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/ARM/RefLibs.uvprojx
@@ -10,12 +10,13 @@
<TargetName>cortexM0l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -183,6 +184,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -323,6 +325,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -333,9 +336,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -712,12 +715,13 @@
<TargetName>cortexM0b</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -885,6 +889,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -1025,6 +1030,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -1035,9 +1041,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM0, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -1414,12 +1420,13 @@
<TargetName>cortexM3l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1587,6 +1594,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -1727,6 +1735,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -1737,9 +1746,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2116,12 +2125,13 @@
<TargetName>cortexM3b</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2289,6 +2299,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -2429,6 +2440,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -2439,9 +2451,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM3, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -2818,12 +2830,13 @@
<TargetName>cortexM4l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2991,6 +3004,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -3131,6 +3145,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -3141,9 +3156,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -3520,12 +3535,13 @@
<TargetName>cortexM4b</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3693,6 +3709,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -3833,6 +3850,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -3843,9 +3861,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -4222,12 +4240,13 @@
<TargetName>cortexM4lf</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4395,6 +4414,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -4535,6 +4555,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -4545,9 +4566,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4,__FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -4924,12 +4945,13 @@
<TargetName>cortexM4bf</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5097,6 +5119,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -5237,6 +5260,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -5247,9 +5271,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM4,ARM_MATH_BIG_ENDIAN,__FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -5626,12 +5650,13 @@
<TargetName>cortexM7l</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5799,6 +5824,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -5939,6 +5965,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -5949,9 +5976,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -6328,12 +6355,13 @@
<TargetName>cortexM7lfsp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6501,6 +6529,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -6641,6 +6670,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -6651,9 +6681,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7,__FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7030,12 +7060,13 @@
<TargetName>cortexM7lfdp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -7203,6 +7234,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -7343,6 +7375,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -7353,9 +7386,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7,__FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -7732,12 +7765,13 @@
<TargetName>cortexM7b</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -7905,6 +7939,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -8045,6 +8080,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -8055,9 +8091,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -8434,12 +8470,13 @@
<TargetName>cortexM7bfsp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -8607,6 +8644,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -8747,6 +8785,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -8757,9 +8796,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7,ARM_MATH_BIG_ENDIAN,__FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -9136,12 +9175,13 @@
<TargetName>cortexM7bfdp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060417::V5.06 update 4 (build 417)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -9309,6 +9349,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -9449,6 +9490,7 @@
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
@@ -9459,9 +9501,9 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_CM7,ARM_MATH_BIG_ENDIAN,__FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -9838,12 +9880,13 @@
<TargetName>ARMv8MBLl</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MBL</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -10011,6 +10054,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -10138,32 +10182,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MBL</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -10540,12 +10585,13 @@
<TargetName>ARMv8MMLl</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -10713,6 +10759,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -10840,39 +10887,40 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>1</interw>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <thumb>1</thumb>
+ <thumb>0</thumb>
<SplitLS>0</SplitLS>
<SwStkChk>0</SwStkChk>
<NoWarn>0</NoWarn>
@@ -11242,12 +11290,13 @@
<TargetName>ARMv8MMLlfsp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -11415,6 +11464,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -11542,39 +11592,40 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>1</interw>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <thumb>1</thumb>
+ <thumb>0</thumb>
<SplitLS>0</SplitLS>
<SwStkChk>0</SwStkChk>
<NoWarn>0</NoWarn>
@@ -11944,12 +11995,13 @@
<TargetName>ARMv8MMLlfdp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -12117,6 +12169,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -12244,39 +12297,40 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>1</interw>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <thumb>1</thumb>
+ <thumb>0</thumb>
<SplitLS>0</SplitLS>
<SwStkChk>0</SwStkChk>
<NoWarn>0</NoWarn>
@@ -12646,12 +12700,13 @@
<TargetName>ARMv8MMLld</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -12819,6 +12874,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -12946,39 +13002,40 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML, __DSP_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>1</interw>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <thumb>1</thumb>
+ <thumb>0</thumb>
<SplitLS>0</SplitLS>
<SwStkChk>0</SwStkChk>
<NoWarn>0</NoWarn>
@@ -13348,12 +13405,13 @@
<TargetName>ARMv8MMLldfsp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -13521,6 +13579,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -13648,39 +13707,40 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML, __DSP_PRESENT=1U, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>1</interw>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <thumb>1</thumb>
+ <thumb>0</thumb>
<SplitLS>0</SplitLS>
<SwStkChk>0</SwStkChk>
<NoWarn>0</NoWarn>
@@ -14050,12 +14110,13 @@
<TargetName>ARMv8MMLldfdp</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>6060000::V6.6::.\ARMCLANG</pCCUsed>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -14223,6 +14284,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<StupSel>8</StupSel>
@@ -14350,32 +14412,33 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
- <Optim>1</Optim>
+ <Optim>2</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
- <wLevel>0</wLevel>
+ <wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
+ <uGnu>0</uGnu>
<useXO>0</useXO>
- <v6Lang>0</v6Lang>
- <v6LangP>0</v6LangP>
- <vShortEn>0</vShortEn>
- <vShortWch>0</vShortWch>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
- <Define>ARM_MATH_ARMV8MML, __DSP_PRESENT=1U, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -14750,4 +14813,10 @@
</Target>
</Targets>
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
</Project>
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/Lib/.gitignore b/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/Lib/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/Lib/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvoptx b/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvoptx
new file mode 100644
index 0000000..a5dd9e8
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvoptx
@@ -0,0 +1,3945 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+
+ <SchemaVersion>1.0</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Extensions>
+ <cExt>*.c</cExt>
+ <aExt>*.s*; *.src; *.a*</aExt>
+ <oExt>*.obj</oExt>
+ <lExt>*.lib</lExt>
+ <tExt>*.txt; *.h; *.inc</tExt>
+ <pExt>*.plm</pExt>
+ <CppX>*.cpp</CppX>
+ <nMigrate>0</nMigrate>
+ </Extensions>
+
+ <DaveTm>
+ <dwLowDateTime>0</dwLowDateTime>
+ <dwHighDateTime>0</dwHighDateTime>
+ </DaveTm>
+
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>1</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0NEW_DEVICE -FL080000 -FS00 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0NEW_DEVICE -FL080000 -FS00 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0NEW_DEVICE -FL080000 -FS00 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0NEW_DEVICE -FL080000 -FS00 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7bfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7bfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0NEW_DEVICE -FL080000 -FS00 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>cortexM7bfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\cortexM7bfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>1</uSim>
+ <uTrg>0</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>0</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2CM3.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0NEW_DEVICE -FL080000 -FS00 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ULP2V8M</Key>
+ <Name>-UAny -O206 -S0 -C0 -P00 -TO18 -TC10000000 -TP18 -TDX0 -TDD0 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE.FLM -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>-U -O14 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FC1000 -FD20000000</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ULP2V8M</Key>
+ <Name>-UAny -O206 -S0 -C0 -P00 -TO18 -TC10000000 -TP18 -TDX0 -TDD0 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE.FLM -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>-U -O14 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FC1000 -FD20000000</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLlfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ULP2V8M</Key>
+ <Name>-UAny -O206 -S0 -C0 -P00 -TO18 -TC10000000 -TP18 -TDX0 -TDD0 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE.FLM -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>-U -O14 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FC1000 -FD20000000</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ULP2V8M</Key>
+ <Name>-UAny -O206 -S0 -C0 -P00 -TO18 -TC10000000 -TP18 -TDX0 -TDD0 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE.FLM -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>-U -O14 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FC1000 -FD20000000</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ULP2V8M</Key>
+ <Name>-UAny -O206 -S0 -C0 -P00 -TO18 -TC10000000 -TP18 -TDX0 -TDD0 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE.FLM -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>-U -O14 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FC1000 -FD20000000</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Target>
+ <TargetName>ARMv8MMLldfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <CLKADS>12000000</CLKADS>
+ <OPTTT>
+ <gFlags>1</gFlags>
+ <BeepAtEnd>1</BeepAtEnd>
+ <RunSim>0</RunSim>
+ <RunTarget>1</RunTarget>
+ <RunAbUc>0</RunAbUc>
+ </OPTTT>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <FlashByte>65535</FlashByte>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ </OPTHX>
+ <OPTLEX>
+ <PageWidth>79</PageWidth>
+ <PageLength>66</PageLength>
+ <TabStop>8</TabStop>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfdp\</ListingPath>
+ </OPTLEX>
+ <ListingPage>
+ <CreateCListing>1</CreateCListing>
+ <CreateAListing>1</CreateAListing>
+ <CreateLListing>1</CreateLListing>
+ <CreateIListing>0</CreateIListing>
+ <AsmCond>1</AsmCond>
+ <AsmSymb>1</AsmSymb>
+ <AsmXref>0</AsmXref>
+ <CCond>1</CCond>
+ <CCode>0</CCode>
+ <CListInc>0</CListInc>
+ <CSymb>0</CSymb>
+ <LinkerCodeListing>0</LinkerCodeListing>
+ </ListingPage>
+ <OPTXL>
+ <LMap>1</LMap>
+ <LComments>1</LComments>
+ <LGenerateSymbols>1</LGenerateSymbols>
+ <LLibSym>1</LLibSym>
+ <LLines>1</LLines>
+ <LLocSym>1</LLocSym>
+ <LPubSym>1</LPubSym>
+ <LXref>0</LXref>
+ <LExpSel>0</LExpSel>
+ </OPTXL>
+ <OPTFL>
+ <tvExp>1</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <IsCurrentTarget>0</IsCurrentTarget>
+ </OPTFL>
+ <CpuCode>7</CpuCode>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <sLdApp>0</sLdApp>
+ <sGomain>0</sGomain>
+ <sRbreak>1</sRbreak>
+ <sRwatch>1</sRwatch>
+ <sRmem>1</sRmem>
+ <sRfunc>1</sRfunc>
+ <sRbox>1</sRbox>
+ <tLdApp>0</tLdApp>
+ <tGomain>1</tGomain>
+ <tRbreak>1</tRbreak>
+ <tRwatch>1</tRwatch>
+ <tRmem>1</tRmem>
+ <tRfunc>0</tRfunc>
+ <tRbox>1</tRbox>
+ <tRtrace>1</tRtrace>
+ <sRSysVw>1</sRSysVw>
+ <tRSysVw>1</tRSysVw>
+ <sRunDeb>0</sRunDeb>
+ <sLrtime>0</sLrtime>
+ <bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
+ <nTsel>13</nTsel>
+ <sDll></sDll>
+ <sDllPa></sDllPa>
+ <sDlgDll></sDlgDll>
+ <sDlgPa></sDlgPa>
+ <sIfile></sIfile>
+ <tDll></tDll>
+ <tDllPa></tDllPa>
+ <tDlgDll></tDlgDll>
+ <tDlgPa></tDlgPa>
+ <tIfile></tIfile>
+ <pMon>BIN\UL2V8M.DLL</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>ULP2V8M</Key>
+ <Name>-UAny -O206 -S0 -C0 -P00 -TO18 -TC10000000 -TP18 -TDX0 -TDD0 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE.FLM -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM)</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2V8M</Key>
+ <Name>-U -O14 -S0 -C0 -P00 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FC1000 -FD20000000</Name>
+ </SetRegEntry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>UL2CM3</Key>
+ <Name>-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ <Breakpoint/>
+ <Tracepoint>
+ <THDelay>0</THDelay>
+ </Tracepoint>
+ <DebugFlag>
+ <trace>0</trace>
+ <periodic>1</periodic>
+ <aLwin>0</aLwin>
+ <aCover>0</aCover>
+ <aSer1>0</aSer1>
+ <aSer2>0</aSer2>
+ <aPa>0</aPa>
+ <viewmode>0</viewmode>
+ <vrSel>0</vrSel>
+ <aSym>0</aSym>
+ <aTbox>0</aTbox>
+ <AscS1>0</AscS1>
+ <AscS2>0</AscS2>
+ <AscS3>0</AscS3>
+ <aSer3>0</aSer3>
+ <eProf>0</eProf>
+ <aLa>0</aLa>
+ <aPa1>0</aPa1>
+ <AscS4>0</AscS4>
+ <aSer4>0</aSer4>
+ <StkLoc>0</StkLoc>
+ <TrcWin>0</TrcWin>
+ <newCpu>0</newCpu>
+ <uProt>0</uProt>
+ </DebugFlag>
+ <LintExecutable></LintExecutable>
+ <LintConfigFile></LintConfigFile>
+ <bLintAuto>0</bLintAuto>
+ <bAutoGenD>0</bAutoGenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
+ </TargetOption>
+ </Target>
+
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>1</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\abs.c</PathWithFileName>
+ <FilenameWithoutPath>abs.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>2</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\add.c</PathWithFileName>
+ <FilenameWithoutPath>add.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>3</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\dot_prod.c</PathWithFileName>
+ <FilenameWithoutPath>dot_prod.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>4</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\mult.c</PathWithFileName>
+ <FilenameWithoutPath>mult.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>5</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\negate.c</PathWithFileName>
+ <FilenameWithoutPath>negate.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>6</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\offset.c</PathWithFileName>
+ <FilenameWithoutPath>offset.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>7</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\scale.c</PathWithFileName>
+ <FilenameWithoutPath>scale.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>8</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\shift.c</PathWithFileName>
+ <FilenameWithoutPath>shift.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>1</GroupNumber>
+ <FileNumber>9</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\BasicMathFunctions\sub.c</PathWithFileName>
+ <FilenameWithoutPath>sub.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>10</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ComplexMathFunctions\cmplx_conj.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_conj.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>11</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ComplexMathFunctions\cmplx_dot_prod.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_dot_prod.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>12</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ComplexMathFunctions\cmplx_mag.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>13</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ComplexMathFunctions\cmplx_mag_squared.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mag_squared.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>14</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_cmplx.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>2</GroupNumber>
+ <FileNumber>15</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ComplexMathFunctions\cmplx_mult_real.c</PathWithFileName>
+ <FilenameWithoutPath>cmplx_mult_real.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>16</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ControllerFunctions\sin_cos.c</PathWithFileName>
+ <FilenameWithoutPath>sin_cos.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>3</GroupNumber>
+ <FileNumber>17</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\ControllerFunctions\pid.c</PathWithFileName>
+ <FilenameWithoutPath>pid.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>18</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FastMathFunctions\cos.c</PathWithFileName>
+ <FilenameWithoutPath>cos.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>19</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FastMathFunctions\sin.c</PathWithFileName>
+ <FilenameWithoutPath>sin.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>4</GroupNumber>
+ <FileNumber>20</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FastMathFunctions\sqrt.c</PathWithFileName>
+ <FilenameWithoutPath>sqrt.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>21</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\biquad.c</PathWithFileName>
+ <FilenameWithoutPath>biquad.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>22</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\conv.c</PathWithFileName>
+ <FilenameWithoutPath>conv.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>23</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\correlate.c</PathWithFileName>
+ <FilenameWithoutPath>correlate.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>24</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\fir.c</PathWithFileName>
+ <FilenameWithoutPath>fir.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>25</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\fir_decimate.c</PathWithFileName>
+ <FilenameWithoutPath>fir_decimate.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>26</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\fir_lattice.c</PathWithFileName>
+ <FilenameWithoutPath>fir_lattice.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>27</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\fir_sparse.c</PathWithFileName>
+ <FilenameWithoutPath>fir_sparse.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>28</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\iir_lattice.c</PathWithFileName>
+ <FilenameWithoutPath>iir_lattice.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>29</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\lms.c</PathWithFileName>
+ <FilenameWithoutPath>lms.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>5</GroupNumber>
+ <FileNumber>30</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\FilteringFunctions\fir_interpolate.c</PathWithFileName>
+ <FilenameWithoutPath>fir_interpolate.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>31</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_cmplx_mult.c</PathWithFileName>
+ <FilenameWithoutPath>mat_cmplx_mult.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>32</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_inverse.c</PathWithFileName>
+ <FilenameWithoutPath>mat_inverse.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>33</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_mult.c</PathWithFileName>
+ <FilenameWithoutPath>mat_mult.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>34</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_scale.c</PathWithFileName>
+ <FilenameWithoutPath>mat_scale.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>35</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_sub.c</PathWithFileName>
+ <FilenameWithoutPath>mat_sub.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>36</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_trans.c</PathWithFileName>
+ <FilenameWithoutPath>mat_trans.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>6</GroupNumber>
+ <FileNumber>37</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\MatrixFunctions\mat_add.c</PathWithFileName>
+ <FilenameWithoutPath>mat_add.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>38</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\max.c</PathWithFileName>
+ <FilenameWithoutPath>max.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>39</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\mean.c</PathWithFileName>
+ <FilenameWithoutPath>mean.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>40</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\min.c</PathWithFileName>
+ <FilenameWithoutPath>min.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>41</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\power.c</PathWithFileName>
+ <FilenameWithoutPath>power.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>42</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\rms.c</PathWithFileName>
+ <FilenameWithoutPath>rms.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>43</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\std.c</PathWithFileName>
+ <FilenameWithoutPath>std.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>7</GroupNumber>
+ <FileNumber>44</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\StatisticsFunctions\var.c</PathWithFileName>
+ <FilenameWithoutPath>var.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>45</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\SupportFunctions\copy.c</PathWithFileName>
+ <FilenameWithoutPath>copy.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>46</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\SupportFunctions\fill.c</PathWithFileName>
+ <FilenameWithoutPath>fill.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>47</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\SupportFunctions\fixed_to_fixed.c</PathWithFileName>
+ <FilenameWithoutPath>fixed_to_fixed.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>48</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\SupportFunctions\fixed_to_float.c</PathWithFileName>
+ <FilenameWithoutPath>fixed_to_float.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>8</GroupNumber>
+ <FileNumber>49</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\SupportFunctions\float_to_fixed.c</PathWithFileName>
+ <FilenameWithoutPath>float_to_fixed.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>50</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\TransformFunctions\cfft.c</PathWithFileName>
+ <FilenameWithoutPath>cfft.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>51</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\TransformFunctions\rfft.c</PathWithFileName>
+ <FilenameWithoutPath>rfft.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>9</GroupNumber>
+ <FileNumber>52</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\TransformFunctions\dct4.c</PathWithFileName>
+ <FilenameWithoutPath>dct4.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>10</GroupNumber>
+ <FileNumber>53</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\Intrinsics\intrinsics.c</PathWithFileName>
+ <FilenameWithoutPath>intrinsics.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <cbSel>0</cbSel>
+ <RteFlg>0</RteFlg>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>54</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\HelperFunctions\ref_helper.c</PathWithFileName>
+ <FilenameWithoutPath>ref_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ <File>
+ <GroupNumber>11</GroupNumber>
+ <FileNumber>55</FileNumber>
+ <FileType>1</FileType>
+ <tvExp>0</tvExp>
+ <tvExpOptDlg>0</tvExpOptDlg>
+ <bDave2>0</bDave2>
+ <PathWithFileName>..\src\HelperFunctions\mat_helper.c</PathWithFileName>
+ <FilenameWithoutPath>mat_helper.c</FilenameWithoutPath>
+ <RteFlg>0</RteFlg>
+ <bShared>0</bShared>
+ </File>
+ </Group>
+
+</ProjectOpt>
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvprojx b/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvprojx
new file mode 100644
index 0000000..ee20804
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/ARMCLANG/RefLibs.uvprojx
@@ -0,0 +1,14822 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
+
+ <SchemaVersion>2.1</SchemaVersion>
+
+ <Header>### uVision Project, (C) Keil Software</Header>
+
+ <Targets>
+ <Target>
+ <TargetName>cortexM0l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0l\</OutputDirectory>
+ <OutputName>arm_cortexM0l_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3>"" ()</Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>1</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>1</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM0b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM0</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM0b\</OutputDirectory>
+ <OutputName>arm_cortexM0b_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM0b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DARMCM1.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> </TargetDllArguments>
+ <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M0"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3l\</OutputDirectory>
+ <OutputName>arm_cortexM3l_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM3b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM3</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM3$Device\ARM\SVD\ARMCM3.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM3b\</OutputDirectory>
+ <OutputName>arm_cortexM3b_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM3b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M3"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4l\</OutputDirectory>
+ <OutputName>arm_cortexM4l_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4$Device\ARM\ARMCM4\Include\ARMCM4.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4b\</OutputDirectory>
+ <OutputName>arm_cortexM4b_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4lf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4lf\</OutputDirectory>
+ <OutputName>arm_cortexM4lf_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4lf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM4bf</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM4_FP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM4bf\</OutputDirectory>
+ <OutputName>arm_cortexM4bf_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM4bf\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M4"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7l</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7l\</OutputDirectory>
+ <OutputName>arm_cortexM7l_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7l\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfsp\</OutputDirectory>
+ <OutputName>arm_cortexM7lfsp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7lfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7lfdp\</OutputDirectory>
+ <OutputName>arm_cortexM7lfdp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7lfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7b</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7$Device\ARM\ARMCM7\Include\ARMCM7.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7b\</OutputDirectory>
+ <OutputName>arm_cortexM7b_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7b\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7bfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7bfsp\</OutputDirectory>
+ <OutputName>arm_cortexM7bfsp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7bfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>cortexM7bfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMCM7_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_DP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMCM7_DP$Device\ARM\ARMCM7\Include\ARMCM7_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMCM7_DP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\cortexM7bfdp\</OutputDirectory>
+ <OutputName>arm_cortexM7bfdp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\cortexM7bfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName>SARMCM3.DLL</SimDllName>
+ <SimDllArguments> -MPU</SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2CM3.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>1</BigEnd>
+ <AdsALst>0</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"Cortex-M7"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x80000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MBLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MBL</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MBL$Device\ARM\ARMv8MBL\Include\ARMv8MBL.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MBL$Device\ARM\SVD\ARMv8MBL.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MBLl\</OutputDirectory>
+ <OutputName>arm_ARMv8MBLl_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MBLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MBL</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MBL"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>0</hadIRAM2>
+ <hadIROM2>0</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x40000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLl</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML$Device\ARM\ARMv8MML\Include\ARMv8MML.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLl\</OutputDirectory>
+ <OutputName>arm_ARMv8MMLl_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLl\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfsp\</OutputDirectory>
+ <OutputName>arm_ARMv8MMLlfsp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLlfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DP$Device\ARM\ARMv8MML\Include\ARMv8MML_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLlfdp\</OutputDirectory>
+ <OutputName>arm_ARMv8MMLlfdp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLlfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLld</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLld\</OutputDirectory>
+ <OutputName>arm_ARMv8MMLld_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLld\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfsp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_SP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_SP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_SP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfsp\</OutputDirectory>
+ <OutputName>arm_ARMv8MMLldfsp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfsp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ <Target>
+ <TargetName>ARMv8MMLldfdp</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <pCCUsed>6110000::V6.11::.\ARMCLANG 6.11</pCCUsed>
+ <uAC6>1</uAC6>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>ARMv8MML_DSP_DP</Device>
+ <Vendor>ARM</Vendor>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
+ <PackURL>http://www.keil.com/pack/</PackURL>
+ <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:ARMv8MML_DSP_DP$Device\ARM\ARMv8MML\Include\ARMv8MML_DSP_DP.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:ARMv8MML_DSP_DP$Device\ARM\SVD\ARMv8MML.svd</SFDFile>
+ <bCustSvd>0</bCustSvd>
+ <UseEnv>0</UseEnv>
+ <BinPath></BinPath>
+ <IncludePath></IncludePath>
+ <LibPath></LibPath>
+ <RegisterFilePath></RegisterFilePath>
+ <DBRegisterFilePath></DBRegisterFilePath>
+ <TargetStatus>
+ <Error>0</Error>
+ <ExitCodeStop>0</ExitCodeStop>
+ <ButtonStop>0</ButtonStop>
+ <NotGenerated>0</NotGenerated>
+ <InvalidFlash>1</InvalidFlash>
+ </TargetStatus>
+ <OutputDirectory>.\IntermediateFiles\ARMv8MMLldfdp\</OutputDirectory>
+ <OutputName>arm_ARMv8MMLldfdp_ref</OutputName>
+ <CreateExecutable>0</CreateExecutable>
+ <CreateLib>1</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</DebugInformation>
+ <BrowseInformation>1</BrowseInformation>
+ <ListingPath>.\IntermediateFiles\ARMv8MMLldfdp\</ListingPath>
+ <HexFormatSelection>1</HexFormatSelection>
+ <Merge32K>0</Merge32K>
+ <CreateBatchFile>0</CreateBatchFile>
+ <BeforeCompile>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopU1X>0</nStopU1X>
+ <nStopU2X>0</nStopU2X>
+ </BeforeCompile>
+ <BeforeMake>
+ <RunUserProg1>0</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name></UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopB1X>0</nStopB1X>
+ <nStopB2X>0</nStopB2X>
+ </BeforeMake>
+ <AfterMake>
+ <RunUserProg1>1</RunUserProg1>
+ <RunUserProg2>0</RunUserProg2>
+ <UserProg1Name>cmd.exe /C copy "!L" ".\Lib\"</UserProg1Name>
+ <UserProg2Name></UserProg2Name>
+ <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
+ <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+ <nStopA1X>0</nStopA1X>
+ <nStopA2X>0</nStopA2X>
+ </AfterMake>
+ <SelectedForBatchBuild>0</SelectedForBatchBuild>
+ <SVCSIdString></SVCSIdString>
+ </TargetCommonOption>
+ <CommonProperty>
+ <UseCPPCompiler>0</UseCPPCompiler>
+ <RVCTCodeConst>0</RVCTCodeConst>
+ <RVCTZI>0</RVCTZI>
+ <RVCTOtherData>0</RVCTOtherData>
+ <ModuleSelection>0</ModuleSelection>
+ <IncludeInBuild>1</IncludeInBuild>
+ <AlwaysBuild>0</AlwaysBuild>
+ <GenerateAssemblyFile>0</GenerateAssemblyFile>
+ <AssembleAssemblyFile>0</AssembleAssemblyFile>
+ <PublicsOnly>0</PublicsOnly>
+ <StopOnExitCode>3</StopOnExitCode>
+ <CustomArgument></CustomArgument>
+ <IncludeLibraryModules></IncludeLibraryModules>
+ <ComprImg>1</ComprImg>
+ </CommonProperty>
+ <DllOption>
+ <SimDllName></SimDllName>
+ <SimDllArguments></SimDllArguments>
+ <SimDlgDll></SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMV8M.DLL</TargetDllName>
+ <TargetDllArguments> -MPU</TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pV8MML</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>1</Capability>
+ <DriverSelection>4096</DriverSelection>
+ </Flash1>
+ <bUseTDR>1</bUseTDR>
+ <Flash2>BIN\UL2V8M.DLL</Flash2>
+ <Flash3></Flash3>
+ <Flash4></Flash4>
+ <pFcarmOut></pFcarmOut>
+ <pFcarmGrp></pFcarmGrp>
+ <pFcArmRoot></pFcArmRoot>
+ <FcArmLst>0</FcArmLst>
+ </Utilities>
+ <TargetArmAds>
+ <ArmAdsMisc>
+ <GenerateListings>0</GenerateListings>
+ <asHll>1</asHll>
+ <asAsm>1</asAsm>
+ <asMacX>1</asMacX>
+ <asSyms>1</asSyms>
+ <asFals>1</asFals>
+ <asDbgD>1</asDbgD>
+ <asForm>1</asForm>
+ <ldLst>0</ldLst>
+ <ldmm>1</ldmm>
+ <ldXref>1</ldXref>
+ <BigEnd>0</BigEnd>
+ <AdsALst>1</AdsALst>
+ <AdsACrf>1</AdsACrf>
+ <AdsANop>0</AdsANop>
+ <AdsANot>0</AdsANot>
+ <AdsLLst>1</AdsLLst>
+ <AdsLmap>1</AdsLmap>
+ <AdsLcgr>1</AdsLcgr>
+ <AdsLsym>1</AdsLsym>
+ <AdsLszi>1</AdsLszi>
+ <AdsLtoi>1</AdsLtoi>
+ <AdsLsun>1</AdsLsun>
+ <AdsLven>1</AdsLven>
+ <AdsLsxf>1</AdsLsxf>
+ <RvctClst>0</RvctClst>
+ <GenPPlst>0</GenPPlst>
+ <AdsCpuType>"ARMV8MML"</AdsCpuType>
+ <RvctDeviceName></RvctDeviceName>
+ <mOS>0</mOS>
+ <uocRom>0</uocRom>
+ <uocRam>0</uocRam>
+ <hadIROM>1</hadIROM>
+ <hadIRAM>1</hadIRAM>
+ <hadXRAM>0</hadXRAM>
+ <uocXRam>0</uocXRam>
+ <RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
+ <hadIRAM2>1</hadIRAM2>
+ <hadIROM2>1</hadIROM2>
+ <StupSel>8</StupSel>
+ <useUlib>0</useUlib>
+ <EndSel>1</EndSel>
+ <uLtcg>0</uLtcg>
+ <nSecure>0</nSecure>
+ <RoSelD>3</RoSelD>
+ <RwSelD>3</RwSelD>
+ <CodeSel>0</CodeSel>
+ <OptFeed>0</OptFeed>
+ <NoZi1>0</NoZi1>
+ <NoZi2>0</NoZi2>
+ <NoZi3>0</NoZi3>
+ <NoZi4>0</NoZi4>
+ <NoZi5>0</NoZi5>
+ <Ro1Chk>0</Ro1Chk>
+ <Ro2Chk>0</Ro2Chk>
+ <Ro3Chk>0</Ro3Chk>
+ <Ir1Chk>1</Ir1Chk>
+ <Ir2Chk>0</Ir2Chk>
+ <Ra1Chk>0</Ra1Chk>
+ <Ra2Chk>0</Ra2Chk>
+ <Ra3Chk>0</Ra3Chk>
+ <Im1Chk>1</Im1Chk>
+ <Im2Chk>0</Im2Chk>
+ <OnChipMemories>
+ <Ocm1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm1>
+ <Ocm2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm2>
+ <Ocm3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm3>
+ <Ocm4>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm4>
+ <Ocm5>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm5>
+ <Ocm6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </Ocm6>
+ <IRAM>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>1</Type>
+ <StartAddress>0x200000</StartAddress>
+ <Size>0x200000</Size>
+ </OCR_RVCT5>
+ <OCR_RVCT6>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT6>
+ <OCR_RVCT7>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT7>
+ <OCR_RVCT8>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT8>
+ <OCR_RVCT9>
+ <Type>0</Type>
+ <StartAddress>0x20000000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT9>
+ <OCR_RVCT10>
+ <Type>0</Type>
+ <StartAddress>0x20200000</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>1</interw>
+ <Optim>2</Optim>
+ <oTime>0</oTime>
+ <SplitLS>0</SplitLS>
+ <OneElfS>1</OneElfS>
+ <Strict>0</Strict>
+ <EnumInt>0</EnumInt>
+ <PlainCh>0</PlainCh>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <wLevel>3</wLevel>
+ <uThumb>0</uThumb>
+ <uSurpInc>0</uSurpInc>
+ <uC99>0</uC99>
+ <uGnu>0</uGnu>
+ <useXO>0</useXO>
+ <v6Lang>3</v6Lang>
+ <v6LangP>3</v6LangP>
+ <vShortEn>1</vShortEn>
+ <vShortWch>1</vShortWch>
+ <v6Lto>0</v6Lto>
+ <v6WtE>0</v6WtE>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
+ </VariousControls>
+ </Cads>
+ <Aads>
+ <interw>1</interw>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <thumb>0</thumb>
+ <SplitLS>0</SplitLS>
+ <SwStkChk>0</SwStkChk>
+ <NoWarn>0</NoWarn>
+ <uSurpInc>0</uSurpInc>
+ <useXO>0</useXO>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls></MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath></IncludePath>
+ </VariousControls>
+ </Aads>
+ <LDads>
+ <umfTarg>0</umfTarg>
+ <Ropi>0</Ropi>
+ <Rwpi>0</Rwpi>
+ <noStLib>0</noStLib>
+ <RepFail>1</RepFail>
+ <useFile>0</useFile>
+ <TextAddressRange>0x00000000</TextAddressRange>
+ <DataAddressRange>0x00000000</DataAddressRange>
+ <pXoBase></pXoBase>
+ <ScatterFile></ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+ <Group>
+ <GroupName>BasicMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>abs.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\abs.c</FilePath>
+ </File>
+ <File>
+ <FileName>add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\add.c</FilePath>
+ </File>
+ <File>
+ <FileName>dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>negate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\negate.c</FilePath>
+ </File>
+ <File>
+ <FileName>offset.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\offset.c</FilePath>
+ </File>
+ <File>
+ <FileName>scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>shift.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\shift.c</FilePath>
+ </File>
+ <File>
+ <FileName>sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\BasicMathFunctions\sub.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ComplexMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cmplx_conj.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_conj.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_dot_prod.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_dot_prod.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mag_squared.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mag_squared.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_cmplx.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_cmplx.c</FilePath>
+ </File>
+ <File>
+ <FileName>cmplx_mult_real.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ComplexMathFunctions\cmplx_mult_real.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>ControllerFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>sin_cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\sin_cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>pid.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\ControllerFunctions\pid.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FastMathFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cos.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\cos.c</FilePath>
+ </File>
+ <File>
+ <FileName>sin.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sin.c</FilePath>
+ </File>
+ <File>
+ <FileName>sqrt.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FastMathFunctions\sqrt.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>FilteringFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>biquad.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\biquad.c</FilePath>
+ </File>
+ <File>
+ <FileName>conv.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\conv.c</FilePath>
+ </File>
+ <File>
+ <FileName>correlate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\correlate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_decimate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_decimate.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_sparse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_sparse.c</FilePath>
+ </File>
+ <File>
+ <FileName>iir_lattice.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\iir_lattice.c</FilePath>
+ </File>
+ <File>
+ <FileName>lms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\lms.c</FilePath>
+ </File>
+ <File>
+ <FileName>fir_interpolate.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\FilteringFunctions\fir_interpolate.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>MatrixFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>mat_cmplx_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_cmplx_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_inverse.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_inverse.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_mult.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_mult.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_scale.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_scale.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_sub.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_sub.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_trans.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_trans.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_add.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\MatrixFunctions\mat_add.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>StatisticsFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>max.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\max.c</FilePath>
+ </File>
+ <File>
+ <FileName>mean.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\mean.c</FilePath>
+ </File>
+ <File>
+ <FileName>min.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\min.c</FilePath>
+ </File>
+ <File>
+ <FileName>power.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\power.c</FilePath>
+ </File>
+ <File>
+ <FileName>rms.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\rms.c</FilePath>
+ </File>
+ <File>
+ <FileName>std.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\std.c</FilePath>
+ </File>
+ <File>
+ <FileName>var.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\StatisticsFunctions\var.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>SupportFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>copy.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\copy.c</FilePath>
+ </File>
+ <File>
+ <FileName>fill.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fill.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_fixed.c</FilePath>
+ </File>
+ <File>
+ <FileName>fixed_to_float.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\fixed_to_float.c</FilePath>
+ </File>
+ <File>
+ <FileName>float_to_fixed.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\SupportFunctions\float_to_fixed.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>TransformFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>cfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\cfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>rfft.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\rfft.c</FilePath>
+ </File>
+ <File>
+ <FileName>dct4.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\TransformFunctions\dct4.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>Intrinsics</GroupName>
+ <Files>
+ <File>
+ <FileName>intrinsics.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\Intrinsics\intrinsics.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ <Group>
+ <GroupName>HelperFunctions</GroupName>
+ <Files>
+ <File>
+ <FileName>ref_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\ref_helper.c</FilePath>
+ </File>
+ <File>
+ <FileName>mat_helper.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\src\HelperFunctions\mat_helper.c</FilePath>
+ </File>
+ </Files>
+ </Group>
+ </Groups>
+ </Target>
+ </Targets>
+
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
+</Project>
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/CMakeLists.txt b/DSP/DSP_Lib_TestSuite/RefLibs/CMakeLists.txt
new file mode 100644
index 0000000..2fbb191
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/CMakeLists.txt
@@ -0,0 +1,78 @@
+cmake_minimum_required (VERSION 3.6)
+
+project(DspRefLibs)
+
+# Needed to find the config modules
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../..)
+
+
+
+
+set(REFSRC src/BasicMathFunctions/abs.c
+ src/BasicMathFunctions/add.c
+ src/BasicMathFunctions/dot_prod.c
+ src/BasicMathFunctions/mult.c
+ src/BasicMathFunctions/negate.c
+ src/BasicMathFunctions/offset.c
+ src/BasicMathFunctions/scale.c
+ src/BasicMathFunctions/shift.c
+ src/BasicMathFunctions/sub.c
+ src/ComplexMathFunctions/cmplx_conj.c
+ src/ComplexMathFunctions/cmplx_dot_prod.c
+ src/ComplexMathFunctions/cmplx_mag.c
+ src/ComplexMathFunctions/cmplx_mag_squared.c
+ src/ComplexMathFunctions/cmplx_mult_cmplx.c
+ src/ComplexMathFunctions/cmplx_mult_real.c
+ src/ControllerFunctions/pid.c
+ src/ControllerFunctions/sin_cos.c
+ src/FastMathFunctions/cos.c
+ src/FastMathFunctions/sin.c
+ src/FastMathFunctions/sqrt.c
+ src/FilteringFunctions/biquad.c
+ src/FilteringFunctions/conv.c
+ src/FilteringFunctions/correlate.c
+ src/FilteringFunctions/fir.c
+ src/FilteringFunctions/fir_decimate.c
+ src/FilteringFunctions/fir_interpolate.c
+ src/FilteringFunctions/fir_lattice.c
+ src/FilteringFunctions/fir_sparse.c
+ src/FilteringFunctions/iir_lattice.c
+ src/FilteringFunctions/lms.c
+ src/HelperFunctions/mat_helper.c
+ src/HelperFunctions/ref_helper.c
+ src/Intrinsics/intrinsics.c
+ src/MatrixFunctions/mat_add.c
+ src/MatrixFunctions/mat_cmplx_mult.c
+ src/MatrixFunctions/mat_inverse.c
+ src/MatrixFunctions/mat_mult.c
+ src/MatrixFunctions/mat_scale.c
+ src/MatrixFunctions/mat_sub.c
+ src/MatrixFunctions/mat_trans.c
+ src/StatisticsFunctions/max.c
+ src/StatisticsFunctions/mean.c
+ src/StatisticsFunctions/min.c
+ src/StatisticsFunctions/power.c
+ src/StatisticsFunctions/rms.c
+ src/StatisticsFunctions/std.c
+ src/StatisticsFunctions/var.c
+ src/SupportFunctions/copy.c
+ src/SupportFunctions/fill.c
+ src/SupportFunctions/fixed_to_fixed.c
+ src/SupportFunctions/fixed_to_float.c
+ src/SupportFunctions/float_to_fixed.c
+ src/TransformFunctions/bitreversal.c
+ src/TransformFunctions/cfft.c
+ src/TransformFunctions/dct4.c
+ src/TransformFunctions/rfft.c
+ )
+
+add_library(DspRefLibs STATIC ${REFSRC})
+
+include(config)
+configdsp(DspRefLibs ../../Source)
+
+### Includes
+target_include_directories(DspRefLibs PUBLIC "inc")
+target_include_directories(DspRefLibs PUBLIC "../../Include")
+
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvoptx b/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvoptx
index 206acb2..65c2f34 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvoptx
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvoptx
@@ -101,6 +101,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -154,11 +156,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -242,6 +249,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -295,11 +304,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -383,6 +397,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -436,11 +452,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -524,6 +545,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -577,11 +600,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -665,6 +693,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -718,11 +748,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -806,6 +841,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -859,11 +896,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -947,6 +989,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1000,11 +1044,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1088,6 +1137,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1141,11 +1192,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1229,6 +1285,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1282,11 +1340,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1370,6 +1433,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1423,11 +1488,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1511,6 +1581,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1564,11 +1636,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1652,6 +1729,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1705,11 +1784,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1793,6 +1877,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1846,11 +1932,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -1934,6 +2025,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -1987,11 +2080,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2075,6 +2173,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2133,11 +2233,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2221,6 +2326,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2279,11 +2386,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2367,6 +2479,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2425,11 +2539,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2513,6 +2632,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2571,11 +2692,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2659,6 +2785,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2717,11 +2845,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2805,6 +2938,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -2863,11 +2998,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
@@ -2951,6 +3091,8 @@
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
+ <bSchkAxf>0</bSchkAxf>
+ <bTchkAxf>0</bTchkAxf>
<nTsel>13</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
@@ -3009,11 +3151,16 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
- <Lin2Executable></Lin2Executable>
- <Lin2ConfigFile></Lin2ConfigFile>
- <bLin2Auto>0</bLin2Auto>
<bAutoGenD>0</bAutoGenD>
- <bAuto2GenD>0</bAuto2GenD>
+ <LntExFlags>0</LntExFlags>
+ <pMisraName></pMisraName>
+ <pszMrule></pszMrule>
+ <pSingCmds></pSingCmds>
+ <pMultCmds></pMultCmds>
+ <pMisraNamep></pMisraNamep>
+ <pszMrulep></pszMrulep>
+ <pSingCmdsp></pSingCmdsp>
+ <pMultCmdsp></pMultCmdsp>
</TargetOption>
</Target>
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvprojx b/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvprojx
index b0f0526..c9f78a0 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvprojx
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/GCC/RefLibs.uvprojx
@@ -10,11 +10,12 @@
<TargetName>cortexM0l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -166,6 +167,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -238,9 +240,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM0</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -606,11 +608,12 @@
<TargetName>cortexM0b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM0</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -762,6 +765,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -834,9 +838,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM0, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -1202,11 +1206,12 @@
<TargetName>cortexM3l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1358,6 +1363,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -1430,9 +1436,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM3</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -1798,11 +1804,12 @@
<TargetName>cortexM3b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM3</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x40000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -1954,6 +1961,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -2026,9 +2034,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM3, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -2394,11 +2402,12 @@
<TargetName>cortexM4l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -2550,6 +2559,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -2622,9 +2632,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM4</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -2990,11 +3000,12 @@
<TargetName>cortexM4b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3146,6 +3157,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -3218,9 +3230,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM4, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -3586,11 +3598,12 @@
<TargetName>cortexM4lf</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -3742,6 +3755,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -3814,9 +3828,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM4,__FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -4182,11 +4196,12 @@
<TargetName>cortexM4bf</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM4_FP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4338,6 +4353,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -4410,9 +4426,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM4,ARM_MATH_BIG_ENDIAN,__FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -4778,11 +4794,12 @@
<TargetName>cortexM7l</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -4934,6 +4951,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -5006,9 +5024,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM7</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -5374,11 +5392,12 @@
<TargetName>cortexM7b</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -5530,6 +5549,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -5602,9 +5622,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections</MiscControls>
- <Define>ARM_MATH_CM7, ARM_MATH_BIG_ENDIAN</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -5970,11 +5990,12 @@
<TargetName>cortexM7lfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6126,6 +6147,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -6198,9 +6220,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM7,__FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -6566,11 +6588,12 @@
<TargetName>cortexM7bfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -6722,6 +6745,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -6794,9 +6818,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM7,ARM_MATH_BIG_ENDIAN,__FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -7162,11 +7186,12 @@
<TargetName>cortexM7lfdp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -7318,6 +7343,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -7390,9 +7416,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM7,__FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -7758,11 +7784,12 @@
<TargetName>cortexM7bfdp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMCM7_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(DFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -7914,6 +7941,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<OnChipMemories>
@@ -7986,9 +8014,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_CM7,ARM_MATH_BIG_ENDIAN,__FPU_PRESENT=1U</Define>
+ <Define>ARM_MATH_BIG_ENDIAN</Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -8354,11 +8382,12 @@
<TargetName>ARMv8MBLl</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MBL</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MBL") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -8510,6 +8539,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -8582,9 +8612,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.base</MiscControls>
- <Define>ARM_MATH_ARMV8MBL</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -8950,11 +8980,12 @@
<TargetName>ARMv8MMLl</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -9106,6 +9137,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -9178,9 +9210,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main</MiscControls>
- <Define>ARM_MATH_ARMV8MML</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -9546,11 +9578,12 @@
<TargetName>ARMv8MMLlfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -9702,6 +9735,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -9774,9 +9808,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -10142,11 +10176,12 @@
<TargetName>ARMv8MMLlfdp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -10298,6 +10333,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -10370,9 +10406,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -10738,11 +10774,12 @@
<TargetName>ARMv8MMLld</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -10894,6 +10931,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -10966,9 +11004,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp</MiscControls>
- <Define>ARM_MATH_ARMV8MML, __DSP_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -11334,11 +11372,12 @@
<TargetName>ARMv8MMLldfsp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP_SP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(SFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -11490,6 +11529,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -11562,9 +11602,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML, __DSP_PRESENT=1U, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -11930,11 +11970,12 @@
<TargetName>ARMv8MMLldfdp</TargetName>
<ToolsetNumber>0x3</ToolsetNumber>
<ToolsetName>ARM-GNU</ToolsetName>
+ <uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>ARMv8MML_DSP_DP</Device>
<Vendor>ARM</Vendor>
- <PackID>ARM.CMSIS.5.0.0</PackID>
+ <PackID>ARM.CMSIS.5.5.0-dev2</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("ARMV8MML") FPU3(DFPU) DSP TZ CLOCK(12000000) ESEL ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -12086,6 +12127,7 @@
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>3</RvdsVP>
+ <RvdsMve>0</RvdsMve>
<hadIRAM2>1</hadIRAM2>
<hadIROM2>1</hadIROM2>
<OnChipMemories>
@@ -12158,9 +12200,9 @@
<uThumb>1</uThumb>
<VariousControls>
<MiscControls>-fno-strict-aliasing -ffunction-sections -fdata-sections -march=armv8-m.main+dsp -mfpu=fpv5-d16 -mfloat-abi=hard -ffp-contract=off</MiscControls>
- <Define>ARM_MATH_ARMV8MML, __DSP_PRESENT=1U, __FPU_PRESENT=1U</Define>
+ <Define></Define>
<Undefine></Undefine>
- <IncludePath>..\inc;..\..\..\Include</IncludePath>
+ <IncludePath>..\..\..\..\Core\Include;..\..\..\Include;..\inc</IncludePath>
</VariousControls>
</Carm>
<Aarm>
@@ -12524,4 +12566,10 @@
</Target>
</Targets>
+ <RTE>
+ <apis/>
+ <components/>
+ <files/>
+ </RTE>
+
</Project>
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h b/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h
index 3a6e6df..69d83d1 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h
@@ -59,10 +59,15 @@ extern "C"
} dataType;
+#ifndef FLT_MAX
#define FLT_MAX 3.40282347e+38F
+#endif
+
#define DBL_MAX 1.79769313486231571e+308
+#ifndef FLT_MIN
#define FLT_MIN 1.175494351e-38F
+#endif
#define DBL_MIN 2.22507385850720138e-308
#define SCHAR_MIN (-128)
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/BasicMathFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/BasicMathFunctions.c
new file mode 100644
index 0000000..3f4dfbc
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/BasicMathFunctions.c
@@ -0,0 +1,11 @@
+
+#include "abs.c"
+#include "add.c"
+#include "dot_prod.c"
+#include "mult.c"
+#include "negate.c"
+#include "offset.c"
+#include "scale.c"
+#include "shift.c"
+#include "sub.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/ComplexMathFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/ComplexMathFunctions.c
new file mode 100644
index 0000000..4db36be
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/ComplexMathFunctions.c
@@ -0,0 +1,8 @@
+
+#include "cmplx_conj.c"
+#include "cmplx_dot_prod.c"
+#include "cmplx_mag.c"
+#include "cmplx_mag_squared.c"
+#include "cmplx_mult_cmplx.c"
+#include "cmplx_mult_real.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/ControllerFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/ControllerFunctions.c
new file mode 100644
index 0000000..0c39953
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/ControllerFunctions.c
@@ -0,0 +1,4 @@
+
+#include "pid.c"
+#include "sin_cos.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/FastMathFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/FastMathFunctions.c
new file mode 100644
index 0000000..bc59cb4
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/FastMathFunctions.c
@@ -0,0 +1,5 @@
+
+#include "cos.c"
+#include "sin.c"
+#include "sqrt.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/FilteringFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/FilteringFunctions.c
new file mode 100644
index 0000000..8faec35
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/FilteringFunctions.c
@@ -0,0 +1,12 @@
+
+#include "biquad.c"
+#include "conv.c"
+#include "correlate.c"
+#include "fir.c"
+#include "fir_decimate.c"
+#include "fir_interpolate.c"
+#include "fir_lattice.c"
+#include "fir_sparse.c"
+#include "iir_lattice.c"
+#include "lms.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c
index c340deb..1eb7667 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c
@@ -6,15 +6,15 @@ void ref_biquad_cascade_df2T_f32(
float32_t * pDst,
uint32_t blockSize)
{
- float32_t *pIn = pSrc; /* source pointer */
- float32_t *pOut = pDst; /* destination pointer */
- float32_t *pState = S->pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */
- float32_t acc; /* accumulator */
- float32_t b0, b1, b2, a1, a2; /* Filter coefficients */
- float32_t Xn; /* temporary input */
- float32_t d1, d2; /* state variables */
- uint32_t sample, stage = S->numStages; /* loop counters */
+ float32_t *pIn = pSrc; /* source pointer */
+ float32_t *pOut = pDst; /* destination pointer */
+ float32_t *pState = S->pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */
+ float32_t acc; /* accumulator */
+ float32_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ float32_t Xn; /* temporary input */
+ float32_t d1, d2; /* state variables */
+ uint32_t sample, stage = S->numStages; /* loop counters */
do
{
@@ -72,19 +72,19 @@ void ref_biquad_cascade_df2T_f32(
void ref_biquad_cascade_stereo_df2T_f32(
const arm_biquad_cascade_stereo_df2T_instance_f32 * S,
- float32_t * pSrc,
- float32_t * pDst,
- uint32_t blockSize)
+ float32_t * pSrc,
+ float32_t * pDst,
+ uint32_t blockSize)
{
- float32_t *pIn = pSrc; /* source pointer */
- float32_t *pOut = pDst; /* destination pointer */
- float32_t *pState = S->pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */
- float32_t acc1a, acc1b; /* accumulator */
- float32_t b0, b1, b2, a1, a2; /* Filter coefficients */
- float32_t Xn1a, Xn1b; /* temporary input */
- float32_t d1a, d2a, d1b, d2b; /* state variables */
- uint32_t sample, stage = S->numStages; /* loop counters */
+ float32_t *pIn = pSrc; /* source pointer */
+ float32_t *pOut = pDst; /* destination pointer */
+ float32_t *pState = S->pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */
+ float32_t acc1a, acc1b; /* accumulator */
+ float32_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ float32_t Xn1a, Xn1b; /* temporary input */
+ float32_t d1a, d2a, d1b, d2b; /* state variables */
+ uint32_t sample, stage = S->numStages; /* loop counters */
do
{
@@ -220,19 +220,19 @@ void ref_biquad_cascade_df2T_f64(
void ref_biquad_cascade_df1_f32(
const arm_biquad_casd_df1_inst_f32 * S,
- float32_t * pSrc,
- float32_t * pDst,
- uint32_t blockSize)
+ float32_t * pSrc,
+ float32_t * pDst,
+ uint32_t blockSize)
{
- float32_t *pIn = pSrc; /* source pointer */
- float32_t *pOut = pDst; /* destination pointer */
- float32_t *pState = S->pState; /* pState pointer */
- float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */
- float32_t acc; /* Simulates the accumulator */
- float32_t b0, b1, b2, a1, a2; /* Filter coefficients */
- float32_t Xn1, Xn2, Yn1, Yn2; /* Filter pState variables */
- float32_t Xn; /* temporary input */
- uint32_t sample, stage = S->numStages; /* loop counters */
+ float32_t *pIn = pSrc; /* source pointer */
+ float32_t *pOut = pDst; /* destination pointer */
+ float32_t *pState = S->pState; /* pState pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */
+ float32_t acc; /* Simulates the accumulator */
+ float32_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ float32_t Xn1, Xn2, Yn1, Yn2; /* Filter pState variables */
+ float32_t Xn; /* temporary input */
+ uint32_t sample, stage = S->numStages; /* loop counters */
do
{
@@ -302,24 +302,24 @@ void ref_biquad_cascade_df1_f32(
void ref_biquad_cas_df1_32x64_q31(
const arm_biquad_cas_df1_32x64_ins_q31 * S,
- q31_t * pSrc,
- q31_t * pDst,
- uint32_t blockSize)
+ q31_t * pSrc,
+ q31_t * pDst,
+ uint32_t blockSize)
{
- q31_t *pIn = pSrc; /* input pointer initialization */
- q31_t *pOut = pDst; /* output pointer initialization */
- q63_t *pState = S->pState; /* state pointer initialization */
- q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */
- q63_t acc; /* accumulator */
- q31_t Xn1, Xn2; /* Input Filter state variables */
- q63_t Yn1, Yn2; /* Output Filter state variables */
- q31_t b0, b1, b2, a1, a2; /* Filter coefficients */
- q31_t Xn; /* temporary input */
- int32_t shift = (int32_t) S->postShift + 1; /* Shift to be applied to the output */
- uint32_t sample, stage = S->numStages; /* loop counters */
- q31_t acc_l, acc_h; /* temporary output */
- uint32_t uShift = ((uint32_t) S->postShift + 1U);
- uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */
+ q31_t *pIn = pSrc; /* input pointer initialization */
+ q31_t *pOut = pDst; /* output pointer initialization */
+ q63_t *pState = S->pState; /* state pointer initialization */
+ const q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */
+ q63_t acc; /* accumulator */
+ q31_t Xn1, Xn2; /* Input Filter state variables */
+ q63_t Yn1, Yn2; /* Output Filter state variables */
+ q31_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ q31_t Xn; /* temporary input */
+ int32_t shift = (int32_t) S->postShift + 1; /* Shift to be applied to the output */
+ uint32_t sample, stage = S->numStages; /* loop counters */
+ q31_t acc_l, acc_h; /* temporary output */
+ uint32_t uShift = ((uint32_t) S->postShift + 1U);
+ uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */
do
{
@@ -395,17 +395,17 @@ void ref_biquad_cascade_df1_q31(
q31_t * pDst,
uint32_t blockSize)
{
- q63_t acc; /* accumulator */
- uint32_t uShift = ((uint32_t) S->postShift + 1U);
- uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */
- q31_t *pIn = pSrc; /* input pointer initialization */
- q31_t *pOut = pDst; /* output pointer initialization */
- q31_t *pState = S->pState; /* pState pointer initialization */
- q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */
- q31_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
- q31_t b0, b1, b2, a1, a2; /* Filter coefficients */
- q31_t Xn; /* temporary input */
- uint32_t sample, stage = S->numStages; /* loop counters */
+ q63_t acc; /* accumulator */
+ uint32_t uShift = ((uint32_t) S->postShift + 1U);
+ uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */
+ q31_t *pIn = pSrc; /* input pointer initialization */
+ q31_t *pOut = pDst; /* output pointer initialization */
+ q31_t *pState = S->pState; /* pState pointer initialization */
+ const q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */
+ q31_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
+ q31_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ q31_t Xn; /* temporary input */
+ uint32_t sample, stage = S->numStages; /* loop counters */
do
{
@@ -490,16 +490,16 @@ void ref_biquad_cascade_df1_fast_q31(
q31_t * pDst,
uint32_t blockSize)
{
- q31_t acc = 0; /* accumulator */
- q31_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
- q31_t b0, b1, b2, a1, a2; /* Filter coefficients */
- q31_t *pIn = pSrc; /* input pointer initialization */
- q31_t *pOut = pDst; /* output pointer initialization */
- q31_t *pState = S->pState; /* pState pointer initialization */
- q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */
- q31_t Xn; /* temporary input */
- int32_t shift = (int32_t) S->postShift + 1; /* Shift to be applied to the output */
- uint32_t sample, stage = S->numStages; /* loop counters */
+ q31_t acc = 0; /* accumulator */
+ q31_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
+ q31_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ q31_t *pIn = pSrc; /* input pointer initialization */
+ q31_t *pOut = pDst; /* output pointer initialization */
+ q31_t *pState = S->pState; /* pState pointer initialization */
+ const q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */
+ q31_t Xn; /* temporary input */
+ int32_t shift = (int32_t) S->postShift + 1; /* Shift to be applied to the output */
+ uint32_t sample, stage = S->numStages; /* loop counters */
do
{
@@ -568,16 +568,16 @@ void ref_biquad_cascade_df1_fast_q15(
q15_t * pDst,
uint32_t blockSize)
{
- q15_t *pIn = pSrc; /* Source pointer */
- q15_t *pOut = pDst; /* Destination pointer */
- q15_t b0, b1, b2, a1, a2; /* Filter coefficients */
- q15_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
- q15_t Xn; /* temporary input */
- q31_t acc; /* Accumulator */
- int32_t shift = (15 - (int32_t) S->postShift); /* Post shift */
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- uint32_t sample, stage = (uint32_t) S->numStages; /* Stage loop counter */
+ q15_t *pIn = pSrc; /* Source pointer */
+ q15_t *pOut = pDst; /* Destination pointer */
+ q15_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ q15_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
+ q15_t Xn; /* temporary input */
+ q31_t acc; /* Accumulator */
+ int32_t shift = (15 - (int32_t) S->postShift); /* Post shift */
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ uint32_t sample, stage = (uint32_t) S->numStages; /* Stage loop counter */
do
{
@@ -643,16 +643,16 @@ void ref_biquad_cascade_df1_q15(
q15_t * pDst,
uint32_t blockSize)
{
- q15_t *pIn = pSrc; /* Source pointer */
- q15_t *pOut = pDst; /* Destination pointer */
- q15_t b0, b1, b2, a1, a2; /* Filter coefficients */
- q15_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
- q15_t Xn; /* temporary input */
- q63_t acc; /* Accumulator */
- int32_t shift = (15 - (int32_t) S->postShift); /* Post shift */
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- uint32_t sample, stage = (uint32_t) S->numStages; /* Stage loop counter */
+ q15_t *pIn = pSrc; /* Source pointer */
+ q15_t *pOut = pDst; /* Destination pointer */
+ q15_t b0, b1, b2, a1, a2; /* Filter coefficients */
+ q15_t Xn1, Xn2, Yn1, Yn2; /* Filter state variables */
+ q15_t Xn; /* temporary input */
+ q63_t acc; /* Accumulator */
+ int32_t shift = (15 - (int32_t) S->postShift); /* Post shift */
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ uint32_t sample, stage = (uint32_t) S->numStages; /* Stage loop counter */
do
{
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c
index 8a7a90c..40ab773 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c
@@ -2,16 +2,16 @@
void ref_fir_f32(
const arm_fir_instance_f32 * S,
- float32_t * pSrc,
- float32_t * pDst,
- uint32_t blockSize)
+ float32_t * pSrc,
+ float32_t * pDst,
+ uint32_t blockSize)
{
- float32_t *pState = S->pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- float32_t *pStateCurnt; /* Points to the current sample of the state */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i; /* Loop counters */
- float32_t acc;
+ float32_t *pState = S->pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ float32_t *pStateCurnt; /* Points to the current sample of the state */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i; /* Loop counters */
+ float32_t acc;
/* S->pState points to state array which contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -56,16 +56,16 @@ void ref_fir_f32(
void ref_fir_q31(
const arm_fir_instance_q31 * S,
- q31_t * pSrc,
- q31_t * pDst,
- uint32_t blockSize)
+ q31_t * pSrc,
+ q31_t * pDst,
+ uint32_t blockSize)
{
- q31_t *pState = S->pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *pStateCurnt; /* Points to the current sample of the state */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i; /* Loop counters */
- q63_t acc;
+ q31_t *pState = S->pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *pStateCurnt; /* Points to the current sample of the state */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i; /* Loop counter */
+ q63_t acc;
/* S->pState points to state array which contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -110,16 +110,16 @@ void ref_fir_q31(
void ref_fir_fast_q31(
const arm_fir_instance_q31 * S,
- q31_t * pSrc,
- q31_t * pDst,
- uint32_t blockSize)
+ q31_t * pSrc,
+ q31_t * pDst,
+ uint32_t blockSize)
{
- q31_t *pState = S->pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *pStateCurnt; /* Points to the current sample of the state */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i; /* Loop counters */
- q31_t acc;
+ q31_t *pState = S->pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *pStateCurnt; /* Points to the current sample of the state */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i; /* Loop counter */
+ q31_t acc;
/* S->pState points to state array which contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -164,16 +164,16 @@ void ref_fir_fast_q31(
void ref_fir_q15(
const arm_fir_instance_q15 * S,
- q15_t * pSrc,
- q15_t * pDst,
- uint32_t blockSize)
+ q15_t * pSrc,
+ q15_t * pDst,
+ uint32_t blockSize)
{
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *pStateCurnt; /* Points to the current sample of the state */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i; /* Loop counters */
- q63_t acc;
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *pStateCurnt; /* Points to the current sample of the state */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i; /* Loop counter */
+ q63_t acc;
/* S->pState points to state array which contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -218,16 +218,16 @@ void ref_fir_q15(
void ref_fir_fast_q15(
const arm_fir_instance_q15 * S,
- q15_t * pSrc,
- q15_t * pDst,
- uint32_t blockSize)
+ q15_t * pSrc,
+ q15_t * pDst,
+ uint32_t blockSize)
{
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *pStateCurnt; /* Points to the current sample of the state */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i; /* Loop counters */
- q31_t acc;
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *pStateCurnt; /* Points to the current sample of the state */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i; /* Loop counter */
+ q31_t acc;
/* S->pState points to state array which contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -272,16 +272,16 @@ void ref_fir_fast_q15(
void ref_fir_q7(
const arm_fir_instance_q7 * S,
- q7_t * pSrc,
- q7_t * pDst,
- uint32_t blockSize)
+ q7_t * pSrc,
+ q7_t * pDst,
+ uint32_t blockSize)
{
- q7_t *pState = S->pState; /* State pointer */
- q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q7_t *pStateCurnt; /* Points to the current sample of the state */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i; /* Loop counters */
- q31_t acc;
+ q7_t *pState = S->pState; /* State pointer */
+ const q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q7_t *pStateCurnt; /* Points to the current sample of the state */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i; /* Loop counter */
+ q31_t acc;
/* S->pState points to state array which contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c
index 9ef1e5e..fc82124 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c
@@ -6,13 +6,13 @@ void ref_fir_decimate_f32(
float32_t * pDst,
uint32_t blockSize)
{
- float32_t *pState = S->pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- float32_t *pStateCurnt; /* Points to the current sample of the state */
- float32_t sum0; /* Accumulator */
- float32_t x0, c0; /* Temporary variables to hold state and coefficient values */
- uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- uint32_t i, blkCnt; /* Loop counters */
+ float32_t *pState = S->pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ float32_t *pStateCurnt; /* Points to the current sample of the state */
+ float32_t sum0; /* Accumulator */
+ float32_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ uint32_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ uint32_t i, blkCnt; /* Loop counters */
/* S->pState buffer contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -82,13 +82,13 @@ void ref_fir_decimate_q31(
q31_t * pDst,
uint32_t blockSize)
{
- q31_t *pState = S->pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *pStateCurnt; /* Points to the current sample of the state */
- q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
- q63_t sum0; /* Accumulator */
- uint32_t numTaps = S->numTaps; /* Number of taps */
- uint32_t i, blkCnt; /* Loop counters */
+ q31_t *pState = S->pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *pStateCurnt; /* Points to the current sample of the state */
+ q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ q63_t sum0; /* Accumulator */
+ uint32_t numTaps = S->numTaps; /* Number of taps */
+ uint32_t i, blkCnt; /* Loop counters */
/* S->pState buffer contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -159,13 +159,13 @@ void ref_fir_decimate_fast_q31(
q31_t * pDst,
uint32_t blockSize)
{
- q31_t *pState = S->pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *pStateCurnt; /* Points to the current sample of the state */
- q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
- q31_t sum0; /* Accumulator */
- uint32_t numTaps = S->numTaps; /* Number of taps */
- uint32_t i, blkCnt; /* Loop counters */
+ q31_t *pState = S->pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *pStateCurnt; /* Points to the current sample of the state */
+ q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ q31_t sum0; /* Accumulator */
+ uint32_t numTaps = S->numTaps; /* Number of taps */
+ uint32_t i, blkCnt; /* Loop counters */
/* S->pState buffer contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -236,13 +236,13 @@ void ref_fir_decimate_q15(
q15_t * pDst,
uint32_t blockSize)
{
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *pStateCurnt; /* Points to the current sample of the state */
- q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
- q63_t sum0; /* Accumulator */
- uint32_t numTaps = S->numTaps; /* Number of taps */
- uint32_t i, blkCnt; /* Loop counters */
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *pStateCurnt; /* Points to the current sample of the state */
+ q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ q63_t sum0; /* Accumulator */
+ uint32_t numTaps = S->numTaps; /* Number of taps */
+ uint32_t i, blkCnt; /* Loop counters */
/* S->pState buffer contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
@@ -313,13 +313,13 @@ void ref_fir_decimate_fast_q15(
q15_t * pDst,
uint32_t blockSize)
{
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *pStateCurnt; /* Points to the current sample of the state */
- q15_t x0, c0; /* Temporary variables to hold state and coefficient values */
- q31_t sum0; /* Accumulator */
- uint32_t numTaps = S->numTaps; /* Number of taps */
- uint32_t i, blkCnt; /* Loop counters */
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *pStateCurnt; /* Points to the current sample of the state */
+ q15_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ q31_t sum0; /* Accumulator */
+ uint32_t numTaps = S->numTaps; /* Number of taps */
+ uint32_t i, blkCnt; /* Loop counters */
/* S->pState buffer contains previous frame (numTaps - 1) samples */
/* pStateCurnt points to the location where the new input data should be written */
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c
index 4cb52eb..bfc5c09 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c
@@ -2,17 +2,18 @@
void ref_fir_interpolate_f32(
const arm_fir_interpolate_instance_f32 * S,
- float32_t * pSrc,
- float32_t * pDst,
- uint32_t blockSize)
+ float32_t * pSrc,
+ float32_t * pDst,
+ uint32_t blockSize)
{
- float32_t *pState = S->pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- float32_t *pStateCurnt; /* Points to the current sample of the state */
- float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */
- float32_t sum; /* Accumulator */
- uint32_t i, blkCnt; /* Loop counters */
- uint16_t phaseLen = S->phaseLength, tapCnt; /* Length of each polyphase filter component */
+ float32_t *pState = S->pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ float32_t *pStateCurnt; /* Points to the current sample of the state */
+ float32_t *ptr1; /* Temporary pointer for state buffer */
+ const float32_t *ptr2; /* Temporary pointer for coefficient buffer */
+ float32_t sum; /* Accumulator */
+ uint32_t i, blkCnt; /* Loop counters */
+ uint16_t phaseLen = S->phaseLength, tapCnt; /* Length of each polyphase filter component */
/* S->pState buffer contains previous frame (phaseLen - 1) samples */
@@ -93,21 +94,19 @@ void ref_fir_interpolate_f32(
void ref_fir_interpolate_q31(
const arm_fir_interpolate_instance_q31 * S,
- q31_t * pSrc,
- q31_t * pDst,
- uint32_t blockSize)
+ q31_t * pSrc,
+ q31_t * pDst,
+ uint32_t blockSize)
{
- q31_t *pState = S->pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *pStateCurnt; /* Points to the current sample of the state */
- q31_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */
-
- /* Run the below code for Cortex-M0 */
-
- q63_t sum; /* Accumulator */
- q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
- uint32_t i, blkCnt; /* Loop counters */
- uint16_t phaseLen = S->phaseLength, tapCnt; /* Length of each polyphase filter component */
+ q31_t *pState = S->pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *pStateCurnt; /* Points to the current sample of the state */
+ q31_t *ptr1; /* Temporary pointer for state buffer */
+ const q31_t *ptr2; /* Temporary pointer for coefficient buffer */
+ q63_t sum; /* Accumulator */
+ q31_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ uint32_t i, blkCnt; /* Loop counters */
+ uint16_t phaseLen = S->phaseLength, tapCnt; /* Length of each polyphase filter component */
/* S->pState buffer contains previous frame (phaseLen - 1) samples */
@@ -194,18 +193,19 @@ void ref_fir_interpolate_q31(
void ref_fir_interpolate_q15(
const arm_fir_interpolate_instance_q15 * S,
- q15_t * pSrc,
- q15_t * pDst,
- uint32_t blockSize)
+ q15_t * pSrc,
+ q15_t * pDst,
+ uint32_t blockSize)
{
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *pStateCurnt; /* Points to the current sample of the state */
- q15_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */
- q63_t sum; /* Accumulator */
- q15_t x0, c0; /* Temporary variables to hold state and coefficient values */
- uint32_t i, blkCnt, tapCnt; /* Loop counters */
- uint16_t phaseLen = S->phaseLength; /* Length of each polyphase filter component */
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *pStateCurnt; /* Points to the current sample of the state */
+ q15_t *ptr1; /* Temporary pointer for state buffer */
+ const q15_t *ptr2; /* Temporary pointer for coefficient buffer */
+ q63_t sum; /* Accumulator */
+ q15_t x0, c0; /* Temporary variables to hold state and coefficient values */
+ uint32_t i, blkCnt, tapCnt; /* Loop counters */
+ uint16_t phaseLen = S->phaseLength; /* Length of each polyphase filter component */
/* S->pState buffer contains previous frame (phaseLen - 1) samples */
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c
index b7178a7..efaa44a 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c
@@ -2,17 +2,17 @@
void ref_fir_lattice_f32(
const arm_fir_lattice_instance_f32 * S,
- float32_t * pSrc,
- float32_t * pDst,
- uint32_t blockSize)
+ float32_t * pSrc,
+ float32_t * pDst,
+ uint32_t blockSize)
{
- float32_t *pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- float32_t *px; /* temporary state pointer */
- float32_t *pk; /* temporary coefficient pointer */
- float32_t fcurr, fnext, gcurr, gnext; /* temporary variables */
- uint32_t numStages = S->numStages; /* Length of the filter */
- uint32_t blkCnt, stageCnt; /* temporary variables for counts */
+ float32_t *pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ float32_t *px; /* temporary state pointer */
+ const float32_t *pk; /* temporary coefficient pointer */
+ float32_t fcurr, fnext, gcurr, gnext; /* temporary variables */
+ uint32_t numStages = S->numStages; /* Length of the filter */
+ uint32_t blkCnt, stageCnt; /* temporary variables for counts */
pState = &S->pState[0];
@@ -78,17 +78,17 @@ void ref_fir_lattice_f32(
void ref_fir_lattice_q31(
const arm_fir_lattice_instance_q31 * S,
- q31_t * pSrc,
- q31_t * pDst,
- uint32_t blockSize)
+ q31_t * pSrc,
+ q31_t * pDst,
+ uint32_t blockSize)
{
- q31_t *pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *px; /* temporary state pointer */
- q31_t *pk; /* temporary coefficient pointer */
- q31_t fcurr, fnext, gcurr, gnext; /* temporary variables */
- uint32_t numStages = S->numStages; /* Length of the filter */
- uint32_t blkCnt, stageCnt; /* temporary variables for counts */
+ q31_t *pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *px; /* temporary state pointer */
+ const q31_t *pk; /* temporary coefficient pointer */
+ q31_t fcurr, fnext, gcurr, gnext; /* temporary variables */
+ uint32_t numStages = S->numStages; /* Length of the filter */
+ uint32_t blkCnt, stageCnt; /* temporary variables for counts */
pState = &S->pState[0];
@@ -155,17 +155,17 @@ void ref_fir_lattice_q31(
void ref_fir_lattice_q15(
const arm_fir_lattice_instance_q15 * S,
- q15_t * pSrc,
- q15_t * pDst,
- uint32_t blockSize)
+ q15_t * pSrc,
+ q15_t * pDst,
+ uint32_t blockSize)
{
- q15_t *pState; /* State pointer */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *px; /* temporary state pointer */
- q15_t *pk; /* temporary coefficient pointer */
- q31_t fcurnt, fnext, gcurnt, gnext; /* temporary variables */
- uint32_t numStages = S->numStages; /* Length of the filter */
- uint32_t blkCnt, stageCnt; /* temporary variables for counts */
+ q15_t *pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *px; /* temporary state pointer */
+ const q15_t *pk; /* temporary coefficient pointer */
+ q31_t fcurnt, fnext, gcurnt, gnext; /* temporary variables */
+ uint32_t numStages = S->numStages; /* Length of the filter */
+ uint32_t blkCnt, stageCnt; /* temporary variables for counts */
pState = &S->pState[0];
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c
index 11e79f9..060128f 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c
@@ -1,24 +1,24 @@
#include "ref.h"
void ref_fir_sparse_f32(
- arm_fir_sparse_instance_f32 * S,
- float32_t * pSrc,
- float32_t * pDst,
- float32_t * pScratchIn,
- uint32_t blockSize)
+ arm_fir_sparse_instance_f32 * S,
+ float32_t * pSrc,
+ float32_t * pDst,
+ float32_t * pScratchIn,
+ uint32_t blockSize)
{
- float32_t *pState = S->pState; /* State pointer */
- float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- float32_t *px; /* Scratch buffer pointer */
- float32_t *py = pState; /* Temporary pointers for state buffer */
- float32_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
- float32_t *pOut; /* Destination pointer */
- int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
- uint32_t delaySize = S->maxDelay + blockSize; /* state length */
- uint16_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
- int32_t readIndex; /* Read index of the state buffer */
- uint32_t tapCnt, blkCnt; /* loop counters */
- float32_t coeff = *pCoeffs++; /* Read the first coefficient value */
+ float32_t *pState = S->pState; /* State pointer */
+ const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ float32_t *px; /* Scratch buffer pointer */
+ float32_t *py = pState; /* Temporary pointers for state buffer */
+ float32_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
+ float32_t *pOut; /* Destination pointer */
+ int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
+ uint32_t delaySize = S->maxDelay + blockSize; /* state length */
+ uint16_t numTaps = S->numTaps; /* Number of filter coefficients in the filter */
+ int32_t readIndex; /* Read index of the state buffer */
+ uint32_t tapCnt, blkCnt; /* loop counters */
+ float32_t coeff = *pCoeffs++; /* Read the first coefficient value */
/* BlockSize of Input samples are copied into the state buffer */
@@ -110,26 +110,26 @@ void ref_fir_sparse_f32(
}
void ref_fir_sparse_q31(
- arm_fir_sparse_instance_q31 * S,
- q31_t * pSrc,
- q31_t * pDst,
- q31_t * pScratchIn,
- uint32_t blockSize)
+ arm_fir_sparse_instance_q31 * S,
+ q31_t * pSrc,
+ q31_t * pDst,
+ q31_t * pScratchIn,
+ uint32_t blockSize)
{
- q31_t *pState = S->pState; /* State pointer */
- q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q31_t *px; /* Scratch buffer pointer */
- q31_t *py = pState; /* Temporary pointers for state buffer */
- q31_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
- q31_t *pOut; /* Destination pointer */
- q63_t out; /* Temporary output variable */
- int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
- uint32_t delaySize = S->maxDelay + blockSize; /* state length */
- uint16_t numTaps = S->numTaps; /* Filter order */
- int32_t readIndex; /* Read index of the state buffer */
- uint32_t tapCnt, blkCnt; /* loop counters */
- q31_t coeff = *pCoeffs++; /* Read the first coefficient value */
- q31_t in;
+ q31_t *pState = S->pState; /* State pointer */
+ const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q31_t *px; /* Scratch buffer pointer */
+ q31_t *py = pState; /* Temporary pointers for state buffer */
+ q31_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
+ q31_t *pOut; /* Destination pointer */
+ q63_t out; /* Temporary output variable */
+ int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
+ uint32_t delaySize = S->maxDelay + blockSize; /* state length */
+ uint16_t numTaps = S->numTaps; /* Filter order */
+ int32_t readIndex; /* Read index of the state buffer */
+ uint32_t tapCnt, blkCnt; /* loop counters */
+ q31_t coeff = *pCoeffs++; /* Read the first coefficient value */
+ q31_t in;
/* BlockSize of Input samples are copied into the state buffer */
@@ -237,27 +237,27 @@ void ref_fir_sparse_q31(
}
void ref_fir_sparse_q15(
- arm_fir_sparse_instance_q15 * S,
- q15_t * pSrc,
- q15_t * pDst,
- q15_t * pScratchIn,
- q31_t * pScratchOut,
- uint32_t blockSize)
+ arm_fir_sparse_instance_q15 * S,
+ q15_t * pSrc,
+ q15_t * pDst,
+ q15_t * pScratchIn,
+ q31_t * pScratchOut,
+ uint32_t blockSize)
{
- q15_t *pState = S->pState; /* State pointer */
- q15_t *pIn = pSrc; /* Working pointer for input */
- q15_t *pOut = pDst; /* Working pointer for output */
- q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q15_t *px; /* Temporary pointers for scratch buffer */
- q15_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
- q15_t *py = pState; /* Temporary pointers for state buffer */
- int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
- uint32_t delaySize = S->maxDelay + blockSize; /* state length */
- uint16_t numTaps = S->numTaps; /* Filter order */
- int32_t readIndex; /* Read index of the state buffer */
- uint32_t tapCnt, blkCnt; /* loop counters */
- q15_t coeff = *pCoeffs++; /* Read the first coefficient value */
- q31_t *pScr2 = pScratchOut; /* Working pointer for pScratchOut */
+ q15_t *pState = S->pState; /* State pointer */
+ const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q15_t *pIn = pSrc; /* Working pointer for input */
+ q15_t *pOut = pDst; /* Working pointer for output */
+ q15_t *px; /* Temporary pointers for scratch buffer */
+ q15_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
+ q15_t *py = pState; /* Temporary pointers for state buffer */
+ int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
+ uint32_t delaySize = S->maxDelay + blockSize; /* state length */
+ uint16_t numTaps = S->numTaps; /* Filter order */
+ int32_t readIndex; /* Read index of the state buffer */
+ uint32_t tapCnt, blkCnt; /* loop counters */
+ q15_t coeff = *pCoeffs++; /* Read the first coefficient value */
+ q31_t *pScr2 = pScratchOut; /* Working pointer for pScratchOut */
/* BlockSize of Input samples are copied into the state buffer */
/* StateIndex points to the starting position to write in the state buffer */
@@ -358,27 +358,27 @@ void ref_fir_sparse_q15(
}
void ref_fir_sparse_q7(
- arm_fir_sparse_instance_q7 * S,
- q7_t *pSrc,
- q7_t *pDst,
- q7_t *pScratchIn,
- q31_t * pScratchOut,
- uint32_t blockSize)
+ arm_fir_sparse_instance_q7 * S,
+ q7_t *pSrc,
+ q7_t *pDst,
+ q7_t *pScratchIn,
+ q31_t * pScratchOut,
+ uint32_t blockSize)
{
- q7_t *pState = S->pState; /* State pointer */
- q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
- q7_t *px; /* Scratch buffer pointer */
- q7_t *py = pState; /* Temporary pointers for state buffer */
- q7_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
- q7_t *pOut = pDst; /* Destination pointer */
- int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
- uint32_t delaySize = S->maxDelay + blockSize; /* state length */
- uint16_t numTaps = S->numTaps; /* Filter order */
- int32_t readIndex; /* Read index of the state buffer */
- uint32_t tapCnt, blkCnt; /* loop counters */
- q7_t coeff = *pCoeffs++; /* Read the coefficient value */
- q31_t *pScr2 = pScratchOut; /* Working pointer for scratch buffer of output values */
- q31_t in;
+ q7_t *pState = S->pState; /* State pointer */
+ const q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */
+ q7_t *px; /* Scratch buffer pointer */
+ q7_t *py = pState; /* Temporary pointers for state buffer */
+ q7_t *pb = pScratchIn; /* Temporary pointers for scratch buffer */
+ q7_t *pOut = pDst; /* Destination pointer */
+ int32_t *pTapDelay = S->pTapDelay; /* Pointer to the array containing offset of the non-zero tap values. */
+ uint32_t delaySize = S->maxDelay + blockSize; /* state length */
+ uint16_t numTaps = S->numTaps; /* Filter order */
+ int32_t readIndex; /* Read index of the state buffer */
+ uint32_t tapCnt, blkCnt; /* loop counters */
+ q7_t coeff = *pCoeffs++; /* Read the coefficient value */
+ q31_t *pScr2 = pScratchOut; /* Working pointer for scratch buffer of output values */
+ q31_t in;
/* BlockSize of Input samples are copied into the state buffer */
/* StateIndex points to the starting position to write in the state buffer */
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/HelperFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/HelperFunctions.c
new file mode 100644
index 0000000..aa5a40f
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/HelperFunctions.c
@@ -0,0 +1,4 @@
+
+#include "mat_helper.c"
+#include "ref_helper.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/Intrinsics_.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/Intrinsics_.c
new file mode 100644
index 0000000..ed4b7c5
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/Intrinsics_.c
@@ -0,0 +1,3 @@
+
+#include "intrinsics.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/MatrixFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/MatrixFunctions.c
new file mode 100644
index 0000000..b611bfd
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/MatrixFunctions.c
@@ -0,0 +1,9 @@
+
+#include "mat_add.c"
+#include "mat_cmplx_mult.c"
+#include "mat_inverse.c"
+#include "mat_mult.c"
+#include "mat_scale.c"
+#include "mat_sub.c"
+#include "mat_trans.c"
+
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/StatisticsFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/StatisticsFunctions.c
new file mode 100644
index 0000000..426c3f7
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/StatisticsFunctions.c
@@ -0,0 +1,8 @@
+
+#include "max.c"
+#include "mean.c"
+#include "min.c"
+#include "power.c"
+#include "rms.c"
+#include "std.c"
+#include "var.c"
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c
index 7b91163..58393ca 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c
@@ -21,7 +21,7 @@ void ref_rms_q31(
q31_t * pResult)
{
uint32_t i;
- q63_t sumsq=0;
+ uint64_t sumsq = 0; /* accumulator (can get never negative. changed type from q63 to uint64 */
q63_t tmp1;
q31_t tmp2;
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/SupportFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/SupportFunctions.c
new file mode 100644
index 0000000..647eb46
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/SupportFunctions.c
@@ -0,0 +1,6 @@
+
+#include "copy.c"
+#include "fill.c"
+#include "fixed_to_fixed.c"
+#include "fixed_to_float.c"
+#include "float_to_fixed.c"
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/TransformFunctions.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/TransformFunctions.c
new file mode 100644
index 0000000..d0d10c4
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/TransformFunctions.c
@@ -0,0 +1,4 @@
+
+#include "cfft.c"
+#include "dct4.c"
+#include "rfft.c"
diff --git a/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c b/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c
index 1f2be89..1b564fc 100644
--- a/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c
+++ b/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c
@@ -8,7 +8,7 @@
;* @param[in] *pBitRevTab points to bit reversal table.
;* @return none.
;*/
-void arm_bitreversal_32(uint32_t *pSrc, uint32_t bitRevLen, uint32_t *pBitRevTab)
+void ref_arm_bitreversal_32(uint32_t *pSrc, uint32_t bitRevLen, uint32_t *pBitRevTab)
{
uint32_t a,b,i,tmp;
diff --git a/DSP/DSP_Lib_TestSuite/buildDspLibs.bat b/DSP/DSP_Lib_TestSuite/buildDspLibs.bat
new file mode 100644
index 0000000..aca6675
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/buildDspLibs.bat
@@ -0,0 +1,116 @@
+@echo off
+
+set UVEXE=C:\Keil_v5\UV4\UV4.EXE
+set CURDIR=%CD%
+
+if .%1==. goto help
+for %%a in (ARM GCC) do if %1==%%a goto startBuild
+goto help
+
+:startBuild
+echo.
+echo Building DSP Libraries %1
+
+if %1==ARM goto buildARM
+if %1==GCC goto buildGCC
+goto err
+
+:buildARM
+:buildGCC
+cd ..\Projects\%1
+
+echo Building DSP Library for Cortex-M0 Little Endian
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM0l" -o "DspLib_cortexM0l_build.log"
+
+echo Building DSP Library for Cortex-M3 Little Endian
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM3l" -o "DspLib_cortexM3l_build.log"
+
+echo Building DSP Library for Cortex-M4 Little Endian
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM4l" -o "DspLib_cortexM4l_build.log"
+
+echo Building DSP Library for Cortex-M4 Little Endian with single precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM4lf" -o "DspLib_cortexM4lf_build.log"
+
+echo Building DSP Library for Cortex-M7 Little Endian
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM7l" -o "DspLib_cortexM7l_build.log"
+
+echo Building DSP Library for Cortex-M7 Little Endian with single precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM7lfsp" -o "DspLib_cortexM7lfsp_build.log"
+
+echo Building DSP Library for Cortex-M7 Little Endian with double precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM7lfdp" -o "DspLib_cortexM7lfdp_build.log"
+
+echo Building DSP Library for ARMv8-M Baseline Little Endian
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MBLl" -o "DspLib_ARMv8MBLl_build.log"
+
+echo Building DSP Library for ARMv8-M Mainline Little Endian
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLl" -o "DspLib_ARMv8MMLl_build.log"
+
+echo Building DSP Library for ARMv8-M Mainline Little Endian with single precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLlfsp" -o "DspLib_ARMv8MMLlfsp_build.log"
+
+REM echo Building DSP Library for ARMv8-M Mainline Little Endian with double precision FPU
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLlfdp" -o "DspLib_ARMv8MMLlfdp_build.log"
+
+echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLld" -o "DspLib_ARMv8MMLld_build.log"
+
+echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions, single precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLldfsp" -o "DspLib_ARMv8MMLldfsp_build.log"
+
+REM echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions, double precision FPU
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLldfdp" -o "DspLib_ARMv8MMLldfdp_build.log"
+
+
+REM big endian libraries are skipped!
+
+REM echo Building DSP Library for Cortex-M0 Big Endian
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM0b" -o "DspLib_cortexM0b_build.log"
+
+REM echo Building DSP Library for Cortex-M3 Big Endian
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM3b" -o "DspLib_cortexM3b_build.log"
+
+REM echo Building DSP Library for Cortex-M4 Big Endian
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM4b" -o "DspLib_cortexM4b_build.log"
+
+REM echo Building DSP Library for Cortex-M4 Big Endian with single precision FPU
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM4bf" -o "DspLib_cortexM4bf_build.log"
+
+REM echo Building DSP Library for Cortex-M7 Big Endian
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM7b" -o "DspLib_cortexM7b_build.log"
+
+REM echo Building DSP Library for Cortex-M7 Big Endian with single precision FPU
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM7bfsp" -o "DspLib_cortexM7bfsp_build.log"
+
+REM echo Building DSP Library for Cortex-M7 Big Endian with double precision FPU
+REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM7bfdp" -o "DspLib_cortexM7bfdp_build.log"
+
+goto deleteIntermediateFiles
+
+
+:deleteIntermediateFiles
+echo.
+echo Deleting intermediate files
+rmdir /S /Q IntermediateFiles
+del /Q *.bak
+del /Q *.dep
+del /Q *.uvguix.*
+del /Q ArInp.*
+
+goto changeDir
+
+
+:changeDir
+cd %CURDIR%
+goto end
+
+:err
+
+:help
+echo Syntax: buildDspLibs toolchain
+echo.
+echo toolchain: ARM ^| GCC
+echo.
+echo e.g.: buildDspLibs ARM
+
+:end
diff --git a/DSP/DSP_Lib_TestSuite/buildRefLibs.bat b/DSP/DSP_Lib_TestSuite/buildRefLibs.bat
new file mode 100644
index 0000000..0f101eb
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/buildRefLibs.bat
@@ -0,0 +1,118 @@
+@echo off
+
+set UVEXE=C:\Keil_v5\UV4\UV4.EXE
+set CURDIR=%CD%
+
+if .%1==. goto help
+for %%a in (ARM ARMCLANG GCC) do if %1==%%a goto startBuild
+goto help
+
+:startBuild
+echo.
+echo Building DSP Reference Libraries %1
+
+if %1==ARM goto buildARM
+if %1==ARMCLANG goto buildARMCLANG
+if %1==GCC goto buildGCC
+goto err
+
+:buildARM
+:buildARMCLANG
+:buildGCC
+cd .\RefLibs\%1
+
+echo Building DSP Reference Library for Cortex-M0 Little Endian
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM0l" -o "RefLib_cortexM0l_build.log"
+
+echo Building DSP Reference Library for Cortex-M3 Little Endian
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM3l" -o "RefLib_cortexM3l_build.log"
+
+echo Building DSP Reference Library for Cortex-M4 Little Endian
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM4l" -o "RefLib_cortexM4l_build.log"
+
+echo Building DSP Reference Library for Cortex-M4 Little Endian with single precision FPU
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM4lf" -o "RefLib_cortexM4lf_build.log"
+
+echo Building DSP Reference Library for Cortex-M7 Little Endian
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM7l" -o "RefLib_cortexM7l_build.log"
+
+echo Building DSP Reference Library for Cortex-M7 Little Endian with single precision FPU
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM7lfsp" -o "RefLib_cortexM7lfsp_build.log"
+
+echo Building DSP Reference Library for Cortex-M7 Little Endian with double precision FPU
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM7lfdp" -o "RefLib_cortexM7lfdp_build.log"
+
+echo Building DSP Reference Library for ARMv8-M Baseline Little Endian
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MBLl" -o "RefLib_ARMv8MBLl_build.log"
+
+echo Building DSP Reference Library for ARMv8-M Mainline Little Endian
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MMLl" -o "RefLib_ARMv8MMLl_build.log"
+
+echo Building DSP Reference Library for ARMv8-M Mainline Little Endian with single precision FPU
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MMLlfsp" -o "RefLib_ARMv8MMLlfsp_build.log"
+
+REM echo Building DSP Reference Library for ARMv8-M Mainline Little Endian with double precision FPU
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MMLlfdp" -o "RefLib_ARMv8MMLlfdp_build.log"
+
+echo Building DSP Reference Library for ARMv8-M Mainline Little Endian with DSP instructions
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MMLld" -o "RefLib_ARMv8MMLld_build.log"
+
+echo Building DSP Reference Library for ARMv8-M Mainline Little Endian with DSP instructions, single precision FPU
+%UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MMLldfsp" -o "RefLib_ARMv8MMLldfsp_build.log"
+
+REM echo Building DSP Reference Library for ARMv8-M Mainline Little Endian with DSP instructions, double precision FPU
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t "ARMv8MMLldfdp" -o "RefLib_ARMv8MMLldfdp_build.log"
+
+
+REM big endian libraries are skipped!
+
+REM echo Building DSP Reference Library for Cortex-M0 Big Endian
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t"cortexM0b" -o "RefLib_cortexM0b_build.log"
+
+REM echo Building DSP Reference Library for Cortex-M3 Big Endian
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t"cortexM3b" -o "RefLib_cortexM3b_build.log"
+
+REM echo Building DSP Reference Library for Cortex-M4 Big Endian
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t"cortexM4b" -o "RefLib_cortexM4b_build.log"
+
+REM echo Building DSP Reference Library for Cortex-M4 Big Endian Big Endian with single precision FPU
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t"cortexM4bf" -o "RefLib_cortexM4bf_build.log"
+
+REM echo Building DSP Reference Library for Cortex-M7 Big Endian
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM7b" -o "RefLib_cortexM7b_build.log"
+
+REM echo Building DSP Reference Library for Cortex-M7 Big Endian with single precision FPU
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM7bfsp" -o "RefLib_cortexM7bfsp_build.log"
+
+REM echo Building DSP Reference Library for Cortex-M7 Big Endian with double precision FPU
+REM %UVEXE% -rb -j0 RefLibs.uvprojx -t "cortexM7bfdp" -o "RefLib_cortexM7bfdp_build.log"
+
+goto deleteIntermediateFiles
+
+
+:deleteIntermediateFiles
+echo.
+echo Deleting intermediate files
+rmdir /S /Q IntermediateFiles
+del /Q *.bak
+del /Q *.dep
+del /Q *.uvguix.*
+del /Q ArInp.*
+
+goto changeDir
+
+
+:changeDir
+cd %CURDIR%
+goto end
+
+:err
+
+:help
+echo Syntax: buildRefLibs toolchain
+echo.
+echo toolchain: ARM ^| ARMCLANG ^| GCC
+echo.
+echo e.g.: buildRefLibs ARM
+
+:end
diff --git a/DSP/DSP_Lib_TestSuite/log2txt.py b/DSP/DSP_Lib_TestSuite/log2txt.py
new file mode 100644
index 0000000..7cbbb96
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/log2txt.py
@@ -0,0 +1,110 @@
+#!/usr/bin/python3
+
+import sys
+import os
+
+error = 1
+
+
+def parseLog(filename):
+
+ inFileName = filename
+ outFileName = os.path.splitext(inFileName)[0] + '_parsed' + os.path.splitext(inFileName)[1]
+
+ infile = open(inFileName).read()
+ infile = infile.split('\n')
+
+ outfile = open(outFileName, 'w')
+
+ count = 0
+ strName = ""
+ strNr = -1
+ strFUT = ""
+ coverageInfo = 0
+
+ for line in infile:
+ if line.find("==================================================") != -1:
+ continue
+ if line.find("--------------------------------------------------") != -1:
+ continue
+ if line.find("Start: Group") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("End: Group") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("Start: Test") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("End: Test") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("Start Dump: String") != -1:
+ continue
+ if line.find("End Dump: String") != -1:
+ strName = strName.rstrip("\n")
+ outfile.write(strName)
+ if strNr == 3:
+ strFUT = strName
+# else:
+# strFUT == ""
+ if strName == "Group Name:":
+ strNr = 1
+ outfile.write(" ")
+ elif strName == "Test Name:":
+ strNr = 2
+ outfile.write(" ")
+ elif strName == "Function Under Test:":
+ strNr = 3
+ outfile.write(" ")
+ else:
+ strNr = 4
+ if len(strName) < 128:
+ outfile.write("\n")
+ strName = ""
+ continue
+ if line.find("Start: Coverage Information") != -1:
+ coverageInfo = 1
+ outfile.write(line)
+ outfile.write("\n")
+ if line.find("End: Coverage Information") != -1:
+ strFUT == ""
+ coverageInfo = 0
+ if coverageInfo == 1:
+# if line.find(strFUT) == -1: #this line contains no relevant coverage info
+# continue
+ if line.find("- 0%") == -1 and line.find("src") == -1 and line.find("Functions") != -1:
+ outfile.write(line + "\n")
+ continue
+ if line.find("0x") == 0: #this is a line to translate
+ line = line[12:35] + line[37:61]
+ nums = line.split(' ')
+ for num in nums:
+ intNum = int(num, base=16)
+# if intNum == 10:
+# continue
+ if intNum == 0:
+ continue
+ strName += str(chr(intNum))
+ continue
+ outfile.write(line)
+ outfile.write("\n")
+
+def print_usage(sys_argv):
+ script_name = sys_argv[0]
+ usage_str = "Syntax: {0} filename\n"
+
+ print (usage_str)
+
+def exit_on_error(sys_argv):
+ print_usage(sys_argv)
+ exit(1)
+
+if __name__ == '__main__':
+ arg_len = len(sys.argv)
+
+ if arg_len != 2:
+ exit_on_error(sys.argv)
+
+ if error == parseLog(sys.argv[1]):
+ exit_on_error(sys.argv)
diff --git a/DSP/DSP_Lib_TestSuite/parseLog.py b/DSP/DSP_Lib_TestSuite/parseLog.py
index 0bbc357..97354f7 100644
--- a/DSP/DSP_Lib_TestSuite/parseLog.py
+++ b/DSP/DSP_Lib_TestSuite/parseLog.py
@@ -1,6 +1,8 @@
+#!/usr/bin/python3
+
import sys
-toolchain_list = ["ARM", "GCC"]
+toolchain_list = ["ARM", "GCC", "ARMCLANG"]
core_list = ["cortexM0l", "cortexM3l", "cortexM4l", "cortexM4lf", "cortexM7l", "cortexM7lfsp", "cortexM7lfdp",
"ARMv8MBLl", "ARMv8MMLl", "ARMv8MMLlfsp", "ARMv8MMLlfdp", "ARMv8MMLld", "ARMv8MMLldfsp", "ARMv8MMLldfdp" ]
test_list = ["MPS2", "FVP", "Simulator"]
@@ -9,15 +11,15 @@ error = 1
def parseLog(toolchain, core, test):
if toolchain not in toolchain_list:
- print "Error: Unkown toolchain '{0}'".format(toolchain)
+ print ("Error: Unkown toolchain '{0}'".format(toolchain))
return error
if core not in core_list:
- print "Error: Unkown core '{0}'".format(core)
+ print ("Error: Unkown core '{0}'".format(core))
return error
if test not in test_list:
- print "Error: Unkown test '{0}'".format(test)
+ print ("Error: Unkown test '{0}'".format(test))
return error
inFileName = ".\DspLibTest_{2}\{0}\Logs\DspLibTest_{2}_{1}.log".format(toolchain, core, test)
@@ -110,7 +112,7 @@ def print_usage(sys_argv):
argument_desc += "\n test: {0}".format(" ".join(test_list))
argument_desc += "\n\ne.g.: parseLog ARM cortexM3l FVP"
- print usage_str + argument_desc
+ print (usage_str + argument_desc)
def exit_on_error(sys_argv):
print_usage(sys_argv)
diff --git a/DSP/DSP_Lib_TestSuite/parseLog_SV.py b/DSP/DSP_Lib_TestSuite/parseLog_SV.py
new file mode 100644
index 0000000..19d507c
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/parseLog_SV.py
@@ -0,0 +1,128 @@
+#!/usr/bin/python3
+
+import sys
+
+toolchain_list = ["ARM", "GCC", "ARMCLANG"]
+core_list = ["cortexM0l", "cortexM3l", "cortexM4l", "cortexM4lf", "cortexM7l", "cortexM7lfsp", "cortexM7lfdp",
+ "ARMv8MBLl", "ARMv8MMLl", "ARMv8MMLlfsp", "ARMv8MMLlfdp", "ARMv8MMLld", "ARMv8MMLldfsp", "ARMv8MMLldfdp" ]
+test_list = ["MPS2", "FVP", "Simulator"]
+error = 1
+
+
+def parseLog(toolchain, core, test):
+ if toolchain not in toolchain_list:
+ print ("Error: Unkown toolchain '{0}'".format(toolchain))
+ return error
+
+ if core not in core_list:
+ print ("Error: Unkown core '{0}'".format(core))
+ return error
+
+ if test not in test_list:
+ print ("Error: Unkown test '{0}'".format(test))
+ return error
+
+ inFileName = ".\DspLibTest_SV_{2}\{0}\Logs\DspLibTest_{2}_{1}.log".format(toolchain, core, test)
+ outFileName = ".\DspLibTest_SV_{2}\{0}\Logs\DspLibTest_{2}_{1}_parsed.log".format(toolchain, core, test)
+
+ infile = open(inFileName).read()
+ infile = infile.split('\n')
+
+ outfile = open(outFileName, 'w')
+
+ count = 0
+ strName = ""
+ strNr = -1
+ strFUT = ""
+ coverageInfo = 0
+
+ for line in infile:
+ if line.find("==================================================") != -1:
+ continue
+ if line.find("--------------------------------------------------") != -1:
+ continue
+ if line.find("Start: Group") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("End: Group") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("Start: Test") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("End: Test") != -1:
+ outfile.write("\n")
+ continue
+ if line.find("Start Dump: String") != -1:
+ continue
+ if line.find("End Dump: String") != -1:
+ strName = strName.rstrip("\n")
+ outfile.write(strName)
+ if strNr == 3:
+ strFUT = strName
+# else:
+# strFUT == ""
+ if strName == "Group Name:":
+ strNr = 1
+ outfile.write(" ")
+ elif strName == "Test Name:":
+ strNr = 2
+ outfile.write(" ")
+ elif strName == "Function Under Test:":
+ strNr = 3
+ outfile.write(" ")
+ else:
+ strNr = 4
+ if len(strName) < 128:
+ outfile.write("\n")
+ strName = ""
+ continue
+ if line.find("Start: Coverage Information") != -1:
+ coverageInfo = 1
+ outfile.write(line)
+ outfile.write("\n")
+ if line.find("End: Coverage Information") != -1:
+ strFUT == ""
+ coverageInfo = 0
+ if coverageInfo == 1:
+# if line.find(strFUT) == -1: #this line contains no relevant coverage info
+# continue
+ if line.find("- 0%") == -1 and line.find("src") == -1 and line.find("Functions") != -1:
+ outfile.write(line + "\n")
+ continue
+ if line.find("0x") == 0: #this is a line to translate
+ line = line[12:35] + line[37:61]
+ nums = line.split(' ')
+ for num in nums:
+ intNum = int(num, base=16)
+# if intNum == 10:
+# continue
+ if intNum == 0:
+ continue
+ strName += str(chr(intNum))
+ continue
+ outfile.write(line)
+ outfile.write("\n")
+
+def print_usage(sys_argv):
+ script_name = sys_argv[0]
+ usage_str = "Syntax: {0} toolchain core test\n".format(sys.argv[0])
+ argument_desc = "\n toolchain: {0}".format(" ".join(toolchain_list))
+ argument_desc += "\n core: {0}".format(" ".join(core_list))
+ argument_desc += "\n test: {0}".format(" ".join(test_list))
+ argument_desc += "\n\ne.g.: parseLog ARM cortexM3l FVP"
+
+ print (usage_str + argument_desc)
+
+def exit_on_error(sys_argv):
+ print_usage(sys_argv)
+ exit(1)
+
+if __name__ == '__main__':
+ arg_len = len(sys.argv)
+
+ if arg_len != 4:
+ exit_on_error(sys.argv)
+
+ if error == parseLog(sys.argv[1], sys.argv[2], sys.argv[3]):
+ exit_on_error(sys.argv)
diff --git a/DSP/DSP_Lib_TestSuite/runTest.bat b/DSP/DSP_Lib_TestSuite/runTest.bat
new file mode 100644
index 0000000..1d8d4b7
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/runTest.bat
@@ -0,0 +1,141 @@
+@echo off
+
+set UVEXE=C:\Keil_v5\UV4\UV4.EXE
+
+if .%1==. goto help
+for %%a in (ARM GCC ARMCLANG) do if %1==%%a goto checkParam2
+echo parameter %1 not supported.
+goto help
+
+:checkParam2
+if .%2==. goto help
+for %%a in ( ^
+ cortexM0l ^
+ cortexM3l ^
+ cortexM4l ^
+ cortexM4lf ^
+ cortexM7l ^
+ cortexM7lfsp ^
+ cortexM7lfdp ^
+ ARMv8MBLl ^
+ ARMv8MMLl ^
+ ARMv8MMLlfsp ^
+ ARMv8MMLlfdp ^
+ ARMv8MMLld ^
+ ARMv8MMLldfsp ^
+ ARMv8MMLldfdp ^
+ ) do if %2==%%a goto checkParam3
+echo parameter %2 not supported.
+goto help
+
+:checkParam3
+if .%3==. goto help
+for %%a in (MPS2 FVP Simulator) do if %3==%%a goto CheckLibraries
+echo parameter %3 not supported.
+goto help
+
+:CheckLibraries
+if %1==ARM goto CheckLibrariesARM
+if %1==ARMCLANG goto CheckLibrariesARMCLANG
+if %1==GCC goto CheckLibrariesGCC
+goto end
+
+:CheckLibrariesARM
+if not exist ".\RefLibs\%1\Lib\arm_%2_ref.lib" (echo ".\RefLibs\%1\Lib\arm_%2_ref.lib" not found. & goto end)
+if not exist "..\Lib\%1\arm_%2_math.lib" (echo "..\Lib\%1\arm_%2_ref.lib" not found. & goto end)
+goto CopyLibrariesARM
+
+:CheckLibrariesARMCLANG
+if not exist ".\RefLibs\%1\Lib\arm_%2_ref.lib" (echo ".\RefLibs\%1\Lib\arm_%2_ref.lib" not found. & goto end)
+if not exist "..\Lib\%1\arm_%2_math.lib" (echo "..\Lib\%1\arm_%2_ref.lib" not found. & goto end)
+goto CopyLibrariesARMCLANG
+
+:CheckLibrariesGCC
+if not exist ".\RefLibs\%1\Lib\libarm_%2_ref.a" (echo ".\RefLibs\%1\Lib\libarm_%2_ref.a" not found. & goto end)
+if not exist "..\Lib\%1\libarm_%2_math.a" (echo "..\Lib\%1\libarm_%2_math.a" not found. & goto end)
+goto CopyLibrariesGCC
+
+:CopyLibrariesARM
+copy /B ".\RefLibs\%1\Lib\arm_%2_ref.lib" .\DspLibTest_%3\%1\Lib\arm_ref.lib /B /Y
+copy /B "..\Lib\%1\arm_%2_math.lib" .\DspLibTest_%3\%1\Lib\arm_math.lib /B /Y
+goto buildProject
+
+:CopyLibrariesARMCLANG
+copy /B ".\RefLibs\%1\Lib\arm_%2_ref.lib" .\DspLibTest_%3\%1\Lib\arm_ref.lib /B /Y
+copy /B "..\Lib\%1\arm_%2_math.lib" .\DspLibTest_%3\%1\Lib\arm_math.lib /B /Y
+goto buildProject
+
+:CopyLibrariesGCC
+copy /B ".\RefLibs\%1\Lib\libarm_%2_ref.a" .\DspLibTest_%3\%1\Lib\libarm_ref.a /B /Y
+copy /B "..\Lib\%1\libarm_%2_math.a" .\DspLibTest_%3\%1\Lib\libarm_math.a /B /Y
+goto buildProject
+
+:buildProject
+ echo Build Test Project ...
+%UVEXE% -r -j0 .\DspLibTest_%3\%1\DspLibTest_%3.uvprojx -t "%2" -o ".\Logs\DspLibTest_%3_%2_build.log"
+
+ echo Run Test ...
+del /Q ".\DspLibTest_%3\%1\Logs\DspLibTest_%3.log" 2>NUL
+del /Q ".\DspLibTest_%3\%1\Logs\DspLibTest_%3_%2.log" 2>NUL
+
+rem get start time (The format of %TIME% is HH:MM:SS,CS for example 23:59:59,99)
+set STARTTIME=%TIME%
+
+rem run the test
+%UVEXE% -d .\DspLibTest_%3\%1\DspLibTest_%3.uvprojx -t "%2"
+
+rem get end time
+set ENDTIME=%TIME%
+
+rem calculate duration
+rem Change formatting for the start and end times
+for /F "tokens=1-4 delims=:.," %%a in ("%STARTTIME%") do (
+ set /A "start=(((%%a*60)+1%%b %% 100)*60+1%%c %% 100)*100+1%%d %% 100"
+)
+
+for /F "tokens=1-4 delims=:.," %%a in ("%ENDTIME%") do (
+ set /A "end=(((%%a*60)+1%%b %% 100)*60+1%%c %% 100)*100+1%%d %% 100"
+)
+
+rem Test midnight rollover. If so, add 1 day=8640000 1/100ths secs
+if %end% lss %start% set /a end+=8640000
+
+rem Calculate the elapsed time by subtracting values
+set /A elapsed=end-start
+
+rem Format the results for output
+set /A hh=elapsed/(60*60*100), rest=elapsed%%(60*60*100), mm=rest/(60*100), rest%%=60*100, ss=rest/100, cc=rest%%100
+if %hh% lss 10 set hh=0%hh%
+if %mm% lss 10 set mm=0%mm%
+if %ss% lss 10 set ss=0%ss%
+if %cc% lss 10 set cc=0%cc%
+
+set DURATION=%hh%:%mm%:%ss%,%cc%
+
+rem write time to file
+echo Test %1 %2 : > ".\DspLibTest_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+echo Start time: %STARTTIME% >> ".\DspLibTest_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+echo End time: %ENDTIME% >> ".\DspLibTest_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+echo Duration: %DURATION% >> ".\DspLibTest_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+
+ echo Copy Logfile ...
+copy /B ".\DspLibTest_%3\%1\Logs\DspLibTest_%3.log" ".\DspLibTest_%3\%1\Logs\DspLibTest_%3_%2.log"
+
+goto end
+
+
+:help
+echo.
+echo Syntax: runTest toolchain core test
+echo.
+echo toolchain: ARM ^| GCC
+echo core: cortexM0l ^| cortexM3l ^| cortexM4l ^| cortexM4lf ^| cortexM7l ^| cortexM7lfsp ^| cortexM7lfdp
+echo ARMv8MBLl
+echo ARMv8MMLl ^| ARMv8MMLlfsp ^| ARMv8MMLlfdp
+echo ARMv8MMLld ^| ARMv8MMLldfsp ^| ARMv8MMLldfdp
+echo test: MPS2 ^| FVP ^| Simulator
+echo.
+echo e.g.: runTest ARM cortexM3l Simulator
+
+:end
+@echo on
diff --git a/DSP/DSP_Lib_TestSuite/runTest_SV.bat b/DSP/DSP_Lib_TestSuite/runTest_SV.bat
new file mode 100644
index 0000000..e695441
--- /dev/null
+++ b/DSP/DSP_Lib_TestSuite/runTest_SV.bat
@@ -0,0 +1,105 @@
+@echo off
+
+set UVEXE=C:\Keil_v5\UV4\UV4.EXE
+
+if .%1==. goto help
+for %%a in (ARM GCC ARMCLANG) do if %1==%%a goto checkParam2
+echo parameter %1 not supported.
+goto help
+
+:checkParam2
+if .%2==. goto help
+for %%a in ( ^
+ cortexM0l ^
+ cortexM3l ^
+ cortexM4l ^
+ cortexM4lf ^
+ cortexM7l ^
+ cortexM7lfsp ^
+ cortexM7lfdp ^
+ ARMv8MBLl ^
+ ARMv8MMLl ^
+ ARMv8MMLlfsp ^
+ ARMv8MMLlfdp ^
+ ARMv8MMLld ^
+ ARMv8MMLldfsp ^
+ ARMv8MMLldfdp ^
+ ) do if %2==%%a goto checkParam3
+echo parameter %2 not supported.
+goto help
+
+:checkParam3
+if .%3==. goto help
+for %%a in (MPS2 FVP Simulator) do if %3==%%a goto buildProject
+echo parameter %3 not supported.
+goto help
+
+:buildProject
+ echo Build Test Project ...
+%UVEXE% -r -j0 .\DspLibTest_SV_%3\%1\DspLibTest_%3.uvprojx -t "%2" -o ".\Logs\DspLibTest_%3_%2_build.log"
+
+ echo Run Test ...
+del /Q ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3.log" 2>NUL
+del /Q ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3_%2.log" 2>NUL
+
+rem get start time (The format of %TIME% is HH:MM:SS,CS for example 23:59:59,99)
+set STARTTIME=%TIME%
+
+rem run the test
+%UVEXE% -d .\DspLibTest_SV_%3\%1\DspLibTest_%3.uvprojx -t "%2"
+
+rem get end time
+set ENDTIME=%TIME%
+
+rem calculate duration
+rem Change formatting for the start and end times
+for /F "tokens=1-4 delims=:.," %%a in ("%STARTTIME%") do (
+ set /A "start=(((%%a*60)+1%%b %% 100)*60+1%%c %% 100)*100+1%%d %% 100"
+)
+
+for /F "tokens=1-4 delims=:.," %%a in ("%ENDTIME%") do (
+ set /A "end=(((%%a*60)+1%%b %% 100)*60+1%%c %% 100)*100+1%%d %% 100"
+)
+
+rem Test midnight rollover. If so, add 1 day=8640000 1/100ths secs
+if %end% lss %start% set /a end+=8640000
+
+rem Calculate the elapsed time by subtracting values
+set /A elapsed=end-start
+
+rem Format the results for output
+set /A hh=elapsed/(60*60*100), rest=elapsed%%(60*60*100), mm=rest/(60*100), rest%%=60*100, ss=rest/100, cc=rest%%100
+if %hh% lss 10 set hh=0%hh%
+if %mm% lss 10 set mm=0%mm%
+if %ss% lss 10 set ss=0%ss%
+if %cc% lss 10 set cc=0%cc%
+
+set DURATION=%hh%:%mm%:%ss%,%cc%
+
+rem write time to file
+echo Test %1 %2 : > ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+echo Start time: %STARTTIME% >> ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+echo End time: %ENDTIME% >> ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+echo Duration: %DURATION% >> ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3_%2_time.log"
+
+ echo Copy Logfile ...
+copy /B ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3.log" ".\DspLibTest_SV_%3\%1\Logs\DspLibTest_%3_%2.log"
+
+goto end
+
+
+:help
+echo.
+echo Syntax: runTest toolchain core test
+echo.
+echo toolchain: ARM ^| ARMCLANG ^| GCC
+echo core: cortexM0l ^| cortexM3l ^| cortexM4l ^| cortexM4lf ^| cortexM7l ^| cortexM7lfsp ^| cortexM7lfdp
+echo ARMv8MBLl
+echo ARMv8MMLl ^| ARMv8MMLlfsp ^| ARMv8MMLlfdp
+echo ARMv8MMLld ^| ARMv8MMLldfsp ^| ARMv8MMLldfdp
+echo test: MPS2 ^| FVP ^| Simulator
+echo.
+echo e.g.: runTest ARM cortexM3l Simulator
+
+:end
+@echo on