From dd4ac322905a60af503e860a756598067a8b875f Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 18:56:01 -0700 Subject: [PATCH] Detailed wiki content repair: Hardware --- Hardware.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/Hardware.md b/Hardware.md index e69de29..0de8e11 100644 --- a/Hardware.md +++ b/Hardware.md @@ -0,0 +1,67 @@ +# Hardware + +## Classification + +Hardware / firmware workspace. + +## Structure Signals + +- `build` (6 files) +- `(root)` (5 files) +- `main` (4 files) +- `.vscode` (3 files) +- `components` (3 files) +- `.cache` (1 files) +- `.cursor` (1 files) + +## File Type Signals + +- `.txt` (4) +- `.json` (3) +- `.gitignore` (2) +- `(none)` (2) +- `.c` (2) +- `.idx` (1) +- `.mdc` (1) +- `.yaml` (1) +- `.log` (1) +- `.check_cache` (1) +- `.h` (1) +- `.projbuild` (1) + +## Build And Dependency Signals + +| Signal | Detail | +|---|---| +| CMakeLists.txt | CMake/ESP-IDF style build metadata is present. | +| README files | README.md, readme_ai.md | + +## Project Tree Snapshot + +- ._.gitignore +- .cache/clangd/index/main.c.40ECD50192E77BED.idx +- .cursor/rules/byterover-rules.mdc +- .gitignore +- .vscode/c_cpp_properties.json +- .vscode/extensions.json +- .vscode/launch.json +- CMakeLists.txt +- build/CMakeCache.txt +- build/CMakeFiles/CMakeConfigureLog.yaml +- build/CMakeFiles/CMakeOutput.log +- build/CMakeFiles/cmake.check_cache +- build/log/idf_py_stderr_output_23324 +- build/log/idf_py_stdout_output_23324 +- components/cjson/CMakeLists.txt +- components/cjson/cJSON.c +- components/cjson/cJSON.h +- main/CMakeLists.txt +- main/Kconfig.projbuild +- main/idf_component.yml +- main/main.c +- readme_ai.md +- sdkconfig.defaults + +## Interpretation + +Treat this repo as hardware-affecting until proven otherwise. Add exact board revision, wiring, flashing command, and recovery procedure before release.