Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Releases: NordicSemiconductor/pc-nrfutil

v6.1.7

28 Sep 11:42
804bc0f
Compare
Choose a tag to compare

Revert the change from PR #349, which created a bug that allowed for invalid combinations of SoftDevices and applications when updating both at once.

v6.1.6

12 Jul 13:05
f4a51ac
Compare
Choose a tag to compare
  • Fix bug where nrfutil tried to access the softdevice-version related to pc-ble-driver version 4.1.2 instead of 4.1.4.

v6.1.5

07 Jul 13:38
8717c75
Compare
Choose a tag to compare

Add community-fixes:

  • #362 Fix serial enumeration for devices connected to internal hubs by comparing on both Device address and Container ID
  • #370 Fix location for where antlib is placed when creating nrfutil executables for win32
  • #378 Faster delete for large ucir/mbr regions.
  • #349 Fix that softdevice requirement was not added to package if used from code and not CLI.
  • #373 Add newer hex-numbers to the help-text of the softdevice requirement flag .

v6.1.4

30 Jun 09:05
4ace3c5
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Fix typo in help text for --application-version-string

v6.1.3

06 Oct 12:09
d08e742
Compare
Choose a tag to compare

Fix uncertainties related to the installed version of libusb1

v6.1.2

26 Aug 10:26
Compare
Choose a tag to compare

Updated pc-ble-driver-py
Fix Zigbee hex-file, such that the zigbee command does not fail

v6.0.1

20 Dec 14:59
Compare
Choose a tag to compare

Bugfixes/improvements

  • Add data_length_update to BLE DFU (#293)
  • Fix the range of supported Python versions (#292)
  • Fix invalid c syntax in key source display (#290)

v6.0.0

29 Nov 10:14
cec86ac
Compare
Choose a tag to compare

Features

  • Added Python 3 support (3.6, 3.7 and 3.8), removed Python 2 support (#250, #257, #267, #282)

Bugfixes/improvements

  • Updated dependency requirements (#259, #262, #283)
  • Zigbee updates (#225, #226, #227, #230, #240)
  • Thread updates (#223)
  • Update CLI error reporting (#258)
  • Updated SoftDevice ID list (#242)
  • Added check for application version string format (#269)

v6.0.0a1

24 Oct 13:31
Compare
Choose a tag to compare
v6.0.0a1 Pre-release
Pre-release

Features

  • Added Python 3 support and removed Python 2 support (#250, #257, #267)
    Python 3.7 is the minimum required version.

Bugfixes/improvements

  • Updated dependency requirements (#259, #262)
  • Zigbee updates (#225, #226, #227, #230, #240)
  • Thread updates (#223)
  • Update CLI error reporting (#258)
  • Updated SoftDevice ID list (#242)
  • Added check for application version string format (#269)

v6.0.0a0

16 Oct 13:22
Compare
Choose a tag to compare
v6.0.0a0 Pre-release
Pre-release

This major release marks the migration to Python 3.7, removing Python 2 support. This release also pulls in the latest of dependencies.

Dependency version constraints have intentionally been removed from setup.py to give projects pulling in nrfutil leeway and responsibility of ensuring compatibility and freezing dependencies. Unfortunately this means that installing nrfutil standalone from the egg may break anytime and require manually fixing dependencies. A new file requirements-frozen.txt has been added which freezes the dependency environment from time of testing and should always work.