Skip to content

Commit 9b5ee6c

Browse files
Lock Zephyr version to v4.1.0 (#137)
- Locks Zephyr version for nrfx-blink-sdk project to v4.1.0 - Updates invalid -DBOARD definition for Zephyr v4.1.0 - Reenables pull-request workflow for build-zephyr action
1 parent 74ba8b3 commit 9b5ee6c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build-zephyr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Zephyr
33
on:
44
push:
55
branches: ["main"]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
68
workflow_dispatch:
79

810
jobs:

nrfx-blink-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example demonstrates how to integrate with the Zephyr SDK via CMake and how
2323
``` console
2424
$ cd nrfx-blink-sdk
2525
$ source ~/zephyrproject/.venv/bin/activate
26-
(.venv) cmake -B build -G Ninja -DBOARD=nrf52840dk_nrf52840 -DUSE_CCACHE=0 .
26+
(.venv) cmake -B build -G Ninja -DBOARD=nrf52840dk/nrf52840 -DUSE_CCACHE=0 .
2727
(.venv) cmake --build build
2828
```
2929

nrfx-blink-sdk/west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manifest:
66
projects:
77
- name: zephyr
88
remote: zephyrproject-rtos
9-
revision: main
9+
revision: v4.1.0
1010
import:
1111
name-allowlist:
1212
- cmsis # required by the ARM port

0 commit comments

Comments
 (0)