Skip to content

Commit 22e20b7

Browse files
authored
Update to Zephyr v3.5.0 (from v3.5.0-rc3) (#14)
1 parent 0184464 commit 22e20b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/action-zephyr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
FROM ghcr.io/bcdevices/zephyr:v3.5.0-rc3-1
7+
FROM ghcr.io/bcdevices/zephyr:v3.5.0-0
88

99
RUN pip3 install --no-cache-dir nrfutil
1010

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2020-2023 Blue Clover Devices
44

5-
FROM ghcr.io/bcdevices/zephyr:v3.5.0-rc3-1
5+
FROM ghcr.io/bcdevices/zephyr:v3.5.0-0
66

77
RUN pip3 install --no-cache-dir nrfutil
88

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DOCKER_BUILD_ARGS += --network=host
2727
DOCKER_RUN_ARGS :=
2828
DOCKER_RUN_ARGS += --network=none
2929

30-
ZEPHYR_TAG := 3.5.0-rc3
30+
ZEPHYR_TAG := 3.5.0
3131
ZEPHYR_SYSROOT := /usr/src/zephyr-$(ZEPHYR_TAG)/zephyr
3232
ZEPHYR_USRROOT := $(HOME)/src/zephyr-$(ZEPHYR_TAG)/zephyr
3333

0 commit comments

Comments
 (0)