Skip to content

Commit f1e7db6

Browse files
authored
[NXP] Upadte NXP freertos SDK version to 25.09.00 (#42285)
Signed-off-by: Martin Girardot <[email protected]>
1 parent d0624cf commit f1e7db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
175 : [Telink] Update Docker image (Zephyr update)
1+
176 : [NXP] Update NXP SDK docker to 25.09.00

integrations/docker/images/stage-2/chip-build-nxp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ WORKDIR /opt/nxp/
1313
RUN set -x \
1414
&& git clone https://github.com/NXP/nxp_matter_support.git \
1515
&& cd nxp_matter_support \
16-
# Checkout commit aligned with updated west manifest using MCUX SDK 25.06.00,
16+
# Checkout commit aligned with updated west manifest using MCUX SDK 25.09.00,
1717
# including patches for Matter support in specific components
18-
&& git checkout deb06197654ed2e4a688be05467a0954b91fd61d \
18+
&& git checkout d5e65670b37c6bef48b310da5540a9ef0492106e \
1919
&& pip3 install --break-system-packages -U --no-cache-dir west \
2020
&& ./scripts/update_nxp_sdk.py --platform common \
2121
&& : # last line

0 commit comments

Comments
 (0)