We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a86bd commit c2e0d1bCopy full SHA for c2e0d1b
integrations/docker/images/base/chip-build/version
@@ -1 +1 @@
1
-121 : [Telink] Update Docker image (Zephyr 3.3 & 3.7 support)
+122 : [NXP] Update NXP sdk version
integrations/docker/images/stage-2/chip-build-nxp/Dockerfile
@@ -13,7 +13,7 @@ WORKDIR /opt/nxp/
13
ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/sdk_next/repo/mcuxsdk/examples
14
15
RUN set -x \
16
- && git clone --branch release/v1.4.0.1 https://github.com/NXP/nxp_matter_support.git \
+ && git clone --branch matter-sdk-25-03-pvw2-support https://github.com/NXP/nxp_matter_support.git \
17
&& pip3 install --break-system-packages -U --no-cache-dir west \
18
&& ./nxp_matter_support/scripts/update_nxp_sdk.py \
19
&& cd $NXP_SDK_EXAMPLE_PATH \
0 commit comments