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

Differentiate comparator 0 as the only one capable of cycle compare #377

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2022

  1. Differentiate comparator 0 as the only one capable of cycle compare

    Statically enforces that only comparator 0 on `armv7m` can be configured
    for cycle comparison by introducing a marker trait differentiating
    comparator 0 and the rest of them, and only implementing the ability for
    this configuration on comparator 0.
    
    Closes rust-embedded#376
    TDHolmes committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9e263cc View commit details
    Browse the repository at this point in the history
  2. changelog

    TDHolmes committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    22efd36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f24999f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916e494 View commit details
    Browse the repository at this point in the history
  5. check DWT::has_cycle_counter when configuring a comparator for that f…

    …unction & some cleanup
    TDHolmes committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    ffa638c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82b1975 View commit details
    Browse the repository at this point in the history
  7. fix tests

    TDHolmes committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    79111ff View commit details
    Browse the repository at this point in the history
  8. review comments

    TDHolmes committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    457864d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49a8438 View commit details
    Browse the repository at this point in the history
  10. fix tests

    TDHolmes committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    ef728e8 View commit details
    Browse the repository at this point in the history