From 4b67e29e247623bb919afbba8d2626d0e70475ad Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 19:07:31 -0700 Subject: [PATCH] Detailed wiki content repair: Setup --- Setup.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Setup.md b/Setup.md index e69de29..86c9ab9 100644 --- a/Setup.md +++ b/Setup.md @@ -0,0 +1,23 @@ +# Setup + +## Proven Setup Signals + +| Signal | Detail | +|---|---| +| CMakeLists.txt | CMake/ESP-IDF style build metadata is present. | +| README files | README_IMPLEMENTATION.md, esp-idf/README.md, esp-idf/README_CN.md, esp-idf/components/README.md, esp-idf/docs/README.md, esp-idf/examples/README.md, include/README, lib/README, readme.md, sdcard/README.md, test/README | + +## Setup Path + +- Use the repo CMake/ESP-IDF workflow; confirm SDK version and board target before build or flash. + +## Environment Rules + +- Keep local secrets out of Git. +- Put generated build output outside source control. +- Prefer a clean checkout when validating setup instructions. +- Record the exact command that works in the readiness issue before closing it. + +## Current Gaps + +- No setup gaps were inferred from inspected evidence.