File tree 3 files changed +3
-3
lines changed
integrations/docker/images
chip-build-telink-zephyr_3_3
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 121 : [Telink] Update Docker image (Zephyr 3.3 & 3.7 support )
1
+ 122 : [Telink] Update Docker image (Zephyr update )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -x \
18
18
&& : # last line
19
19
20
20
# Setup Zephyr version: 3.3.0; branch: develop_3.3
21
- ARG ZEPHYR_REVISION=fdccaba1ebc147908e9cca653e6c6743def3332b
21
+ ARG ZEPHYR_REVISION=acfb75e34f56a4c6da90ad5b9a53969cd5912d2e
22
22
WORKDIR /opt/telink/zephyrproject
23
23
RUN set -x \
24
24
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -x \
18
18
&& : # last line
19
19
20
20
# Setup Zephyr version: 3.7.0; branch: develop
21
- ARG ZEPHYR_REVISION=46b82695b9390d74bcfa4b01a14a009c01b96895
21
+ ARG ZEPHYR_REVISION=10154957cdcfb3e3e0c58b09476ffe78c7abc902
22
22
WORKDIR /opt/telink/zephyrproject
23
23
RUN set -x \
24
24
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \
You can’t perform that action at this time.
0 commit comments