From 7fd1b452004f6192a61225dc0f93a355d56fe9da Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Wed, 25 Jan 2023 16:38:21 +0200 Subject: [PATCH] [Telink] Update Telink Docker image (Zephyr update) (#24636) * [Telink] Moved LightingManager into PWMDevice * Restyled by clang-format * [Telink] Adding lighting color feature (#59) * [Telink] Added lighting color feature * [Telink] Added tlsr9518adk80d.overlay to lighting-app * [Telink] Updated RGB functionality * [Telink] Updated RGB PWM pins Co-authored-by: Alex Tsitsiura * Restyled by whitespace * Restyled by clang-format * [Telink] Minor changes * [Telink] Add 'telink reboot' shell CLI command (#63) * [Telink] Restyled * [Telink] Update Telink Docker image (Zephyr update) Co-authored-by: Serhii Salamakha Co-authored-by: Restyled.io Co-authored-by: Dmytro Huz <75682372+interfer@users.noreply.github.com> --- integrations/docker/images/chip-build-telink/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index 00085e37db68f5..7352a2f0cf02be 100644 --- a/integrations/docker/images/chip-build-telink/Dockerfile +++ b/integrations/docker/images/chip-build-telink/Dockerfile @@ -23,7 +23,7 @@ RUN set -x \ && : # last line # Setup Zephyr -ARG ZEPHYR_REVISION=0074d643c84e985bf91177216b4557236952b4fa +ARG ZEPHYR_REVISION=3da02564e056033ef184081b0ca15e8e00e40bc9 WORKDIR /opt/telink/zephyrproject RUN set -x \ && python3 -m pip install -U --no-cache-dir \ diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index f77e6f8711dc81..d7177d3e99fc58 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.6.34 Version bump reason: Updating ZAP to v2023.01.19-nightly +0.6.35 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)