forked from nxp-mcuxpresso/mcux-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
100 lines (99 loc) · 2.74 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# 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
- name: nxp
url-base: https://github.com/NXP
defaults:
remote: nxpmicro
projects:
- name: mcux-sdk-examples
revision: MCUX_2.12.0
path: examples
- name: FreeRTOS-Kernel
revision: MCUX_2.12.0
path: rtos/freertos/freertos_kernel
- name: mcux-sdk-middleware-sdmmc
revision: MCUX_2.12.0
path: middleware/sdmmc
- name: mcux-sdk-middleware-multicore
path: middleware/multicore
revision: MCUX_2.12.0
- name: rpmsg-lite
path: middleware/multicore/rpmsg_lite
url: https://github.com/NXPmicro/rpmsg-lite
revision: v4.0.0
- name: erpc
path: middleware/multicore/erpc
url: https://github.com/EmbeddedRPC/erpc
revision: 1.9.1
- name: mcux-soc-svd
revision: bbcf98332cafaa8e9200ebfc53b08e9634b94e6c
path: svd
- name: fatfs
path: middleware/fatfs
revision: MCUX_2.12.0
- name: mcux-sdk-middleware-eiq
revision: MCUX_2.12.0
path: middleware/eiq
- name: mcux-sdk-middleware-deepviewrt
revision: MCUX_2.12.0
path: middleware/eiq/deepviewrt
- name: mcux-sdk-middleware-glow
revision: MCUX_2.12.0
path: middleware/eiq/glow
- name: mcux-sdk-middleware-tensorflow
revision: MCUX_2.12.0
path: middleware/eiq/tensorflow-lite
- name: mcux-sdk-middleware-usb
path: middleware/usb
revision: MCUX_2.12.0
- name: mcux-sdk-middleware-edgefast-bluetooth
path: middleware/edgefast_bluetooth
revision: 28ddaac1a4134592640f35df6466a6fe30f09227
- name: mcux-sdk-middleware-ethermind
path: middleware/wireless/ethermind
revision: 005dec2ee817cfb641c13ada354a72267719f00d
remote: nxp
- name: azure-rtos
path: rtos/azure-rtos
revision: MCUX_2.12.0
remote: nxp
- name: threadx
path: rtos/azure-rtos/threadx
revision: MCUX_2.12.0
remote: nxp
- name: filex
path: rtos/azure-rtos/filex
revision: MCUX_2.12.0
remote: nxp
- name: levelx
path: rtos/azure-rtos/levelx
revision: MCUX_2.12.0
remote: nxp
- name: netxduo
path: rtos/azure-rtos/netxduo
revision: MCUX_2.12.0
remote: nxp
- name: usbx
path: rtos/azure-rtos/usbx
revision: MCUX_2.12.0
remote: nxp
- name: guix
path: rtos/azure-rtos/guix
revision: MCUX_2.12.0
remote: nxp
self:
path: core