-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
128 lines (104 loc) · 3.16 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# 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/nxp-mcuxpresso
- name: nxp
url-base: https://github.com/NXP
- name: freertos
url-base: https://github.com/FreeRTOS/
- name: aws
url-base: https://github.com/aws/
defaults:
remote: nxpmicro
projects:
- name: mcux-sdk
revision: MCUX_2.14.0_UPDATE
path: core
- name: FreeRTOS-Kernel
revision: MCUX_2.14.0
path: rtos/freertos/freertos_kernel
- name: Unity
path: middleware/unity
revision: v2.5.2
url: https://github.com/ThrowTheSwitch/Unity.git
- name: mbedtls
path: middleware/mbedtls
revision: MCUX_2.14.0-fio
url: https://github.com/detsch/mcuxpresso-mbedtls.git
- name: lwip
path: middleware/lwip
revision: MCUX_2.14.0
- name: CMSIS_5
path: middleware/CMSIS_5
revision: MCUX_2.14.0
- name: coreJSON
path: middleware/freertos/coreJSON
revision: v3.0.2
remote: freertos
- name: coreHTTP
path: middleware/freertos/coreHTTP
revision: v2.1.0
remote: freertos
- name: corePKCS11
path: middleware/freertos/corePKCS11
revision: v3.4.0
remote: freertos
- name: pkcs11
path: middleware/pkcs11
revision: v2.40_errata01
# remote: aws
url: https://github.com/amazon-freertos/pkcs11
- name: amazon-freertos
path: rtos/amazon-freertos
revision: "202203.00"
remote: aws
- name: backoffAlgorithm
path: middleware/freertos/backoffAlgorithm
revision: "v1.2.0"
remote: freertos
- name: http-parser
path: middleware/http-parser
revision: "v2.9.4"
url: https://github.com/nodejs/http-parser.git
- name: dm-ak-nano-mcuxpresso
path: foundriesio/dm-ak-nano-mcuxpresso
revision: 7d56193e7758384fa9bec173ef7ffd067d23ffd0
url: https://github.com/foundriesio/dm-ak-nano-mcuxpresso.git
- name: aktualizr-nano
path: foundriesio/aktualizr-nano
revision: f306b363142594c3604dbd0769d4df60b5bafd18
url: https://github.com/foundriesio/aktualizr-nano.git
- name: libtufnano
path: foundriesio/libtufnano
revision: b4ee4b5af914e11e0654a475f83758786f525ec9
url: https://github.com/foundriesio/libtufnano.git
- name: plug-and-trust
path: middleware/plug-and-trust
revision: "v04.03.01"
remote: nxp
- name: inih
path: middleware/inih
revision: r56
url: https://github.com/benhoyt/inih.git
- name: coreMQTT-Agent
path: middleware/coreMQTT-Agent
revision: v1.1.0
remote: freertos
- name: coreMQTT
path: middleware/coreMQTT
revision: v1.2.0
remote: freertos
self:
path: poc