Skip to content

Commit 96fefd5

Browse files
committed
Upgrade to a more recent version of Zephyr.
This shows some new incompatibilities.
1 parent b50d7d6 commit 96fefd5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-zephyr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.11
30+
python-version: 3.12
3131

3232
- name: Setup Zephyr project
3333
uses: zephyrproject-rtos/action-zephyr-setup@v1
3434
with:
3535
app-path: ${{ matrix.example }}
3636
toolchains: arm-zephyr-eabi
37-
sdk-version: 0.17.0
37+
sdk-version: 1.0.1
3838

3939
- name: Install Swift
4040
uses: ./.github/actions/install-swift

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: v4.1.0
9+
revision: v4.2.2
1010
import:
1111
name-allowlist:
1212
- cmsis # required by the ARM port

0 commit comments

Comments
 (0)