Skip to content

Commit b842a71

Browse files
authored
Update to Zephyr v3.3.0 (from v2.7.0) (#7)
Build against Zephyr v3.3.0, instead of v2.7.0. This includes several updates to the underlying BLE stack used for BLE testing. - [3.3 Release notes](https://docs.zephyrproject.org/3.3.0/releases/release-notes-3.3.html) - [3.2 Release notes](https://docs.zephyrproject.org/3.3.0/releases/release-notes-3.2.html) - [3.1 Release notes](https://docs.zephyrproject.org/3.3.0/releases/release-notes-3.1.html) - [3.0 Release notes](https://docs.zephyrproject.org/3.3.0/releases/release-notes-3.1.html)
1 parent da6de7e commit b842a71

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:2.7.0-1
7+
FROM ghcr.io/bcdevices/zephyr:v3.3.0-7
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-2021 Blue Clover Devices
44

5-
FROM ghcr.io/bcdevices/zephyr:2.7.0-1
5+
FROM ghcr.io/bcdevices/zephyr:v3.3.0-7
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 := 2.7.0
30+
ZEPHYR_TAG := 3.3.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)