adafruit-nrfutil

adafruit-nrfutil 0.5.3.post17

Modified version of Nordic's nrfutil 0.5.x for use with the Adafruit Feather nRF52

https://github.com/adafruit/Adafruit_nRF52_nrfutil
Unfree redistributable
main program: adafruit-nrfutilprograms: -
Platforms (31)
s390-linuxmicroblaze-linuxarmv6l-linuxs390x-linuxaarch64-freebsdmicroblazeel-linuxmips-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adafruit-nrfutil
];
Ad-hoc shell
nix-shell -p adafruit-nrfutil
Flake (nix run)
nix run nixpkgs#adafruit-nrfutil