Searched full:files (Results 1 – 25 of 173) sorted by relevance
1234567
/cmsis-dsp-3.7.0-3.6.0/ |
D | README.md | 59 The header files are part of the CMSIS-DSP pack (version 1.10.2 and above). 80 * [Folders and files](#folders-and-files) 82 * [Files](#files) 150 …uild the examples for several platforms. It will generate lots of `.cprj` files that can be built … 160 In each source folder (like `BasicMathFunctions`), you'll see files with no `_datatype` suffix (lik… 162 Those files are all you need in your makefile. They are including all other C files from the source… 206 …files without a datatype suffix. For instance for `BasicMathFunctions`, you can build all the C fi… 208 `f16` files are not mandatory. You can build with `-DDISABLEFLOAT16` 249 ## Folders and files 271 * Include files for CMSIS-DSP [all …]
|
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/ |
D | dsp.dxy.in | 74 # and will distribute the generated files over these directories. Enabling this 75 # option can be useful when feeding doxygen a huge amount of source files, where 76 # putting all generated files in the same directory would otherwise causes 95 # characters to appear in the names of generated files. If set to NO, non-ASCII 170 # before files name in the file list and in the header files. If set to NO the 325 # Doxygen selects the parser to use depending on the extension of the files it 334 # default for Fortran type files). For instance to make doxygen treat .inc files 335 # as Fortran files (default is PHP), and .f files as C (default is Fortran), 338 # Note: For files without extension you can use no_extension as a placeholder. 341 # the files are not read by doxygen. When specifying no_extension you should add [all …]
|
/cmsis-dsp-3.7.0-3.6.0/ComputeLibrary/ |
D | README.md | 4 This folder is containing two files imported from the ComputeLibrary: 8 In the original compute library, there are instead two other files: 14 The tables contained in NEMath.inl have been moved to arm_cl_tables.c and finally the files are in … 20 The license covering those files is different : It is a MIT license.
|
/cmsis-dsp-3.7.0-3.6.0/Testing/ |
D | README.md | 20 …u have cloned the right version and installed the Python packages, you need to generate some files. 22 **Generation of all C files needed to build the tests.** 40 …to execute this function. No need to redo all the previous steps to generate all the missing files. 50 … is converting the solution file, using `csolution`, to generate the `.cprj` files for each target 216 The root folder for pattern files and output files is different. 282 Pattern files have the following format: 299 Output files are only containing the hexadecimal values. 301 Parameters files have the following format: 396 ### Generate the cpp,h and txt files from the desc.txt file 401 Those folders are used to contain the files generated by the scripts. [all …]
|
D | processTests.py | 15 # Input is include files 17 # So the .h for include files need to be generated.
|
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/ |
D | runarmds.bat | 1 "C:\Program Files\ARM\Development Studio 2022.0\bin\FVP_VE_Cortex-A5x1.exe" ^ 5 "C:\Program Files\ARM\Development Studio 2022.0\bin\FVP_VE_Cortex-A7x1.exe" ^ 9 "C:\Program Files\ARM\Development Studio 2022.0\bin\FVP_VE_Cortex-A9x1.exe" ^
|
D | test.cproject.yml | 26 files: 31 files: 43 files: 46 files:
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/docs/source/ |
D | conf.py | 43 # List of patterns, relative to source directory, that match files and 44 # directories to ignore when looking for source files. 56 # Add any paths that contain custom static files (such as style sheets) here, 57 # relative to this directory. They are copied after the builtin static files,
|
/cmsis-dsp-3.7.0-3.6.0/Testing/TestScripts/ |
D | CodeGen.py | 41 Generate include files, cpp files, and .txt files for test control 278 folder to the path used to get input files 289 So the lenght of those files will be a multiple of 2. 434 It is used to dump input patterns in include files 467 It is used to dump input patterns in include files 493 It is used to dump input patterns in include files 513 It is used to dump input patterns in include files 531 It is used to dump input patterns in include files 836 """ Generate all files from the trees of tests 853 # Generate .cpp and .h files neded to run the tests [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_bayes_example/ |
D | arm_bayes_example.uvprojx | 13 <pCCUsed>6180000::V6.18::..\..\Program Files (x86)\ArmCompilerforEmbedded6.18</pCCUsed> 384 <GroupName>Source Files</GroupName> 385 <Files> 391 </Files> 395 <Files> 401 </Files> 415 <pCCUsed>6180000::V6.18::..\..\Program Files (x86)\ArmCompilerforEmbedded6.18</pCCUsed> 786 <GroupName>Source Files</GroupName> 787 <Files> 793 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_class_marks_example/ |
D | arm_class_marks_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 391 </Files> 395 <Files> 401 </Files> 415 <pCCUsed>6180000::V6.18::..\..\Program Files (x86)\ArmCompilerforEmbedded6.18</pCCUsed> 786 <GroupName>Source Files</GroupName> 787 <Files> 793 </Files> 797 <Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_matrix_example/ |
D | arm_matrix_example.uvprojx | 13 <pCCUsed>6180000::V6.18::..\..\Program Files (x86)\ArmCompilerforEmbedded6.18</pCCUsed> 384 <GroupName>Source Files</GroupName> 385 <Files> 396 </Files> 400 <Files> 406 </Files> 420 <pCCUsed>6180000::V6.18::..\..\Program Files (x86)\ArmCompilerforEmbedded6.18</pCCUsed> 791 <GroupName>Source Files</GroupName> 792 <Files> 803 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/src/ |
D | mainpage.md | 35 … don't want to include everything, you can also rely on individual header files from the `Include/… 56 Include | Include files for using and building the lib 57 PrivateInclude | Private include files for building the lib 58 Source | Source files
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_sin_cos_example/ |
D | arm_sin_cos_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 391 </Files> 395 <Files> 401 </Files> 786 <GroupName>Source Files</GroupName> 787 <Files> 793 </Files> 797 <Files> 803 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_svm_example/ |
D | arm_svm_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 391 </Files> 395 <Files> 401 </Files> 786 <GroupName>Source Files</GroupName> 787 <Files> 793 </Files> 797 <Files> 803 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_variance_example/ |
D | arm_variance_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 391 </Files> 395 <Files> 401 </Files> 786 <GroupName>Source Files</GroupName> 787 <Files> 793 </Files> 797 <Files> 803 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_convolution_example/ |
D | arm_convolution_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 396 </Files> 400 <Files> 406 </Files> 791 <GroupName>Source Files</GroupName> 792 <Files> 803 </Files> 807 <Files> 813 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_fft_bin_example/ |
D | arm_fft_bin_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 396 </Files> 400 <Files> 406 </Files> 791 <GroupName>Source Files</GroupName> 792 <Files> 803 </Files> 807 <Files> 813 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_signal_converge_example/ |
D | arm_signal_converge_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 401 </Files> 405 <Files> 411 </Files> 796 <GroupName>Source Files</GroupName> 797 <Files> 813 </Files> 817 <Files> 823 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_dotproduct_example/ |
D | arm_dotproduct_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 391 </Files> 395 <Files> 401 </Files> 786 <GroupName>Source Files</GroupName> 787 <Files> 793 </Files> 797 <Files> 803 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_fir_example/ |
D | arm_fir_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 401 </Files> 405 <Files> 411 </Files> 796 <GroupName>Source Files</GroupName> 797 <Files> 813 </Files> 817 <Files> 823 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_linear_interp_example/ |
D | arm_linear_interp_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 401 </Files> 405 <Files> 411 </Files> 796 <GroupName>Source Files</GroupName> 797 <Files> 813 </Files> 817 <Files> 823 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_graphic_equalizer_example/ |
D | arm_graphic_equalizer_example.uvprojx | 384 <GroupName>Source Files</GroupName> 385 <Files> 401 </Files> 405 <Files> 411 </Files> 796 <GroupName>Source Files</GroupName> 797 <Files> 813 </Files> 817 <Files> 823 </Files> [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/style_template/ |
D | layout.xml | 34 <tab type="files" visible="no" title="Files"> 185 <files visible="yes" title=""/> 237 <files visible="yes"/>
|
1234567