Skip to content

Commit bfe6861

Browse files
s07641069serhiiSalamakharestyled-commitsinterfer
authored
[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 <s07641069@gmail.com> * 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 <serhii.salamakha@gmail.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Dmytro Huz <75682372+interfer@users.noreply.github.com>
1 parent 612fc1c commit bfe6861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/docker/images/chip-build-telink/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -x \
2323
&& : # last line
2424

2525
# Setup Zephyr
26-
ARG ZEPHYR_REVISION=0074d643c84e985bf91177216b4557236952b4fa
26+
ARG ZEPHYR_REVISION=3da02564e056033ef184081b0ca15e8e00e40bc9
2727
WORKDIR /opt/telink/zephyrproject
2828
RUN set -x \
2929
&& python3 -m pip install -U --no-cache-dir \
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.34 Version bump reason: Updating ZAP to v2023.01.19-nightly
1+
0.6.35 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)

0 commit comments

Comments
 (0)