Searched full:build (Results 1 – 25 of 59) sorted by relevance
123
/cmsis-dsp-3.5.0/ |
D | README.md | 21 …build and use CMSIS-DSP library. Building the other projects may require installation of other lib… 73 * [How to build](#how-to-build) 74 * [How to build with MDK or Open CMSIS-Pack](#how-to-build-with-mdk-or-open-cmsis-pack) 75 * [How to build with Make](#how-to-build-with-make) 76 * [How to build with cmake](#how-to-build-with-cmake) 77 * [How to build with any other build system](#how-to-build-with-any-other-build-system) 78 * [How to build for aarch64](#how-to-build-for-aarch64) 120 ## How to build 122 You can build CMSIS-DSP with the open CMSIS-Pack, or cmake, or Makefile and it is also easy to buil… 124 ### How to build with MDK or Open CMSIS-Pack argument [all …]
|
D | pyproject.toml | 1 [build-system] 7 build-backend = "setuptools.build_meta"
|
D | PythonWrapper_README.md | 20 # How to build and install 54 …t is not possible for us to test all configurations), you can then try to build and install the wr… 63 Once `NumPy` is installed, you can build the [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP)… 71 …The `build` folders in `PythonWrapper` are giving some examples of the options to use with the `cm… 73 This library is then used by the `setup.py` script to build the Python extension.
|
D | .gitignore | 1 DSP_Lib_TestSuite/build/ 31 build/
|
D | setup.py | 79 # build can work even with more functions 103 libdir = [os.path.join(ROOT,"PythonWrapper","build","bin_dsp")] 151 def build(): function 221 build()
|
/cmsis-dsp-3.5.0/PythonWrapper/ |
D | .gitignore | 3 build/bin_dsp 4 build/cmake_install.cmake 5 build/CMakeFiles 6 build/Makefile 7 build/CMakeCache.txt
|
/cmsis-dsp-3.5.0/Scripts/git/ |
D | gen_pack.sh | 29 echo " -k|--keep Keep build directory." 97 # Temporary pack build directory 98 PACK_BUILD=./build 115 # Specify file names to be deleted from pack build directory 180 # Copy files into build base directory: $PACK_BUILD 249 echo "build aborted: Schema check of $PACK_VENDOR.$PACK_NAME.pdsc against PACK.xsd failed" 263 echo "build aborted: pack check failed" 294 echo "build aborted: archiving failed" 298 echo "build of pack succeeded"
|
/cmsis-dsp-3.5.0/Testing/cmsis_build/ |
D | runall.py | 132 def runAVH(build,core): argument 133 axf="out/test/%s/Release/test.axf" % (build,) 134 elf="out/test/%s/Release/test.elf" % (build,) 198 # Solution and build file for all 265 for build,core in solutions[s]: 267 print("<h2>Core %s</h2>" % build,file=f) 268 printTitle("Process core %s (%d/%d)" % (build,buildNb,maxNbBuilds)) 269 buildFile="test.Release+%s.cprj" % build 284 # build when we switch 301 res=runAVH(build,core)
|
D | quicktest.bat | 7 REM ECHO "Build" 16 REM ECHO "Build" 25 ECHO "Build" 34 REM ECHO "Build"
|
D | test_gcc.csolution.yml | 88 build-types:
|
/cmsis-dsp-3.5.0/PythonWrapper/docs/ |
D | make.bat | 8 set SPHINXBUILD=sphinx-build 11 set BUILDDIR=build 18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx 20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
D | Makefile | 7 SPHINXBUILD ?= sphinx-build 9 BUILDDIR = build
|
/cmsis-dsp-3.5.0/Source/ |
D | Makefile | 1 # This is an example Makefile to show how to build the library 31 # know how to build in that case) 65 # Output folder for build products 70 # Build rules
|
/cmsis-dsp-3.5.0/Testing/ |
D | README.md | 22 **Generation of all C files needed to build the tests.** 51 * `build.sh` is building all the targets using `cbuild` tool 53 The CMSIS build tools must be installed and configured. You may need to run the CMSIS build tools s… 439 The reason is that the build is not aware of the filtering and will include some source files even … 455 You can use the [CMSIS build tools](https://github.com/Open-CMSIS-Pack/devtools) to build. 460 * `build.sh` is building all the targets using `cbuild` tool 490 python summaryBench.py -r build\result.txt 492 The file result.txt must be placed inside the build folder for this script to work.
|
D | examples.sql | 3 Build the table with the platform, compiler and core names.
|
/cmsis-dsp-3.5.0/cmsisdsp/ |
D | __init__.py | 22 # CMSIS-DSP Version used to build the wrapper 26 # CMSIS-DSP Commit hash used to build the wrapper
|
/cmsis-dsp-3.5.0/Examples/ |
D | .gitignore | 1 build/
|
/cmsis-dsp-3.5.0/zephyr/ |
D | module.yml | 5 build:
|
/cmsis-dsp-3.5.0/Source/TransformFunctions/ |
D | arm_rfft_fast_init_f16.c | 268 you'll need at build time. The use of this function will prevent the 274 that you need at build time, then it is better to use the initialization
|
D | arm_rfft_fast_init_f32.c | 265 you'll need at build time. The use of this function will prevent the 271 that you need at build time, then it is better to use the initialization
|
D | arm_cfft_init_f64.c | 206 you'll need at build time. The use of this function will prevent the 211 that you need at build time, then it is better to use the initialization
|
D | arm_rfft_fast_init_f64.c | 269 you'll need at build time. The use of this function will prevent the 275 that you need at build time, then it is better to use the initialization
|
D | arm_cfft_init_f16.c | 275 you'll need at build time. The use of this function will prevent the 281 that you need at build time, then it is better to use the initialization
|
D | arm_cfft_init_f32.c | 266 you'll need at build time. The use of this function will prevent the 272 that you need at build time, then it is better to use the initialization
|
D | arm_cfft_init_q15.c | 259 you'll need at build time. The use of this function will prevent the 265 that you need at build time, then it is better to use the initialization
|
123