feat(ctrace): preserve DWT address offset widths - #2594
Open
thorstendb-ARM wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2594 +/- ##
==========================================
+ Coverage 72.58% 72.63% +0.04%
==========================================
Files 185 185
Lines 30602 30652 +50
Branches 18009 18036 +27
==========================================
+ Hits 22213 22263 +50
Misses 6080 6080
Partials 2309 2309
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Test Results 4 files 4 suites 2s ⏱️ Results for commit d206246. |
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
Preserve the original 1-, 2-, or 4-byte width of DWT Data Trace Address packets.
Changes
offsetand format values using their original widthnone/u8/u16/u32variantsExamples:
0x580x78580x20007858This intentionally preserves the address fragment received from the trace stream. It does not reconstruct an address using
DWT_COMP.Validation
Checklist