We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee92ce commit 2514373Copy full SHA for 2514373
integrations/docker/images/chip-build-k32w/Dockerfile
@@ -12,9 +12,9 @@ RUN set -x \
12
WORKDIR /opt/sdk
13
# Setup the K32W SDK
14
RUN set -x \
15
- && wget https://cache.nxp.com/lgfiles/bsps/SDK_2_6_10_K32W061DK6.zip \
16
- && unzip SDK_2_6_10_K32W061DK6.zip \
17
- && rm -rf SDK_2_6_10_K32W061DK6.zip \
+ && wget https://cache.nxp.com/lgfiles/bsps/SDK_2_6_11_K32W061DK6.zip \
+ && unzip SDK_2_6_11_K32W061DK6.zip \
+ && rm -rf SDK_2_6_11_K32W061DK6.zip \
18
&& : # last line
19
20
FROM connectedhomeip/chip-build:${VERSION}
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.7.3 Version bump reason: [Ameba] Matter shell Update
+0.7.4 Version bump reason: [K32W0] SDK 2.6.11 update
0 commit comments