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 (32)
mips64-linuxpowerpc64le-linuxs390-linuxx86_64-darwinloongarch64-linuxriscv64-linuxi686-windowsmicroblazeel-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