Skip to content

Commit 3d90d6a

Browse files
Update README
1 parent e366b07 commit 3d90d6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

160172
You need the following folders:

0 commit comments

Comments
 (0)