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

Remove device driver references from code #408

Closed
skliper opened this issue Nov 17, 2019 · 1 comment · Fixed by #477
Closed

Remove device driver references from code #408

skliper opened this issue Nov 17, 2019 · 1 comment · Fixed by #477
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Nov 17, 2019

Is your feature request related to a problem? Please describe.
#377 is to remove device driver requirements, there are also references in the software.

Describe the solution you'd like
Remove references to device drivers, "CFE_DRV", etc from software, configuration files, documentation, etc.

For example:

else if(strcmp(EntryType,"CFE_DRV")==0)
{
CFE_ES_WriteToSysLog("ES Startup: Device Drivers not yet implemented. %s\n",FileName);
}
else

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 6.8.0 milestone Nov 17, 2019
@avan989
Copy link
Contributor

avan989 commented Jan 9, 2020

I can do this.

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