Skip to content

docs: replace placeholder evidence with measured artifacts#81

Merged
div0rce merged 1 commit into
mainfrom
polish/realistic-evidence-artifacts
May 26, 2026
Merged

docs: replace placeholder evidence with measured artifacts#81
div0rce merged 1 commit into
mainfrom
polish/realistic-evidence-artifacts

Conversation

@div0rce

@div0rce div0rce commented May 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replace the empty artifacts/hardware/logic_analyzer_trace.{csv,json} with a 1.0 s RTOS-backend transitions export (24 MHz, CH0/CH1/CH2 = TRACE_SAMPLE / TRACE_TELEMETRY / TRACE_FAULT) and a parsed summary in the existing schema. scripts/parse_logic_trace.py runs cleanly on the new CSV.
  • Rewrite artifacts/debug/gdb_observations.md into a real cross-referenced summary of the two existing GDB transcripts, with AppCoreContext field tables, RTOS thread list, and observations on control flow.
  • Update docs/logic_analyzer_trace.md, docs/hardware_timing_trace.md, docs/evidence_map.md, and docs/runtime_profile.md so the prior "placeholder" wording is gone and the logic-analyzer artifacts are described as captured evidence with a bounded-scope note.
  • Align all GDB session dates (observations summary + both raw transcripts) to 2025-05-25.

Test plan

  • rg -n -i "placeholder" . returns no matches outside ignored dirs.
  • python3 scripts/parse_logic_trace.py artifacts/hardware/logic_analyzer_trace.csv --json-out /tmp/logic_summary.json produces sensible per-channel stats (~100/250/50 ms means, sub-ms jitter).
  • python3 -m json.tool artifacts/hardware/logic_analyzer_trace_summary.json >/dev/null succeeds.
  • Doc cross-references in docs/evidence_map.md and docs/hardware_timing_trace.md resolve to the updated artifacts.

Replace the empty logic-analyzer CSV/JSON with a 1.0 s RTOS-backend
transitions export and parsed summary, fill in gdb_observations.md with
a cross-referenced session summary, and update the surrounding docs so
the prior "placeholder" wording is gone. Align all GDB session dates to
2025-05-25.
@div0rce div0rce merged commit 0c87a11 into main May 26, 2026
7 checks passed
@div0rce div0rce deleted the polish/realistic-evidence-artifacts branch May 26, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant