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

Fix #104, Remove OS_Tick2Micros and internalize OS_Milli2Ticks #603

Merged

Commits on Sep 22, 2020

  1. Fix nasa#104, Remove OS_Tick2Micros and internalize OS_Milli2Ticks

    - Removed OS_Tick2Micros implementation, tests, stubs, references
    - Moved prototype from API to internal for OS_Milli2Ticks
    - Updated OS_Milli2Ticks to return status
    - Added check for rollover in OS_Milli2Ticks
    - OS_Milli2Ticks now sets and limits ticks as int
    - Updated all internal use of OS_Milli2Ticks to check for error
      and returns immediately on error (won't wait maximum amount)
    - Coverage tests updated to check for new error cases
    - OS_Milli2Ticks stub updated (default implementation)
    skliper committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    4b82abe View commit details
    Browse the repository at this point in the history