Skip to content

Commit 201781c

Browse files
Merge pull request #1233 from NordicSemiconductor/feat/jlink-876
feat: update jlink to 8.76
2 parents 92f7664 + 705e2b4 commit 201781c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Changed
44

5+
- Updated bundled SEGGER J-Link to v8.76 for Windows.
56
- Logic for loading updates to nRF Connect for Desktop to a new version. The
67
mechanism is now based on CDN and not GitHub. In most cases, it uses
78
`files.nordicsemi.com`. If users choose to use the Chinese server, it uses

src/main/bundledJlink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
55
*/
66

7-
module.exports = 'V8.66';
7+
module.exports = 'V8.76';

0 commit comments

Comments
 (0)