From c0fbaae3869e5d3c7751c7a4116c5154f74e9cb5 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 18:40:57 -0700 Subject: [PATCH] Detailed wiki pass: Hardware --- Hardware.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Hardware.md b/Hardware.md index 4721978..e69de29 100644 --- a/Hardware.md +++ b/Hardware.md @@ -1,15 +0,0 @@ -# Hardware - -## Supported boards -- Record the exact board revision, module variant, screen/input hardware, and expansion modules before release. -- Keep pin mappings, power assumptions, and peripheral dependencies in the repo or linked release notes. -- Mark unverified combinations as experimental until tested. - -## Flashing and recovery -- Document flashing commands, serial port expectations, baud rates, and recovery steps. -- Keep generated firmware binaries out of Git. Publish binaries through releases with SHA256 checksums and provenance notes. - -## Test checklist -- Boot test on the target board. -- Verify display, buttons, wireless interfaces, and any attached modules. -- Capture build environment, SDK version, and commit hash in release notes.