We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50d7d6 commit 96fefd5Copy full SHA for 96fefd5
2 files changed
.github/workflows/build-zephyr.yml
@@ -27,14 +27,14 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v5
29
with:
30
- python-version: 3.11
+ python-version: 3.12
31
32
- name: Setup Zephyr project
33
uses: zephyrproject-rtos/action-zephyr-setup@v1
34
35
app-path: ${{ matrix.example }}
36
toolchains: arm-zephyr-eabi
37
- sdk-version: 0.17.0
+ sdk-version: 1.0.1
38
39
- name: Install Swift
40
uses: ./.github/actions/install-swift
nrfx-blink-sdk/west.yml
@@ -6,7 +6,7 @@ manifest:
6
projects:
7
- name: zephyr
8
remote: zephyrproject-rtos
9
- revision: v4.1.0
+ revision: v4.2.2
10
import:
11
name-allowlist:
12
- cmsis # required by the ARM port
0 commit comments