This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Feature: lint and tooling upgrades#2142
Merged
Merged
Conversation
f606595 to
1e784a3
Compare
508e743 to
b15d2fa
Compare
28e3f5a to
9e61284
Compare
…m to fit Flash constraints again
96a5862 to
783e3f5
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Detailed description
In this PR we address the
lintpass failures and upgrade the tooling the project is tested and built against. This means ARM GCC 14.2.Rel1 becomes our new officially supported compiler version, we make sure everything is happy with the latest GCC (15) on the fruity platform, and the latest MSVC/Windows (2025).On the linting and repo tooling side, Clang/LLVM 18 becomes the benchmark, and we encourage users to use the latest release of 18 as it contains several lint and formatting bugfixes to benefit from.
NB: clang-format-19 is out but munches on the remote protocol macros in ways that need addressing and adjusting for, so cannot for now be used.
Your checklist for this pull request
Closing issues