Home
last modified time | relevance | path

Searched refs:project (Results 1 – 10 of 10) sorted by relevance

/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 …]
DCMakeLists.txt3 project(CMSISDSP)
/cmsis-dsp-latest/PythonWrapper/
DCMakeLists.txt3 # Define the project
4 project (pythonwrapper VERSION 0.1)
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dconf.py24 project = 'cmsisdsp' variable
Dindex.rst31 This project is under development.
/cmsis-dsp-latest/
DCMakeLists.txt5 # project fetches CMSIS-DSP by calling FetchContent_MakeAvailable(), the call
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 …
156 Create a `CMakeLists.txt` and inside add a project.
163 # Define the project
164 project (testcmsisdsp VERSION 0.1)
/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/Documentation/Doxygen/
Ddsp.dxy.in4 # doxygen (www.doxygen.org) for a project.
40 # project for which the documentation is generated. This name is used in the
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
311 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
317 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
[all …]
/cmsis-dsp-latest/Testing/
DREADME.md398 First time the project is cloned from github, you'll need to create some missing folders as done