-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest.yml
More file actions
46 lines (34 loc) · 879 Bytes
/
west.yml
File metadata and controls
46 lines (34 loc) · 879 Bytes
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
manifest:
defaults:
remote: github
revision: master
remotes:
- name: github
url-base: ssh://git@github.com
projects:
- name: ridephysics/imulogger
path: imulogger
west-commands: scripts/west-commands.yml
- name: espressif/esp-idf
path: external/esp-idf
- name: M1cha/MQTT-C
path: external/mqtt-c
revision: eventloop
- name: ridephysics/BMP280_driver
path: external/bmp280
- name: ridephysics/crosslog
path: components/crosslog
- name: ridephysics/crossi2c
path: components/crossi2c
- name: ridephysics/uev
path: components/uev
- name: ridephysics/usfs
path: components/usfs
west-commands: scripts/west-commands.yml
- name: ridephysics/uftpd
path: components/uftpd
self:
path: manifest
configs:
zephyr:
disabled: true