-
Notifications
You must be signed in to change notification settings - Fork 215
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
Fix #449, Rename BSPs to be generic #467
Fix #449, Rename BSPs to be generic #467
Conversation
Created as a draft due to baseline issues. Only commit for review here is b8cd3d4. |
b8cd3d4
to
8386f6f
Compare
CCB 20200520 - APPROVED, needs to be merged on top of related PRs. Paired with PSP fixes |
Integration Candidate 2020-05-13
@jphickey can I merge this? |
Lets hold off to next cycle, I prefer to rebase to "master" to fix this. |
Integration Candidate 2020-05-20
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.
8386f6f
to
11a4899
Compare
Rebased to current master, should be good to go now. |
@astrogeco This is a project priority, Can it move forward? |
Completed 100% coverage on cfe_es_start.c
Fix nasa#467, #1636 Complete coverage for cfe_es_start.c and cfe_es_syslog.c
Describe the contribution
Rename BSPs that can be used on multiple platforms.
mcp750-vxworks becomes generic-vxworks
pc-linux becomes generic-linux
(pc-rtems stays the same for now)
Testing performed
Build for all supported operating systems (linux, vxworks, rtems) and confirm all unit tests pass and CFE runs normally.
Expected behavior changes
No impact to behavior, but build scripts in external entities need to change the name.
System(s) tested on
Ubuntu 20.04 (native)
RTEMS 4.11 on pc686 / QEMU
VxWorks 6.9 on MCP750
Additional context
See related issue nasa/PSP#162 and PR nasa/PSP#164 which changes the refs to these.
Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.