Skip to content

Commit

Permalink
Merge branch 'master' into 0415_add_rpc_event
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed May 17, 2024
2 parents 4fbe544 + fa28631 commit adefbfc
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 @@
51 : [NuttX] Update Docker image to support compile with external source
52 : [NXP] Update K32W0 SDK to 2.6.14
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 "MCUX_2.6.13_K32W0" \
&& west init -m https://github.com/nxp-mcuxpresso/mcux-sdk --mr "MCUX_2.6.14_K32W0" \
&& west update \
&& chmod +x core/tools/imagetool/sign_images.sh \
&& ln -sf ../rtos core \
Expand Down

0 comments on commit adefbfc

Please sign in to comment.