Skip to content

Commit 6fabfbd

Browse files
committed
create west.yml
This file can be used to directly pull and use this module. Main use case at the moment is to easily pull this module in a docker container and then run a simple sample build test to see if code compiles without errors. Signed-off-by: Dhruva Gole <[email protected]>
1 parent 87eff28 commit 6fabfbd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

west.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (c) 2022 Dhruva Gole <[email protected]>
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# NOTE: This is created to be used for CI/CD workflow. So use it only
5+
# if you are in the zephyrproject directory or else things may break.
6+
7+
manifest:
8+
self:
9+
path: modules/lib/Arduino-Zephyr-API
10+
11+
remotes:
12+
- name: zephyrproject-rtos
13+
url-base: https://github.com/zephyrproject-rtos
14+
15+
projects:
16+
- name: zephyr
17+
remote: zephyrproject-rtos
18+
revision: main
19+
import: true

0 commit comments

Comments
 (0)