Bump AVR++/libCameron/uMaker submodule pins to upstream HEADs#3
Merged
Conversation
- 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) <noreply@anthropic.com>
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) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps submodule pins for the three locally-maintained submodules to current upstream master.
d473ec7→83bf109— CI additions only (build workflow, dependabot, aggregate header test). No code change.656a84a→ab2ff48— CI additions +TripleBuffer.hppswitched to localbasicTypes.hpp+ Looper added + misc cleanups. OnlyBasic::u1is used in TripleBuffer, and both copies ofbasicTypes.hppdefine it identically.b83bfd6→eb8b7e1— CI additions + Makefile cleanups, renames, and verbose-assembly variant. No interface changes that 3-Phase-Controller's existing Makefile invocations rely on.3-Phase-Controller's source does not use
u3/s3/__uint24/__int24(the types in AVR++'sbasicTypes.hppbut not libCameron's), so the TripleBuffer include-path change is safe.Test plan
🤖 Generated with Claude Code