-
Notifications
You must be signed in to change notification settings - Fork 2
/
west.yml
38 lines (33 loc) · 1.09 KB
/
west.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# The west manifest file (west.yml) for eIQ SDK overall delivery.
#
# The per-workspace west configuration file, ${workspace_path}/.west/config,
# specifies the path of the project containing this manifest file, the
# path is relative to the workspace location ${workspace_path}.
#
# [manifest]
# path = eiq
#
# See the west documentation for more information:
#
# https://docs.zephyrproject.org/latest/guides/west/index.html
manifest:
remotes:
- name: mcux-sdk-middleware-eiq
url-base: https://github.com/NXPmicro
defaults:
remote: mcux-sdk-middleware-eiq
projects:
- name: mcux-sdk-middleware-deepviewrt
url: https://github.com/NXPmicro/mcux-sdk-middleware-deepviewrt
revision: MCUX_2.13.0
path: eiq/deepviewrt
- name: mcux-sdk-middleware-glow
url: https://github.com/NXPmicro/mcux-sdk-middleware-glow
revision: MCUX_2.13.0
path: eiq/glow
- name: mcux-sdk-middleware-tensorflow
url: https://github.com/NXPmicro/mcux-sdk-middleware-tensorflow
revision: MCUX_2.13.0
path: eiq/tensorflow-lite
self:
path: eiq