Skip to content

Integration candidate 2020-10-13#621

Merged
astrogeco merged 5 commits intomainfrom
integration-candidate
Oct 13, 2020
Merged

Integration candidate 2020-10-13#621
astrogeco merged 5 commits intomainfrom
integration-candidate

Conversation

@astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Oct 12, 2020

Describe the contribution
Fix #556
Fix #618

Testing performed
See Bundle PR - https://github.com/nasa/cFS/pull/147/checks

Expected behavior changes

PR #617 - Deprecate OS_open and OS_creat to and replaced them with by OS_OpenCreate, which implements both functions via flags, and follows the correct OSAL API patterns.

PR #619 - Change use of uint32 for ID to the correct typedef. Also use ObjectIdFromInteger/ObjectIdToInteger where it is intended to convert these values to integers e.g. for the "name" fields in RTEMS.

System(s) tested on
Ubuntu CI

Additional context
Part of nasa/cFS#147

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
@jphickey

jphickey and others added 3 commits October 2, 2020 14:55
These functions are replaced by OS_OpenCreate, which
implements both functions via flags, and follows the
correct OSAL API patterns.
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.
Fix #618, Use osal_id_t in RTEMS implementation
@astrogeco astrogeco marked this pull request as ready for review October 13, 2020 15:05
@astrogeco astrogeco merged commit 3e087e2 into main Oct 13, 2020
astrogeco added a commit to nasa/cFS that referenced this pull request Oct 13, 2020
@skliper skliper added this to the 6.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update RTEMS osal to use osal_id_t typedef Deprecate OS_open and OS_creat

3 participants