-
Notifications
You must be signed in to change notification settings - Fork 168
Implement various interfaces for trace configuration #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
720282f
tpiu: impl functions related to trace data output
tmplt f75f17f
dwt: impl functions related to trace generation
tmplt 8c53e60
tpiu: fix always-zero field-comparison
tmplt be983a3
dwt: configure address comparison using struct
tmplt 9305580
dwt: add missing #[inline]
tmplt 9285dcc
dcb: add note about vendor-specific trace options
tmplt 859f9d8
dwt: reimplement with bitfield
tmplt b533eb6
itm: impl functions related to trace generation
tmplt fb604a7
tpiu: fix flipped SWOSupports field, reimplement with bitfield
tmplt 085e738
itm, dwt: limit some bitfields to u8
tmplt 669c872
dwt: feature gate trace and PC samples out of armv6m
tmplt 362ad2d
itm: fix field spelling
tmplt 02853a4
itm: remove useless conversion
tmplt aa17958
allow clippy::upper_case_acronyms
tmplt 880b947
Merge branch 'master' into feat/tracing
tmplt c470f8b
dwt, itm, tpiu: remove get_ prefix, as per Rust API guidelines
tmplt 6ddc746
dwt: fix clippy::bool_comparison
tmplt 35bb481
dwt: improve EmitOption docstring
tmplt 021420b
dwt: don't inline Comparator::configure
tmplt 0e64774
dwt: refactor out unnecessary explicit panic
tmplt d45bad7
tpiu: remove get_ prefix, as per Rust API guidelines
tmplt 633a631
dwt: DWTError -> DwtError for in-crate consistency
tmplt 09929b1
dwt: mark ComparatorFunction, DwtError as non-exhaustive
tmplt c37f80b
itm: properly document ITMSettings
tmplt 1efe319
tpiu: use bitfield for SPPR
tmplt 5a92298
tpiu: improve TYPE field documentation
tmplt 92c15ed
dwt, itm, tpiu: derive common traits for structs/enums
tmplt 360fb33
dwt: refactor enable_exception_tracing into enable/disable funs
tmplt c1d434a
bump MSRV
tmplt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.