Skip to content

Commit cd711e4

Browse files
committed
Added west manifest
1 parent 8598425 commit cd711e4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

west.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright (c) 2024 32bitmicro https://www.32bitmicro.com
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
manifest:
5+
defaults:
6+
remote: zephyr-rtos-fork
7+
8+
remotes:
9+
- name: zephyr-rtos
10+
url-base: https://github.com/zephyrproject-rtos
11+
- name: zephyr-rtos-fork
12+
url-base: https://github.com/32bitmicro
13+
14+
projects:
15+
- name: zephyr
16+
repo-path: zephyr
17+
revision: v3.6.0
18+
import:
19+
name-allowlist:
20+
- cmsis
21+
- hal_rpi_pico

0 commit comments

Comments
 (0)