File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ For any questions or to reach the CMSIS-DSP team, please create a new issue in
5555 * [ How to build with MDK or Open CMSIS-Pack] ( #how-to-build-with-mdk-or-open-cmsis-pack )
5656 * [ How to build with Make] ( #how-to-build-with-make )
5757 * [ How to build with cmake] ( #how-to-build-with-cmake )
58+ * [ How to build with Zephyr] ( #how-to-build-with-zephyr )
5859 * [ How to build with any other build system] ( #how-to-build-with-any-other-build-system )
5960 * [ How to build for Neon and aarch64] ( #how-to-build-for-aarch64 )
6061* [ Code size] ( #code-size )
@@ -155,6 +156,17 @@ Once cmake has generated the makefiles, you can use a GNU Make to build.
155156
156157 make VERBOSE=1
157158
159+ ### How to build with Zephyr
160+
161+ Add this to your west file:
162+
163+ ```
164+ - name: cmsis-dsp
165+ url: https://github.com/ARM-software/CMSIS-DSP
166+ revision: main
167+ path: modules/lib/cmsis-dsp
168+ ```
169+
158170### How to build with any other build system
159171
160172You need the following folders:
You can’t perform that action at this time.
0 commit comments