From 41d2eb6e63d884eba8b1e6d6aa56871e033f324a Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Mon, 4 May 2026 18:00:45 -0400 Subject: [PATCH] Track A.1: repoint microReticulum submodule at attermann upstream 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was: torlando-tech/microReticulum @ feat/t-deck @ ca355e5 (a torlando fork with unrelated git history per pyxis_microReticulum_alignment_analysis). Now: attermann/microReticulum @ tag 0.3.0 @ f8d91d1 (canonical upstream). This commit is configuration-only — just the submodule pointer + URL. Pyxis will not build yet because vanilla upstream doesn't ship the fork's added subtrees (src/LXMF, src/BLE, src/Hardware/TDeck, src/UI, src/Instrumentation, PSRAMAllocator/BytesPool/ObjectPool/FileStream/ FileSystem, Cryptography/{BZ2,Ratchet}, Utilities/Print, SegmentAccumulator). Subsequent commits in this branch vendor those into pyxis itself or carve them out into standalone libraries per the alignment plan. --- .gitmodules | 6 ++++-- deps/microReticulum | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 88f3dc43..f17e6665 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,6 @@ [submodule "deps/microReticulum"] path = deps/microReticulum - url = https://github.com/torlando-tech/microReticulum.git - branch = feat/t-deck + url = https://github.com/attermann/microReticulum.git + # Pinned at the 0.3.0 release tag so the build is reproducible. Bump + # the pin deliberately when we want a newer microReticulum (and re-run + # the conformance suite to catch any drift). diff --git a/deps/microReticulum b/deps/microReticulum index ca355e54..f8d91d12 160000 --- a/deps/microReticulum +++ b/deps/microReticulum @@ -1 +1 @@ -Subproject commit ca355e54a0565782444e66a531326e57ae9f8435 +Subproject commit f8d91d1211d1d3f629a1d20391cf57ac0d1847c8