From cad804c347b6285154f2a470ae9933db856d3c8b Mon Sep 17 00:00:00 2001
From: Jason <83615043+JJassonn69@users.noreply.github.com>
Date: Wed, 18 Mar 2026 21:41:56 +0200
Subject: [PATCH] Add release notes page keyed to major bring-up commits
---
docs/architecture.html | 1 +
docs/bring-up.html | 1 +
docs/implementation-log.html | 1 +
docs/index.html | 2 +
docs/release-notes.html | 94 ++++++++++++++++++++++++++++++++++++
docs/reports.html | 1 +
6 files changed, 100 insertions(+)
create mode 100644 docs/release-notes.html
diff --git a/docs/architecture.html b/docs/architecture.html
index 7edc2ef..bf258c7 100644
--- a/docs/architecture.html
+++ b/docs/architecture.html
@@ -15,6 +15,7 @@
Implementation Log
Bring-Up
Reports
+ Release Notes
diff --git a/docs/bring-up.html b/docs/bring-up.html
index 9b72742..b517138 100644
--- a/docs/bring-up.html
+++ b/docs/bring-up.html
@@ -15,6 +15,7 @@
Implementation Log
Bring-Up
Reports
+ Release Notes
diff --git a/docs/implementation-log.html b/docs/implementation-log.html
index d60b1e5..3e3e504 100644
--- a/docs/implementation-log.html
+++ b/docs/implementation-log.html
@@ -15,6 +15,7 @@
Implementation Log
Bring-Up
Reports
+ Release Notes
diff --git a/docs/index.html b/docs/index.html
index 78ec600..4e13ef1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,6 +15,7 @@
Implementation Log
Bring-Up
Reports
+ Release Notes
@@ -71,6 +72,7 @@
+
+ Traceability
+ Release Notes by Key Commit
+ Milestone notes keyed to major bring-up, debug, and documentation commits.
+
+
+
+ Commit timeline
+
+
+
+
+ | Commit |
+ Title |
+ Impact |
+
+
+
+
+ f6877aa |
+ Phase 1 hardware bring-up prep |
+ Added ILA/debug constraints, CDC waivers, and programming/capture scripts for hardware readiness. |
+
+
+ 12e63b7 |
+ ILA insertion script hardening |
+ Fixed deferred core creation, exact-path resolution, and Vivado 2025.2 MU_CNT handling. |
+
+
+ 0ae7b40 |
+ TE0712/TE0701 split target |
+ Introduced dedicated dev top, XDC, and build flow to isolate carrier-board pinout from production target. |
+
+
+ 967ce17 |
+ TE0713/TE0701 alternate target |
+ Added in-stock SoM path with TE0713-specific constraints and build automation. |
+
+
+ fcdd270 |
+ Initial GitHub Pages publication |
+ Published antenna and Python simulation PDFs with static site entry point and .nojekyll fix. |
+
+
+ 94eed1e |
+ Full docs website expansion |
+ Introduced multi-page engineering documentation site with architecture, bring-up, implementation, and reports pages. |
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/reports.html b/docs/reports.html
index 001a680..45aba00 100644
--- a/docs/reports.html
+++ b/docs/reports.html
@@ -15,6 +15,7 @@