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

Integration Candidate: 2020-09-23 #607

Merged
merged 5 commits into from
Sep 24, 2020
Merged

Integration Candidate: 2020-09-23 #607

merged 5 commits into from
Sep 24, 2020

Commits on Sep 22, 2020

  1. Fix #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

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    fe39b50 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Merge pull request #603 from skliper/fix104-deprecate-tick-apis

    Fix #104, Remove OS_Tick2Micros and internalize OS_Milli2Ticks
    yammajamma authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5380f0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #605 from skliper/fix604-utassert-addreq

    Fix #604, Add ut_assert address equal macro
    yammajamma authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    32e4f72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c8d40 View commit details
    Browse the repository at this point in the history