forked from Dasharo/twpm-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
63 lines (51 loc) · 1.38 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
manifest:
self:
path: twpm-firmware
defaults:
remote: upstream
remotes:
- name: upstream
url-base: https://github.com/zephyrproject-rtos
- name: lpn
url-base: https://github.com/lpn-plant
- name: wolfssl
url-base: https://github.com/wolfssl
projects:
- name: zephyr
revision: zephyr-v3.4.0
path: zephyr
west-commands: scripts/west-commands.yml
- name: cmsis
revision: 74981bf893e8b10931464b9945e2143d99a3f0a3
path: modules/hal/cmsis
groups:
- hal
- name: hal_espressif
revision: abe299333411cb37a1cb1dd0aa2ea35c27382604
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
- hal
- name: hal_stm32
revision: c865374fc83d93416c0f380e6310368ff55d6ce2
path: modules/hal/stm32
groups:
- hal
- name: hal_xtensa
revision: 41a631d4aeeeaedc0daece21eecc338807296ad7
path: modules/hal/xtensa
groups:
- hal
- name: hal_quicklogic
revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0
path: modules/hal/quicklogic
groups:
- hal
- name: ms-tpm-20-ref
revision: 4c940fdf67cb319e87b3709a3bda35d8d416dfb1
path: modules/ms-tpm-20-ref
remote: lpn
- name: wolfssl
path: modules/crypto/wolfssl
revision: v5.6.3-stable
remote: wolfssl