Skip to content

Commit a1f2f41

Browse files
committed
create west.yml
Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
1 parent 87eff28 commit a1f2f41

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

west.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2021 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
manifest:
5+
self:
6+
path: gsoc-2022-arduino-core
7+
8+
remotes:
9+
- name: zephyrproject-rtos
10+
url-base: https://github.com/zephyrproject-rtos
11+
12+
projects:
13+
- name: zephyr
14+
remote: zephyrproject-rtos
15+
revision: main
16+
import: true

0 commit comments

Comments
 (0)