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-08-19 #576

Merged
merged 6 commits into from
Aug 25, 2020
Merged

Integration Candidate: 2020-08-19 #576

merged 6 commits into from
Aug 25, 2020

Commits on Aug 13, 2020

  1. Fix #557, remove OS_ObjectIdMap/Unmap prototype and stub

    These internal functions were no longer used or defined but
    the prototype and stub were still present.
    jphickey committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    9c30ba5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Fix #565, propagate return code from OS_TaskRegister_Impl()

    If this routine fails then return the error to the caller,
    which will also prevent the task from starting.
    jphickey committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1bf0574 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Fix #564, consolidate delete finalization code

    Remove repetitive clearing of the global ID and unlocking
    global table and replace with common implementation in the
    idmap code.  In addition to removing repeated logic, this
    makes deletion more like an inverse of creation, and provides
    a common/single point where additiona deletion-related
    logic can be added.
    jphickey authored and yammajamma committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    bbb0dff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #558 from jphickey/fix-557-cleanup-map-unmap

    Fix #557, remove OS_ObjectIdMap/Unmap prototype and stub
    yammajamma authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    d3a4a8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #566 from jphickey/fix-565-taskprepare-return

    Fix #565, propagate return code from OS_TaskRegister_Impl()
    yammajamma authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8648e9c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Increase version to 5.1.0-rc1+dev12, update readme

    Refactored +dev in OS_VERSION macros
    yammajamma committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    a1d09b2 View commit details
    Browse the repository at this point in the history