Skip to content

Commit

Permalink
[Telink]: Update to Zephyr v3.1.99 and removed hal deviation
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Jul 22, 2022
1 parent ce075ee commit 1718a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions integrations/docker/images/chip-build-telink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,17 @@ RUN set -x \
&& : # last line

# Setup Zephyr
ARG ZEPHYR_REVISION=95b54c90b1b7fb2626a9af3a5b7bd16459f35b45
ARG ZEPHYR_REVISION=8cf9cc52e4de98d0303d8fed6a57ae956954986d
WORKDIR /opt/telink/zephyrproject
RUN set -x \
&& python3 -m pip install -U --no-cache-dir \
west==0.12.0 \
&& git clone https://github.com/rikorsev/zephyr \
&& git clone https://github.com/telink-semi/zephyr \
&& cd zephyr \
&& git reset ${ZEPHYR_REVISION} --hard \
&& west init -l \
&& cd .. \
&& west update -o=--depth=1 -n -f smart \
&& cd modules/hal/telink \
&& git remote add telink https://github.com/rikorsev/hal_telink \
&& git fetch telink telink_crypto \
&& git checkout telink_crypto \
&& west zephyr-export \
&& : # last line

Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.87 Version bump reason: K32W0-SDK 2.6.6 update
0.5.88 Version bump reason: Update Telink Docker

0 comments on commit 1718a7d

Please sign in to comment.