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-05-27 #487

Merged
merged 13 commits into from
Jun 10, 2020
Merged

Integration Candidate: 2020-05-27 #487

merged 13 commits into from
Jun 10, 2020

Commits on May 21, 2020

  1. Fix #479, add name association to stub arguments

    Add the capability to store parameter names in addtion
    to pointers as part of the stub argument context data.
    
    Macroize the UT_Stub_RegisterContext function utstubs.h to
    also pass the parameter name in addition to the pointer.
    
    Also add hook-side accessor functions/macros to make it
    easier and more reliable to get this information from
    the context data.
    jphickey committed May 21, 2020
    Configuration menu
    Copy the full SHA
    2218036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4731755 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

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

Commits on May 28, 2020

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

Commits on Jun 1, 2020

  1. Fix #449, Make Linux+VxWorks BSPs generic

    These adaptor layers can be used on a variety of boards.
    Renaming the directory reflects that.
    
    Note - not renaming pc-rtems at this time, as that still
    has some non-generic aspects to it.
    jphickey committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    11a4899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f8b8a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge pull request #467 from jphickey/fix-449-generic-bsps

    Fix #449, Rename BSPs to be generic
    astrogeco committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    50bcbfb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #480 from jphickey/fix-479-utassert-stub-arg-names

    Fix #479, add name association to stub arguments
    astrogeco committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    a1aaec2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #452 from yammajamma/fix381-OS_TimerAdd-missing-fu…

    …nctional-test
    
    Fix #381, Add OS_TimerAdd functional test
    astrogeco committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    f31171a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Merge pull request #481 from yammajamma/fix380-Add-TimeBase-Api-Funct…

    …ional-Tests
    
    Fix #380, Add OS_TimeBase Api Functional Tests
    astrogeco committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    ff44e9f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Fix #493, race condition in idmap api test

    Use a proper "setup" function to create the resources for the test.
    Add a delay loop to ensure that the child task has executed before
    continuing with the rest of the test.
    jphickey committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a64a435 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge pull request #495 from jphickey/fix-493-idmap-test-race

    Fix #493, race condition in idmap api test
    astrogeco committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    aca6751 View commit details
    Browse the repository at this point in the history
  2. Increase version to 5.0.19 and update ReadMe

    Gerardo E. Cruz-Ortiz committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    28d6865 View commit details
    Browse the repository at this point in the history