-
Notifications
You must be signed in to change notification settings - Fork 5
/
west.yml
64 lines (61 loc) · 1.42 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
manifest:
version: "0.12"
remotes:
# Home Smart Mesh GitHub organization.
- name: hsm
url-base: https://github.com/HomeSmartMesh
- name: ncs
url-base: https://github.com/nrfconnect
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
defaults:
remote: hsm
projects:
- name: nrf
remote: ncs
repo-path: sdk-nrf
revision: v2.3.0
path: nrf
- name: nrfxlib
remote: ncs
repo-path: sdk-nrfxlib
path: nrfxlib
revision: v2.3.0
- name: zephyr
remote: ncs
repo-path: sdk-zephyr
revision: v3.2.99-ncs2
import:
name-allowlist:
- cmsis
- edtt
- fatfs
- hal_nordic
- libmetal
- littlefs
- lvgl
- mipi-sys-t
- net-tools
- nrf_hw_models
- open-amp
- openthread
- segger
- tinycrypt
- name: openthread
remote: ncs
repo-path: sdk-openthread
path: modules/lib/openthread
revision: 2060039bbfec52ac00f22a7cc3213c2ab1df138e
- name: mcuboot
remote: ncs
repo-path: sdk-mcuboot
revision: v1.9.99-ncs4
path: bootloader/mcuboot
- name: mbedtls
remote: ncs
path: modules/crypto/mbedtls
repo-path: sdk-mbedtls
revision: v3.1.0-ncs3
self:
path: hsm
west-commands: nrf/scripts/west-commands.yml