File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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.0.3
28+ ARG CMAKE_VERSION=4.1.2
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
@@ -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=854
69+ ARG JLINK_VERSION=880
7070ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
71- ARG JLINK_MD5="0a252f2df1aef57af4128ece7b4baa9d "
71+ ARG JLINK_MD5="81a458c583a26bde8b042fcee3c4b0dd "
7272ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
7373ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
7474
@@ -91,7 +91,7 @@ ENV PATH=$PATH:${JLINK_INSTALL_DIR}
9191RUN usermod -aG dialout vscode
9292
9393# - OpenOCD Debugger ------------------------------------------------------------
94- ARG OPENOCD_VERSION=0.12.0-6
94+ ARG OPENOCD_VERSION=0.12.0-7
9595ARG OPENOCD_URL="https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v$OPENOCD_VERSION/xpack-openocd-$OPENOCD_VERSION-linux-x64.tar.gz"
9696ARG OPENOCD_INSTALL_DIR="/opt/OpenOCD"
9797
Original file line number Diff line number Diff line change 77
88### Packages
99* [ 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.54
11- * [ xPack OpenOCD] ( https://github.com/xpack-dev-tools/openocd-xpack ) Version 0.12.0-6
12- * [ CMake] ( https://cmake.org/download ) Version 4.0.3
10+ * [ SEGGER J-Link Software] ( https://www.segger.com/downloads/jlink/ ) Version 8.80
11+ * [ 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
1313
1414## System Requirements
1515* VSCode [ Dev Containers] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers ) extension
You can’t perform that action at this time.
0 commit comments