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

Rj/timestamp tweaks #255

Merged
merged 8 commits into from
Feb 2, 2021
Merged

Rj/timestamp tweaks #255

merged 8 commits into from
Feb 2, 2021

Commits on Feb 2, 2021

  1. timestamping: full u32 range

    The sampling timer and the timestamping timer have the same period.
    The sampling interval and the batch size are powers of two.
    If the timestamping timer wraps at a power of two larger than the
    batch period, it will wrap in sync with the batch period.
    
    Even if it didn't the RPLL would handle that. But it requires that the
    timer wraps at the u32/i32 boundary (or be shifted left to wrap there).
    jordens committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    4475a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    854ed29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1c87c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddbfa9d View commit details
    Browse the repository at this point in the history
  5. iir: tweak math a bit

    jordens committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    dcc71d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    145b480 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd71136 View commit details
    Browse the repository at this point in the history
  8. lockin-external: add doc

    jordens committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e423eff View commit details
    Browse the repository at this point in the history