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

Make BSPs more generic #449

Closed
jphickey opened this issue May 8, 2020 · 0 comments · Fixed by #467 or #487
Closed

Make BSPs more generic #449

jphickey opened this issue May 8, 2020 · 0 comments · Fixed by #467 or #487
Assignees
Milestone

Comments

@jphickey
Copy link
Contributor

jphickey commented May 8, 2020

Is your feature request related to a problem? Please describe.
Users requiring custom PSP packages should not need to create both -- a CFE PSP and OSAL BSP. The existing OSAL BSP should be used whenever possible.

The "mcp750-vxworks" BSP (at least) is not particularly hardware-specific and should be usable on any vxworks platform. Likewise "pc-linux" should be usable on any generic linux platform.

The main purpose of the OSAL BSP is just to provide an entry point to get into the common/modular code.

Describe the solution you'd like
Rename these BSPs to be generic and allow use by many PSPs.

Describe alternatives you've considered
User needs to add a custom BSP for each board.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this May 8, 2020
@skliper skliper added this to the 5.1.0 milestone May 11, 2020
jphickey added a commit to jphickey/osal that referenced this issue May 15, 2020
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 jphickey linked a pull request May 15, 2020 that will close this issue
jphickey added a commit to jphickey/osal that referenced this issue May 16, 2020
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 added a commit to jphickey/osal that referenced this issue Jun 1, 2020
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.
astrogeco added a commit that referenced this issue Jun 2, 2020
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#449, Add OS_printf to CFE_ES_SYSLOG_APPEND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants