File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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=880
69+ ARG JLINK_VERSION=882
7070ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
71- ARG JLINK_MD5="81a458c583a26bde8b042fcee3c4b0dd "
71+ ARG JLINK_MD5="1691b1c79764bf1caade424cc39c2e0c "
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 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.80
10+ * [ SEGGER J-Link Software] ( https://www.segger.com/downloads/jlink/ ) Version 8.82
1111* [ xPack OpenOCD] ( https://github.com/xpack-dev-tools/openocd-xpack ) Version 0.12.0-7
1212* [ CMake] ( https://cmake.org/download ) Version 4.1.2
1313
You can’t perform that action at this time.
0 commit comments