Searched refs:project (Results 1 – 10 of 10) sorted by relevance
1 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 …]
3 project(CMSISDSP)
3 # Define the project4 project (pythonwrapper VERSION 0.1)
24 project = 'cmsisdsp' variable
31 This project is under development.
5 # project fetches CMSIS-DSP by calling FetchContent_MakeAvailable(), the call
41 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 project164 project (testcmsisdsp VERSION 0.1)
35 …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.
4 # doxygen (www.doxygen.org) for a project.40 # project for which the documentation is generated. This name is used in the46 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This53 # for a project that appears at the top of each page and should give viewer a54 # 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 sources297 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or305 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran311 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL317 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice[all …]
398 First time the project is cloned from github, you'll need to create some missing folders as done