Skip to content

Commit

Permalink
NCD-1101: Update nrfutil-device dependency to v2.7.6
Browse files Browse the repository at this point in the history
 * Updating to the latest version of nrfutil-device fixes the problem
   with connection failure when SWDCONTROL is set true in the
   configuration.
  • Loading branch information
cybic committed Nov 20, 2024
1 parent 42ddf16 commit 5794bed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.10 - UNRELEASED

EXPERIMENTAL RELEASE

### Changed

- Updated `nrfutil device` to v2.7.6. Resolving bug where disabling SWD on the
DK prevented Board Configurator from reconnecting.

## 0.3.9 - 2024-11-12

EXPERIMENTAL RELEASE
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-board-configurator",
"version": "0.3.9",
"version": "0.3.10",
"description": "Configuration tool for Nordic Development Kits",
"displayName": "Board Configurator",
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator",
Expand All @@ -19,7 +19,7 @@
],
"nrfutil": {
"device": [
"2.7.3"
"2.7.6"
]
},
"html": "dist/index.html"
Expand Down

0 comments on commit 5794bed

Please sign in to comment.