generated from zephyrproject-rtos/example-application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
28 lines (25 loc) · 850 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
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
manifest:
self:
west-commands: scripts/west-commands.yml
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: IntergatedCircuits
url-base: https://github.com/IntergatedCircuits
projects:
- name: c2usb
remote: IntergatedCircuits
revision: da4ad86f1cd3a4f8b42aa2d9acdd43e384341ce4
clone-depth: 1
- name: zephyr
remote: zephyrproject-rtos
revision: v4.0.0
clone-depth: 1
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- cmsis # required by the ARM port
- hal_nordic # required by the custom_plank board (Nordic based)