forked from nxp-mcuxpresso/mcux-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
49 lines (44 loc) · 1.37 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
39
40
41
42
43
44
45
46
47
48
49
# 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 = core
#
# 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-examples
revision: 38fa32fc0d8c0b181e173d06f4b0bacabdbd44e1
path: examples
- name: FreeRTOS-Kernel
revision: MCUX_2.10.0
path: rtos/freertos/freertos_kernel
- name: mcux-sdk-middleware-sdmmc
revision: MCUX_2.10.0
path: middleware/sdmmc
- name: mcux-sdk-middleware-multicore
path: middleware/multicore
revision: MCUX_2.10.0
- name: rpmsg-lite
path: middleware/multicore/rpmsg_lite
url: https://github.com/NXPmicro/rpmsg-lite
revision: 3933134378690a9c04d533e26516b3388fe4acc3
- name: erpc
path: middleware/multicore/erpc
url: https://github.com/EmbeddedRPC/erpc
revision: 1.8.1
- name: mcux-soc-svd
revision: 4043d9ec3b173a0c45212e5536e0e8352a8634b5
path: svd
self:
path: core