Skip to content

Commit d4fe496

Browse files
Updated package: JLink 8.82
1 parent e15e5e2 commit d4fe496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ COPY gcc-arm-none-eabi.cmake ${TOOLCHAIN_INSTALL_DIR}
6666
ENV PATH=$PATH:${TOOLCHAIN_INSTALL_DIR}/bin
6767

6868
#- JLink Debugger --------------------------------------------------------------
69-
ARG JLINK_VERSION=880
69+
ARG JLINK_VERSION=882
7070
ARG 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"
7272
ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
7373
ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
7474

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)