Skip to content

Commit

Permalink
Update to Zephyr v3.5.0 (from v3.5.0-rc3) (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD authored Oct 20, 2023
1 parent 0184464 commit 22e20b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/action-zephyr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

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

RUN pip3 install --no-cache-dir nrfutil

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (c) 2020-2023 Blue Clover Devices

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

RUN pip3 install --no-cache-dir nrfutil

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DOCKER_BUILD_ARGS += --network=host
DOCKER_RUN_ARGS :=
DOCKER_RUN_ARGS += --network=none

ZEPHYR_TAG := 3.5.0-rc3
ZEPHYR_TAG := 3.5.0
ZEPHYR_SYSROOT := /usr/src/zephyr-$(ZEPHYR_TAG)/zephyr
ZEPHYR_USRROOT := $(HOME)/src/zephyr-$(ZEPHYR_TAG)/zephyr

Expand Down

0 comments on commit 22e20b7

Please sign in to comment.