Fix CI and release workflow issues#3
Merged
Conversation
Single binary per board that reads CONFIG.G from storage at boot, falling back to compiled-in defaults when no file is found. - sdcard::ConfigLoader: portable config loading via FileSystem trait - Reads CONFIG.G, then overlays CONFIGO.G (saved overrides) - Falls back to built-in defaults when no file exists - 8 new unit tests with in-memory filesystem mock - printer_hal::NullFs: stub for boards without storage (EBB42) - Firmware binaries updated to use load_config_with_fallback() - .github/workflows/release.yml: per-board binary builds on tag push - Matrix: duet3-mini5 (thumbv7em), ebb42 (thumbv6m), skr-pico (thumbv6m) - Converts ELF → .bin, attaches to GitHub Release - CI updated: tests all library crates, targets both thumbv7em + thumbv6m https://claude.ai/code/session_01HW3tB5wfRQxiio5qmPbFmt
CI: - fmt job only runs on pull_request (github.head_ref is empty on push) - check/test/clippy use `if: always() && !failure()` so they run on push events where fmt is skipped Release: - Fix env block indent (was nested inside with: instead of step level) - Remove unused memory_x matrix variable https://claude.ai/code/session_01HW3tB5wfRQxiio5qmPbFmt
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.
No description provided.