Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 59) sorted by relevance

123

/cmsis-dsp-3.5.0/
DREADME.md21build 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 …]
Dpyproject.toml1 [build-system]
7 build-backend = "setuptools.build_meta"
DPythonWrapper_README.md20 # 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.gitignore1 DSP_Lib_TestSuite/build/
31 build/
Dsetup.py79 # 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.gitignore3 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/
Dgen_pack.sh29 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/
Drunall.py132 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)
Dquicktest.bat7 REM ECHO "Build"
16 REM ECHO "Build"
25 ECHO "Build"
34 REM ECHO "Build"
Dtest_gcc.csolution.yml88 build-types:
/cmsis-dsp-3.5.0/PythonWrapper/docs/
Dmake.bat8 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
DMakefile7 SPHINXBUILD ?= sphinx-build
9 BUILDDIR = build
/cmsis-dsp-3.5.0/Source/
DMakefile1 # 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/
DREADME.md22 **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.
Dexamples.sql3 Build the table with the platform, compiler and core names.
/cmsis-dsp-3.5.0/cmsisdsp/
D__init__.py22 # 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.gitignore1 build/
/cmsis-dsp-3.5.0/zephyr/
Dmodule.yml5 build:
/cmsis-dsp-3.5.0/Source/TransformFunctions/
Darm_rfft_fast_init_f16.c268 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
Darm_rfft_fast_init_f32.c265 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
Darm_cfft_init_f64.c206 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
Darm_rfft_fast_init_f64.c269 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
Darm_cfft_init_f16.c275 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
Darm_cfft_init_f32.c266 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
Darm_cfft_init_q15.c259 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