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

hal: Tock: Namespace HAL, update timer implementation and update libtock-c #1313

Merged
merged 2 commits into from
Nov 14, 2024

Commits on Nov 13, 2024

  1. tock: use native time getter, remove globals

    Tock has direct support for querying time. The prior `millis()`
    method here replicated the same functionality, but missed some
    corner case concerns around overflow/wrapping. Instead, just use
    the native Tock time getter method. This also removes unneeded
    global variables and methods.
    ppannuto authored and alistair23 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    15a3f39 View commit details
    Browse the repository at this point in the history
  2. NonArduino/Tock: Update to latest libtock-c

    Update to the latest libtock-c commit. libtock-c now includes a
    libtockHal.h, so we can use that instead of the version here.
    
    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ff12e94 View commit details
    Browse the repository at this point in the history