Skip to content

Releases: NordicSemiconductor/pc-nrfconnect-shared

v194

17 Dec 09:21
2642126
Compare
Choose a tag to compare

Fixed

  • nrfutil: mcu-state-set caused an error if no target was specified.

v193

04 Dec 17:15
7709b04
Compare
Choose a tag to compare

Changed

  • Update @swc/core and @swc/jest to fix issues when class functions are called
    via multiple ?. e.g. obj.set?.function?.()

v192

27 Nov 11:48
95697f2
Compare
Choose a tag to compare

Changed

  • Renamed Thingy91:X to Nordic Thingy:91 X.

v191

14 Nov 07:56
fc754d5
Compare
Choose a tag to compare

Added

  • Function getJlinkCompatibility.

Changed

  • nrfutil: The core gets upgraded before installing a command.
  • nrfutil: The version properties of dependencies are now optional, reflecting the behaviour since nrfutil-device v2.7.0.
  • Warning for J-Link versions: Only inform (not warn) if the installed version is newer than the tested version. Updated the text for all cases.

Removed

  • Export of internal type SemanticVersion.

v190

06 Nov 13:48
402853b
Compare
Choose a tag to compare

Added

  • Added Thingy91:X to known devices.

v189

18 Oct 08:37
506ad81
Compare
Choose a tag to compare

Added

  • Dropdown helper functions which are used in pc-nrfconnect-serial-terminal
    and pc-nrfconnect-programmer.
  • Add nrfutil mcu-state-options for multi target support.

Steps to upgrade when using this package

  • Minimum support version of nrfutil device is now 2.5.0

v188

18 Oct 08:36
22a1092
Compare
Choose a tag to compare

Changed

  • Update JLink macOS install link pointing from V794e to V794i.
  • Update @xterm/headless, electron, serialport, applicationinsights
    dependencies.

Steps to upgrade when using this package

  • Update imports of the Terminal from xterm-headless to @xterm/headless
    if applicable.

v187

04 Oct 15:23
1b31a4f
Compare
Choose a tag to compare

Fixed

  • Auto connecting from CLI for device that has persisted data.

v186

03 Oct 12:23
bce2590
Compare
Choose a tag to compare

Changed

  • DeviceSelector Abort controler now aborts on the onDisconnected event

Fixed

  • Auto connecting from CLI when multple devices are connected now works as
    expected.

v185

20 Sep 11:52
7f3333f
Compare
Choose a tag to compare

Added

  • Extended waitForDevice to allow apps to hook into when the wait was
    canceled.
  • Logging on device events Selecting, Selected and Deselected

Fixed

  • Stop nrfutil sandbox from starting to run an aborted command.
  • Device setup event call order when autoreconnecting at the same time as
    selecting.

Steps to upgrade when using this package

  • Clean up any logging in onDeviceSelected and onDeviceDeselected to avoid
    logging multiple times.