From 08b17e1d90ef10f333c214342a4a32f70149e1bc Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 16:17:41 -0700 Subject: [PATCH] Create wiki page 'Hardware' --- Hardware.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Hardware.md diff --git a/Hardware.md b/Hardware.md new file mode 100644 index 0000000..4721978 --- /dev/null +++ b/Hardware.md @@ -0,0 +1,15 @@ +# 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.