File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
integrations/docker/images
chip-build-telink-zephyr_3_3 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 145 : [Silabs] Fixing Silabs Docker with latest SDKs
1+ 146 : [Telink] Update Docker image (Zephyr update)
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN set -x \
1818 && : # last line
1919
2020# Setup Zephyr version: 3.3.0; branch: develop_3.3
21- ARG ZEPHYR_REVISION=19006f8ec3482e91bbddafc0730640998d033d4e
22- ARG N22_BIN_REVISION=1f37e056bd06cac9d164a8d1d2c7dbfce940d119
21+ ARG ZEPHYR_REVISION=27edf4b562b162d66087edbafe28c2c57c1c70e8
22+ ARG N22_BIN_REVISION=c8835e37647f0de6caf5f3c9264ca42d7231354b
2323WORKDIR /opt/telink/zephyrproject
2424RUN set -x \
2525 && python3 -m pip install --break-system-packages -U --no-cache-dir west \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN set -x \
1818 && : # last line
1919
2020# Setup Zephyr version: 4.1.0; branch: develop
21- ARG ZEPHYR_REVISION=050e732c8ba66ece6058aac1591508e0e3510729
22- ARG N22_BIN_REVISION=1f37e056bd06cac9d164a8d1d2c7dbfce940d119
21+ ARG ZEPHYR_REVISION=68194e5ec7d9852e59b696224e49186152104b3a
22+ ARG N22_BIN_REVISION=c8835e37647f0de6caf5f3c9264ca42d7231354b
2323WORKDIR /opt/telink/zephyrproject
2424RUN set -x \
2525 && python3 -m pip install --break-system-packages -U --no-cache-dir west \
You can’t perform that action at this time.
0 commit comments