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 && \
25
25
WORKDIR /tmp
26
26
27
27
# - CMake -----------------------------------------------------------------------
28
- ARG CMAKE_VERSION=3.31.5
28
+ ARG CMAKE_VERSION=4.0.0
29
29
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
30
30
ARG CMAKE_HASH="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-SHA-256.txt"
31
31
@@ -72,9 +72,9 @@ COPY gcc-arm-none-eabi.cmake ${TOOLCHAIN_INSTALL_DIR}
72
72
ENV PATH=$PATH:${TOOLCHAIN_INSTALL_DIR}/bin
73
73
74
74
# - JLink Debugger --------------------------------------------------------------
75
- ARG JLINK_VERSION=814
75
+ ARG JLINK_VERSION=824
76
76
ARG 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 "
78
78
ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
79
79
ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
80
80
Original file line number Diff line number Diff line change 8
8
### Packages
9
9
* [ Microsoft .NET 6.0 Runtime] ( https://dotnet.microsoft.com/en-us/download/dotnet/6.0 ) Version 6.0.36
10
10
* [ 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
12
12
* [ 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
+
14
15
## System Requirements
15
16
* VSCode [ Dev Containers] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers ) extension
16
17
* [ 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