Skip to content
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

Add support for additional DWT counters #349

Merged
merged 3 commits into from
Aug 14, 2021
Merged

Commits on Aug 8, 2021

  1. Add support for additional DWT counters

    This adds support for these counters:
    * CPI counter
    * Exception overhead counter
    * LSU counter
    * Folded-instruction counter
    newAM committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    33a6b16 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Deprecate get_cycle_count in favor of cycle_count

    This follows the rust C-GETTER API guidelines.
    newAM committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    52ff95e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba479bd View commit details
    Browse the repository at this point in the history