File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt-get update && \
2525WORKDIR /tmp
2626
2727# - CMake -----------------------------------------------------------------------
28- ARG CMAKE_VERSION=4.1.2
28+ ARG CMAKE_VERSION=4.2.3
2929ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
3030ARG CMAKE_HASH="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-SHA-256.txt"
3131
@@ -44,7 +44,7 @@ RUN ln -s ${DOTNET_INSTALL_DIR}/dotnet-info.sh ${DOTNET_INSTALL_DIR}/dotnet
4444ENV PATH=$PATH:${DOTNET_INSTALL_DIR}
4545
4646# - Arm GNU Toolchain -----------------------------------------------------------
47- ARG TOOLCHAIN_VERSION=14.3 .rel1
47+ ARG TOOLCHAIN_VERSION=15.2 .rel1
4848ARG TOOLCHAIN_URL="https://developer.arm.com/-/media/Files/downloads/gnu/$TOOLCHAIN_VERSION/binrel/arm-gnu-toolchain-$TOOLCHAIN_VERSION-x86_64-arm-none-eabi.tar.xz"
4949ARG TOOLCHAIN_INSTALL_DIR="/opt/gcc-arm-none-eabi"
5050
@@ -66,9 +66,9 @@ COPY gcc-arm-none-eabi.cmake ${TOOLCHAIN_INSTALL_DIR}
6666ENV PATH=$PATH:${TOOLCHAIN_INSTALL_DIR}/bin
6767
6868# - JLink Debugger --------------------------------------------------------------
69- ARG JLINK_VERSION=884
69+ ARG JLINK_VERSION=916a
7070ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
71- ARG JLINK_MD5="73e5713443df97785594f890e03fab2f "
71+ ARG JLINK_MD5="cfdd13087a94615ab07c5245086fa260 "
7272ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
7373ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
7474
Original file line number Diff line number Diff line change 66![ Screenshot] ( scr.PNG )
77
88### Packages
9- * [ Arm GNU Toolchain] ( https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads ) Version 14.3rel1
10- * [ SEGGER J-Link Software] ( https://www.segger.com/downloads/jlink/ ) Version 8.84
9+ * [ Arm GNU Toolchain] ( https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads ) Version 15.2rel1
10+ * [ SEGGER J-Link Software] ( https://www.segger.com/downloads/jlink/ ) Version 9.16a
1111* [ xPack OpenOCD] ( https://github.com/xpack-dev-tools/openocd-xpack ) Version 0.12.0-7
12- * [ CMake] ( https://cmake.org/download ) Version 4.1.2
12+ * [ CMake] ( https://cmake.org/download ) Version 4.2.3
1313
1414## System Requirements
1515* VSCode [ Dev Containers] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers ) extension
Original file line number Diff line number Diff line change 11[
22 {
3- "name" : " Arm GNU Toolchain 14.3rel1 " ,
3+ "name" : " Arm GNU Toolchain 15.2rel1 " ,
44 "toolchainFile" : " /opt/gcc-arm-none-eabi/gcc-arm-none-eabi.cmake"
55 }
66]
You can’t perform that action at this time.
0 commit comments