From 41c8df71f84138b0b1802e4dafb7987d77b0757f Mon Sep 17 00:00:00 2001 From: Stephan Rodemeier <1868675+stphnrdmr@users.noreply.github.com> Date: Wed, 18 Mar 2026 00:59:33 +0100 Subject: [PATCH] Update README.md Add optional dependency on adafruit-nrfutil to the docs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0335e7d..a0b0fe5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Other benefits: Prerequisites: [Zephyr SDK](https://docs.zephyrproject.org/latest/develop/getting_started/index.html) and `west` installed. +Optional: [adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) to allow DFU zip generation for OTA updates on nRF52 + ```bash # Initialize workspace (first time only) cd %cloned folder%