From 67ce81b65aeb3fdf7bcae601671fc09713499013 Mon Sep 17 00:00:00 2001 From: Rob Lauer Date: Thu, 30 Apr 2026 10:13:24 -0500 Subject: [PATCH 1/2] minor updates to card.aux/mode:dfu --- card.aux.req.notecard.api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/card.aux.req.notecard.api.json b/card.aux.req.notecard.api.json index cfc5237..3d01822 100644 --- a/card.aux.req.notecard.api.json +++ b/card.aux.req.notecard.api.json @@ -91,7 +91,7 @@ "sub-descriptions": [ { "const": "dfu", - "description": "Enable the Notecard's `AUX1` pin for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` when a DFU is in progress, and `HIGH` otherwise. See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.", + "description": "Reserve the Notecard's `AUX1`, `AUX3`, and `AUX4` pins for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.", "skus": [ "CELL", "CELL+WIFI", @@ -509,7 +509,7 @@ "samples": [ { "title": "DFU Mode", - "description": "Enable the Notecard's `AUX1` pin for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` when a DFU is in progress, and `HIGH` otherwise.", + "description": "Reserve `AUX1`, `AUX3`, and `AUX4` for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). `AUX1` reports whether a DFU is in progress (active `LOW`), `AUX3` drives the host's `BOOT` pin, and `AUX4` drives the host's `RESET` pin during the flash. `AUX2` is reserved. See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.", "json": "{\"req\": \"card.aux\", \"mode\": \"dfu\"}" }, { From bc6a0076c9b32eac3de0eed629968fa3ee26c6bf Mon Sep 17 00:00:00 2001 From: Rob Lauer Date: Thu, 30 Apr 2026 10:28:50 -0500 Subject: [PATCH 2/2] revert after thinking this through more... --- card.aux.req.notecard.api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/card.aux.req.notecard.api.json b/card.aux.req.notecard.api.json index 3d01822..955113f 100644 --- a/card.aux.req.notecard.api.json +++ b/card.aux.req.notecard.api.json @@ -91,7 +91,7 @@ "sub-descriptions": [ { "const": "dfu", - "description": "Reserve the Notecard's `AUX1`, `AUX3`, and `AUX4` pins for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.", + "description": "Enable the Notecard's `AUX1` pin as a \"DFU in progress\" signal for use with [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` while a DFU is running and `HIGH` otherwise. See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.", "skus": [ "CELL", "CELL+WIFI", @@ -509,7 +509,7 @@ "samples": [ { "title": "DFU Mode", - "description": "Reserve `AUX1`, `AUX3`, and `AUX4` for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). `AUX1` reports whether a DFU is in progress (active `LOW`), `AUX3` drives the host's `BOOT` pin, and `AUX4` drives the host's `RESET` pin during the flash. `AUX2` is reserved. See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.", + "description": "Enable the Notecard's `AUX1` pin as a \"DFU in progress\" signal for use with [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` while a DFU is running and `HIGH` otherwise.", "json": "{\"req\": \"card.aux\", \"mode\": \"dfu\"}" }, {