diff --git a/.github/workflows/build-zephyr.yml b/.github/workflows/build-zephyr.yml index e93a1db..96c83b1 100644 --- a/.github/workflows/build-zephyr.yml +++ b/.github/workflows/build-zephyr.yml @@ -3,6 +3,8 @@ name: Zephyr on: push: branches: ["main"] + pull_request: + types: [opened, reopened, synchronize, ready_for_review] workflow_dispatch: jobs: diff --git a/nrfx-blink-sdk/README.md b/nrfx-blink-sdk/README.md index 6c05e10..b93a0b1 100644 --- a/nrfx-blink-sdk/README.md +++ b/nrfx-blink-sdk/README.md @@ -23,7 +23,7 @@ This example demonstrates how to integrate with the Zephyr SDK via CMake and how ``` console $ cd nrfx-blink-sdk $ source ~/zephyrproject/.venv/bin/activate -(.venv) cmake -B build -G Ninja -DBOARD=nrf52840dk_nrf52840 -DUSE_CCACHE=0 . +(.venv) cmake -B build -G Ninja -DBOARD=nrf52840dk/nrf52840 -DUSE_CCACHE=0 . (.venv) cmake --build build ``` diff --git a/nrfx-blink-sdk/west.yml b/nrfx-blink-sdk/west.yml index e02dd56..ec668be 100644 --- a/nrfx-blink-sdk/west.yml +++ b/nrfx-blink-sdk/west.yml @@ -6,7 +6,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v4.1.0 import: name-allowlist: - cmsis # required by the ARM port