Skip to content

Commit bff3885

Browse files
west: add west.yml
add west.yml to sidewalk project Signed-off-by: Robert Gałat <[email protected]>
1 parent 5eabddb commit bff3885

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tmp_west.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
manifest:
8+
remotes:
9+
- name: ncs
10+
url-base: https://github.com/nrfconnect
11+
12+
projects:
13+
- name: nrf
14+
remote: ncs
15+
repo-path: sdk-nrf
16+
revision: v2.9.0
17+
import: true

0 commit comments

Comments
 (0)