build: re-pin the telemetry wave — xmBase v0.3.0 + instrumented xmDriver + SDK in the assembly#16
Merged
Merged
Conversation
…ver; the assembly builds the SDK The lockstep wave lands: components/base pins the v0.3.0 release (telemetry API + console binding), components/driver pins the migrated + instrumented main (XLOG->XM, driver.<device>.* metrics/health), and components/telemetry pins the SDK main that builds against v0.3.0. XMOTION_WITH_TELEMETRY defaults ON — the assembly now builds foundation, SDK, and drivers together (verified locally, 100%). spdlog leaves the CI dependency list (no built component needs it). xmNavigation stays parked pending its HAL migration.
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.
The ADR-0003 lockstep wave completes for the telemetry stack:
fa73d7e(v0.3.0)3634995(main)6582650(main)XMOTION_WITH_TELEMETRYnow defaults ON — Assembly CI builds foundation + SDK + instrumented drivers together (verified locally: full build 100%).libspdlog-devremoved from the CI dependency install (no built component needs it).First time the whole telemetry stack integrates in one build.