Skip to content

Commit 68c7544

Browse files
committed
Upgrade to Zephyr v4.0
Also allows to use default zcbor module again, which has been updated by Zephyr in the meantime.
1 parent 260a7d3 commit 68c7544

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

west.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ manifest:
44
remotes:
55
- name: zephyrproject-rtos
66
url-base: https://github.com/zephyrproject-rtos
7-
- name: NordicSemiconductor
8-
url-base: https://github.com/NordicSemiconductor
97

108
projects:
119
- name: zephyr
1210
remote: zephyrproject-rtos
13-
revision: v3.6-branch
11+
revision: v4.0-branch
1412
import:
1513
name-allowlist:
1614
- edtt
17-
# Use Nordic repo to pull in https://github.com/NordicSemiconductor/zcbor/pull/407
18-
- name: zcbor
19-
remote: NordicSemiconductor
20-
revision: 16648fb060d857f164635ca4e8eaa716d906d244
21-
path: modules/lib/zcbor
15+
- zcbor

0 commit comments

Comments
 (0)