Skip to content

Commit 692558a

Browse files
Updated packages: CMake 4.0.0, JLink 8.24
1 parent be87d50 commit 692558a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525
WORKDIR /tmp
2626

2727
#- CMake -----------------------------------------------------------------------
28-
ARG CMAKE_VERSION=3.31.5
28+
ARG CMAKE_VERSION=4.0.0
2929
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
3030
ARG 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}
7272
ENV PATH=$PATH:${TOOLCHAIN_INSTALL_DIR}/bin
7373

7474
#- JLink Debugger --------------------------------------------------------------
75-
ARG JLINK_VERSION=814
75+
ARG JLINK_VERSION=824
7676
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"
7878
ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
7979
ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
8080

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
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!)

0 commit comments

Comments
 (0)