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

avoid reset of utility timer #101

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    11d7fe4 View commit details
    Browse the repository at this point in the history
  2. avoid reset of UTILITY_TIMER

    resetting the UTILITY_TIMER makes accurate long term time measurement
    much harder. We never need to reset it if we treat it as a wrapping 16
    bit unsigned number and always do timing maths with 16 bit subtraction
    tridge committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bcc5dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f39846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5a8434 View commit details
    Browse the repository at this point in the history