Skip to content

Commit

Permalink
[NXP] Use tag instead of branch name for K32W0 SDK (#30820)
Browse files Browse the repository at this point in the history
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
  • Loading branch information
marius-alex-tache authored and pull[bot] committed Feb 2, 2024
1 parent 61e635c commit 2872522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26 : [Telink] Update Docker image (Zephyr update)
27 : [NXP] Update K32W0 Docker image
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /opt/sdk

RUN set -x \
&& python3 -m pip install -U --no-cache-dir west==1.0.0 \
&& west init -m https://github.com/nxp-mcuxpresso/mcux-sdk --mr "release/2.6.x_k32w0" \
&& west init -m https://github.com/nxp-mcuxpresso/mcux-sdk --mr "MCUX_2.6.13_K32W0" \
&& west update \
&& chmod +x core/tools/imagetool/sign_images.sh \
&& ln -sf ../rtos core \
Expand Down

0 comments on commit 2872522

Please sign in to comment.