-
Notifications
You must be signed in to change notification settings - Fork 6
/
west.yml
38 lines (34 loc) · 1002 Bytes
/
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 MCUXpresso 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 = appswpacks-ml-state-monitor
#
# See the west documentation for more information:
#
# https://docs.zephyrproject.org/latest/guides/west/index.html
manifest:
remotes:
- name: nxpmicro
url-base: https://github.com/NXPmicro
defaults:
remote: nxpmicro
projects:
- name: mcux-sdk
revision: MCUX_2.14.0_MCXNx4x
path: core
import:
name-allowlist:
- CMSIS_5
- FreeRTOS-Kernel
- fatfs
- mcux-sdk-middleware-sdmmc
- mcux-sdk-middleware-eiq
- mcux-sdk-middleware-deepviewrt
- mcux-sdk-middleware-glow
- mcux-sdk-middleware-tensorflow
self:
path: examples