Home
last modified time | relevance | path

Searched full:project (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/cmsis-dsp-latest/Source/
DconfigDsp.cmake1 function(configDsp project)
4 target_compile_definitions(${project} PUBLIC __GNUC_PYTHON__)
8 target_compile_definitions(${project} PRIVATE ARM_MATH_LOOPUNROLL)
12 target_compile_definitions(${project} PRIVATE ARM_MATH_ROUNDING)
16 target_compile_definitions(${project} PRIVATE ARM_MATH_MATRIX_CHECK)
20 target_compile_definitions(${project} PRIVATE ARM_MATH_AUTOVECTORIZE)
25 target_include_directories(${project} PUBLIC "${DSP}/ComputeLibrary/Include")
26 target_compile_definitions(${project} PRIVATE ARM_MATH_NEON)
32 target_include_directories(${project} PUBLIC "${DSP}/ComputeLibrary/Include")
33 target_compile_definitions(${project} PRIVATE ARM_MATH_NEON_EXPERIMENTAL)
[all …]
/cmsis-dsp-latest/Examples/cmsis_build/
Dexamples_gcc.csolution.yml53 - project: ./projects/bayes.cproject.yml
54 - project: ./projects/classmarks.cproject.yml
55 - project: ./projects/convolution.cproject.yml
56 - project: ./projects/dotproduct.cproject.yml
57 - project: ./projects/fftbin.cproject.yml
58 - project: ./projects/fir.cproject.yml
59 - project: ./projects/graphicequalizer.cproject.yml
60 - project: ./projects/linearinterp.cproject.yml
61 - project: ./projects/matrix.cproject.yml
62 - project: ./projects/signalconverge.cproject.yml
[all …]
Dexamples_ac6.csolution.yml71 - project: ./projects/bayes.cproject.yml
72 - project: ./projects/classmarks.cproject.yml
73 - project: ./projects/convolution.cproject.yml
74 - project: ./projects/dotproduct.cproject.yml
75 - project: ./projects/fftbin.cproject.yml
76 - project: ./projects/fir.cproject.yml
77 - project: ./projects/graphicequalizer.cproject.yml
78 - project: ./projects/linearinterp.cproject.yml
79 - project: ./projects/matrix.cproject.yml
80 - project: ./projects/signalconverge.cproject.yml
[all …]
/cmsis-dsp-latest/
DARM.CMSIS-DSP.pdsc104 <project>
106 </project>
118 <project>
120 </project>
132 <project>
134 </project>
146 <project>
148 </project>
160 <project>
162 </project>
[all …]
DREADME.md41 A [PythonWrapper](https://pypi.org/project/cmsisdsp/) is also available and can be installed with:
120 …Toolbox which is containing the package installer, cmsis build and cmsis project manager. Here is …
124 * Documentation about [CMSIS Project manager](https://github.com/Open-CMSIS-Pack/devtools/blob/main…
156 Create a `CMakeLists.txt` and inside add a project.
163 # Define the project
164 project (testcmsisdsp VERSION 0.1)
/cmsis-dsp-latest/PythonWrapper/
DCMakeLists.txt3 # Define the project
4 project (pythonwrapper VERSION 0.1)
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in4 # doxygen (www.doxygen.org) for a project.
26 # Project related configuration options
40 # project for which the documentation is generated. This name is used in the
42 # The default value is: My Project.
46 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
53 # for a project that appears at the top of each page and should give viewer a
54 # quick idea about the purpose of the project. Keep the description short.
289 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
297 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
305 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
[all …]
/cmsis-dsp-latest/dsppp/
Dtest.csolution.yml105 - project: ./test.cproject.yml
106 - project: ./example.cproject.yml
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dconf.py22 # -- Project information -----------------------------------------------------
24 project = 'cmsisdsp' variable
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmainpage.md35 …re writing the C version. Is is available on [PyPI.org](https://pypi.org/project/cmsisdsp/). It ca…
59 … header files from the `Include/dsp/` folder and include only those that are needed in the project.
91 Each library project has different preprocessor macros.
/cmsis-dsp-latest/Source/SupportFunctions/
Darm_f16_to_q15.c2 * Project: CMSIS DSP Library
61 defined in the preprocessor section of project options.
Darm_f64_to_q15.c2 * Project: CMSIS DSP Library
58 defined in the preprocessor section of project options.
Darm_f64_to_q31.c2 * Project: CMSIS DSP Library
59 defined in the preprocessor section of project options.
Darm_f64_to_q7.c2 * Project: CMSIS DSP Library
58 * defined in the preprocessor section of project options.
/cmsis-dsp-latest/Examples/cmsis_build/projects/
Ddotproduct.cproject.yml1 project:
Dvariance.cproject.yml1 project:
Dsvm.cproject.yml1 project:
Dbayes.cproject.yml1 project:
Dclassmarks.cproject.yml1 project:
Dsincos.cproject.yml1 project:
/cmsis-dsp-latest/Examples/cmsis_build/projects/RTE/_Release_VHT_M7/
DRTE_Components.h5 * Project: 'bayes.Release+VHT_M7'
/cmsis-dsp-latest/Examples/cmsis_build/projects/RTE/_Release_VHT_M0P/
DRTE_Components.h5 * Project: 'bayes.Release+VHT_M0P'
/cmsis-dsp-latest/dsppp/RTE/_Release_VHT_M0P/
DRTE_Components.h5 * Project: 'test.Release+VHT_M0P'
/cmsis-dsp-latest/dsppp/RTE/_Release_VHT_M4/
DRTE_Components.h5 * Project: 'test.Release+VHT_M4'
/cmsis-dsp-latest/dsppp/RTE/_Release_IPSS_M0P/
DRTE_Components.h5 * Project: 'test.Release+IPSS_M0P'

12345678910>>...35