This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
Releases: NordicSemiconductor/pc-nrfutil
Releases · NordicSemiconductor/pc-nrfutil
v6.1.7
v6.1.6
v6.1.5
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
v6.1.3
v6.1.2
v6.0.1
v6.0.0
Features
Bugfixes/improvements
v6.0.0a1
v6.0.0a0
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.