Skip to content

Commit 8f38950

Browse files
Merge pull request #1262 from NordicSemiconductor/feat/update-jlink
feat: update jlink to 9.24a
2 parents 8433460 + 6d61a26 commit 8f38950

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Changed
88

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

Changelog.minor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ release the new version.
1111

1212
### Added
1313

14+
- #1162: Update bundled J-Link to V9.24a.
1415
- #1147: Mechanism for automatic release candidates.
1516
- #1199: Support for fixed size apps. Before, the fixed size of the Quick Start
1617
app was hard coded. With this, every app can specify its own fixed size by

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.76';
7+
module.exports = 'V9.24a';

0 commit comments

Comments
 (0)