From 054f740fd80d562f7f7ef9f61a7cbcfb9a594d10 Mon Sep 17 00:00:00 2001 From: Cameron Tacklind Date: Tue, 26 May 2026 12:21:01 -0700 Subject: [PATCH 1/2] chore: bump submodule pins to current upstream HEADs - AVR++: d473ec7 -> 83bf109 (CI additions, no code change) - libCameron: 656a84a -> ab2ff48 (CI + TripleBuffer local basicTypes.hpp fix + Looper) - uMaker: b83bfd6 -> eb8b7e1 (CI + various Makefile cleanups and renames) All upstream changes are CI/build-system level or internal cleanups; no API breakage expected. TripleBuffer.hpp now pulls libCameron's local basicTypes.hpp instead of AVR++'s, but only Basic::u1 is used (both define it identically). Co-Authored-By: Claude Opus 4.7 (1M context) --- AVR++ | 2 +- libCameron | 2 +- uMaker | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AVR++ b/AVR++ index d473ec7..83bf109 160000 --- a/AVR++ +++ b/AVR++ @@ -1 +1 @@ -Subproject commit d473ec702f5242e0077144d6911c4224f1921bb9 +Subproject commit 83bf109b87c143a0d3679ca81bb7b91f1039c737 diff --git a/libCameron b/libCameron index 656a84a..ab2ff48 160000 --- a/libCameron +++ b/libCameron @@ -1 +1 @@ -Subproject commit 656a84a9557e563e96ebaec5519d59590ecd826f +Subproject commit ab2ff48381473d6e33b879ad7bbbec4c24f4a67b diff --git a/uMaker b/uMaker index b83bfd6..eb8b7e1 160000 --- a/uMaker +++ b/uMaker @@ -1 +1 @@ -Subproject commit b83bfd6d16000499c04a85ecb0673235ac409f70 +Subproject commit eb8b7e1f8c26ee4cdd60821c557b61939b368cf7 From 0bb33d0ea8ec527f7fd93a75ba1c42d8b9dcd23d Mon Sep 17 00:00:00 2001 From: Cameron Tacklind Date: Tue, 26 May 2026 12:36:24 -0700 Subject: [PATCH 2/2] chore: bump uMaker pin to pick up mkdir.mk abspath fix uMaker eb8b7e1 -> 0be64ac. The previous pin (eb8b7e1) carried the realpath-based mkdir.mk that returned empty for non-existing dirs, which broke 3-Phase-Controller's CI on a clean build. Upstream switched to abspath in cinderblock/uMaker#2. Co-Authored-By: Claude Opus 4.7 (1M context) --- uMaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uMaker b/uMaker index eb8b7e1..0be64ac 160000 --- a/uMaker +++ b/uMaker @@ -1 +1 @@ -Subproject commit eb8b7e1f8c26ee4cdd60821c557b61939b368cf7 +Subproject commit 0be64ac2f92a708d9f13b834da9faa12d6452c11