-
Notifications
You must be signed in to change notification settings - Fork 71
/
west.yml
37 lines (36 loc) · 992 Bytes
/
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
# SPDX-License-Identifier: Apache-2.0
manifest:
remotes:
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
- name: libresolar
url-base: https://github.com/LibreSolar
- name: thingset
url-base: https://github.com/ThingSet
- name: throwtheswitch
url-base: https://github.com/ThrowTheSwitch
projects:
- name: zephyr
remote: zephyrproject
revision: v3.7-branch
import:
name-allowlist:
- cmsis
- edtt
- hal_espressif
- hal_stm32
- mcuboot
- tinycrypt
- name: thingset-zephyr-sdk
remote: thingset
revision: 0889d3e1617db89ea74a7d98d63482dff15186fd
path: thingset-zephyr-sdk
import:
name-allowlist:
- thingset-node-c
- zcbor
- name: thingset-node-c
remote: thingset
revision: ecd807b7ab26f3b0fd818b2118b2258736851a22
path: modules/thingset-node-c
import: true