Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Setup Zephyr project
uses: zephyrproject-rtos/action-zephyr-setup@v1
with:
app-path: ${{ matrix.example }}
toolchains: arm-zephyr-eabi
sdk-version: 0.17.0
sdk-version: 0.17.4

- name: Install Swift
uses: ./.github/actions/install-swift
Expand Down
4 changes: 2 additions & 2 deletions nrfx-blink-sdk/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ manifest:
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v4.1.0
revision: v4.2.2
import:
name-allowlist:
- cmsis # required by the ARM port
- cmsis_6 # required by the ARM port for Cortex-M
- hal_nordic # required by the custom_plank board (Nordic based)
Loading