File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
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=3.31.5
28+ ARG CMAKE_VERSION=4.0.0
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
@@ -72,9 +72,9 @@ COPY gcc-arm-none-eabi.cmake ${TOOLCHAIN_INSTALL_DIR}
7272ENV PATH=$PATH:${TOOLCHAIN_INSTALL_DIR}/bin
7373
7474# - JLink Debugger --------------------------------------------------------------
75- ARG JLINK_VERSION=814
75+ ARG JLINK_VERSION=824
7676ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
77- ARG JLINK_MD5="b0ac8352cde36df16beab304090615e7 "
77+ ARG JLINK_MD5="9248e78ee425bd366988057a91113248 "
7878ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
7979ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
8080
Original file line number Diff line number Diff line change 88### Packages
99* [ Microsoft .NET 6.0 Runtime] ( https://dotnet.microsoft.com/en-us/download/dotnet/6.0 ) Version 6.0.36
1010* [ Arm GNU Toolchain] ( https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads ) Version 14.2rel1
11- * [ SEGGER J-Link Software] ( https://www.segger.com/downloads/jlink/ ) Version 8.14
11+ * [ SEGGER J-Link Software] ( https://www.segger.com/downloads/jlink/ ) Version 8.24
1212* [ xPack OpenOCD] ( https://github.com/xpack-dev-tools/openocd-xpack ) Version 0.12.0-6
13- * [ CMake] ( https://cmake.org/download ) Version 3.31.5
13+ * [ CMake] ( https://cmake.org/download ) Version 4.0.0
14+
1415## System Requirements
1516* VSCode [ Dev Containers] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers ) extension
1617* [ usbipd-win] ( https://learn.microsoft.com/en-us/windows/wsl/connect-usb ) (Windows * and* WSL parts installed!)
You can’t perform that action at this time.
0 commit comments