-
Notifications
You must be signed in to change notification settings - Fork 1
/
west.yml
46 lines (37 loc) · 974 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
38
39
40
41
42
43
44
45
46
# Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
#
# SPDX-License-Identifier: Apache-2.0
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: apache
url-base: https://github.com/apache
- name: dmlc
url-base: https://github.com/dmlc
- name: iree-org
url-base: https://github.com/iree-org
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: main
import:
path-allowlist:
- modules/debug/*
- modules/hal/*
- modules/lib/*
- modules/tee/tf-m/*
- name: tflite-micro
remote: zephyrproject-rtos
revision: zephyr
- name: tvm
remote: apache
revision: main
- name: dlpack
remote: dmlc
revision: main
- name: iree
remote: iree-org
revision: 2f40854c548cbe082190d1dd1691a342ffd9006b
submodules:
- path: third_party/flatcc