Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Changed

- Updated bundled SEGGER J-Link to v8.76 for Windows.
- Updated bundled SEGGER J-Link to v9.24a.
- Logic for loading updates to nRF Connect for Desktop to a new version. The
mechanism is now based on CDN and not GitHub. In most cases, it uses
`files.nordicsemi.com`. If users choose to use the Chinese server, it uses
Expand Down
1 change: 1 addition & 0 deletions Changelog.minor.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ release the new version.

### Added

- #1162: Update bundled J-Link to V9.24a.
- #1147: Mechanism for automatic release candidates.
- #1199: Support for fixed size apps. Before, the fixed size of the Quick Start
app was hard coded. With this, every app can specify its own fixed size by
Expand Down
2 changes: 1 addition & 1 deletion src/main/bundledJlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
*/

module.exports = 'V8.76';
module.exports = 'V9.24a';
Loading