Skip to content

Commit

Permalink
Merge pull request #113 from NordicSemiconductor/fix/nrf54h-new-jlink
Browse files Browse the repository at this point in the history
Update shared and nrfutil to fix issue with nrf54h and new jlink OB FW
  • Loading branch information
kylebonnici authored Aug 1, 2024
2 parents 6bac34e + deba2f2 commit a81e4b0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.3 - 2024-08-01

EXPERIMENTAL RELEASE

### Fixed

- Incompatibility with new j-link drivers.

## 0.3.2 - 2024-07-09

EXPERIMENTAL RELEASE
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 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.2",
"version": "0.3.3",
"description": "Configuration tool for Nordic Development Kits",
"displayName": "Board Configurator",
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator",
Expand All @@ -11,15 +11,15 @@
"author": "Nordic Semiconductor ASA",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"nrfconnect": ">=4.4.1"
"nrfconnect": ">=5.0.1"
},
"nrfConnectForDesktop": {
"supportedDevices": [
"PCA10153"
],
"nrfutil": {
"device": [
"2.1.1"
"2.4.3"
]
},
"html": "dist/index.html"
Expand Down Expand Up @@ -47,7 +47,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@nordicsemiconductor/pc-nrfconnect-shared": "^176.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^181.0.0",
"@types/react-test-renderer": "18.0.0"
},
"eslintConfig": {
Expand Down

0 comments on commit a81e4b0

Please sign in to comment.