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-10-13 #621

Merged
merged 5 commits into from
Oct 13, 2020
Merged

Integration candidate 2020-10-13 #621

merged 5 commits into from
Oct 13, 2020

Commits on Oct 2, 2020

  1. Fix #556, Deprecate OS_open and OS_creat

    These functions are replaced by OS_OpenCreate, which
    implements both functions via flags, and follows the
    correct OSAL API patterns.
    jphickey committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    1776749 View commit details
    Browse the repository at this point in the history
  2. Fix #618, Use osal_id_t in RTEMS implementation

    Change use of uint32 for ID to the correct typedef.
    Use ObjectIdFromInteger/ObjectIdToInteger where it is intended to
    convert these values to integers e.g. for the "name" fields in RTEMS.
    jphickey committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    39e004f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge pull request #619 from jphickey/fix-618-rtems-osal-id

    Fix #618, Use osal_id_t in RTEMS implementation
    astrogeco committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    2b6f2d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #617 from jphickey/fix-556-deprecate-open-creat

    Fix #556, Deprecate OS_open and OS_creat
    astrogeco committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3a76641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063ed50 View commit details
    Browse the repository at this point in the history